Categories &

Functions List

Function Reference: __table2xlsx__

datatypes: __table2xlsx__ (file, data, vtype, opts)

Barebone function for writing an Office Open XML (.xlsx / .xlsm) spreadsheet. A single sheet is written from data / vtype; when opts carries a sheets struct array (fields name, data, vtype, header) a multi-sheet workbook is written instead.

This is a helper IO function for writetable and struct2xlsx. Do NOT call it directly.

Source Code: __table2xlsx__