Input datastore, specified as a SpreadsheetDatastore
object. Use the spreadsheetDatastore function
or the datastore function to
create a datastore object from your data.
filename — File in datastore character vector | string scalar
File in datastore, specified as a character vector or string scalar
containing the name of the file to query.
The value of filename must match exactly the file name
contained in the Files property of the datastore. To
ensure that the file names match exactly, specify
filename using ssds.Files{N} where
N is the index of the file in the
Files property.
Example: names = sheetnames(ssds,ssds.Files{1}) returns
sheet names contained in the first file specified in the
Files property of the datastore
ssds.
Data Types: char | string
I — File index positive integer
File index, specified as a positive integer. I cannot
exceed the number of files in ssds.