status = xlsfinfo(filename)
[status, sheets] = xlsfinfo(filename)
[status, sheets, xlsformat] = xlsfinfo(filename)
| Parameter | Description |
|---|---|
| filename | a string: a filename. |
| Parameter | Description |
|---|---|
| status | a string: file type |
| sheets | a vector of strings: sheet names |
| xlsformat | 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 |