Function Reference: __ods2table__

datatypes: [data, vtype, meta] = __ods2table__ (file)
datatypes: [data, vtype, meta] = __ods2table__ (file, sheet)
datatypes: [data, vtype, meta, names, preamble] = __ods2table__ (…)

Barebone function for reading a flat ODS (.fods) file.

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

Source Code: __ods2table__