<< COM_used | COM engine | COM_xlsread >> |
status = xlsfinfo(filename) |
[status, sheets] = xlsfinfo(filename) |
[status, sheets, xlsformat] = xlsfinfo(filename) |
a string: a filename.
a string: file type
a vector of strings: sheet names
a string: excel file format
Query Excel spreadsheet file filename for some information about its contents.
[status, sheets, xlsformat] =COM_xlsfinfo([modulepath('com_engine'), '/examples/sample_xslx.xlsx'])
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET