Categories &

Functions List

Function Reference: __xlsx2table__

datatypes: [data, vtype, meta, names] = __xlsx2table__ (file)
datatypes: [data, vtype, meta, names] = __xlsx2table__ (file, sheet)

Barebone function for reading a sheet of an Office Open XML (.xlsx / .xlsm) spreadsheet.

This is a helper IO function for the readtable function. Do NOT call it directly.

Source Code: __xlsx2table__