Datastore for spreadsheet files
SpreadsheetDatastore
objects are
associated with large collections of spreadsheet files where the collection
does not necessarily fit in memory. You can use the spreadsheetDatastore
function or the datastore
function to create a SpreadsheetDatastore
object.
Once the object is created, you can specify SpreadsheetDatastore
properties
and use functions that access and manage the data.
Create SpreadsheetDatastore
objects using
the spreadsheetDatastore
function
or the datastore
function.
SpreadsheetDatastore Properties | Access and modify SpreadsheetDatastore properties |
hasdata |
Determine if data is available to read |
numpartitions |
Number of partitions |
partition |
Partition a datastore |
preview |
Return subset of data from datastore |
read |
Read data in datastore |
readall |
Read all data in datastore |
reset |
Reset datastore to initial state |
sheetnames |
Query sheet names from datastore |