API / interfaces / aoa2sheetopts
Interface: AOA2SheetOpts
Options for creating a worksheet from a 2D array (Array of Arrays)
Hierarchy
Extends:
CommonOptions
Properties
WTF
optional
WTF: booleanIf true, throw errors on unexpected situations instead of silently recovering
bookVBA
optional
bookVBA: booleanIf true, expose VBA macro data in workbook.vbaraw
cellStyles
optional
cellStyles: booleanIf true, include style/theme information on cells
password
optional
password: stringWorkbook password for encrypted files
dense
optional
dense: booleanIf true, use dense (2D array) storage mode
sheetStubs
optional
sheetStubs: booleanIf true, include stub cells for null/undefined values
dateNF
optional
dateNF: NumberFormatDate format string for date cells
cellDates
optional
cellDates: booleanIf true, store dates as Date objects instead of serial numbers
UTC
optional
UTC: booleanIf true, interpret dates as UTC
date1904
optional
date1904: booleanIf true, use 1904 date system for date serial numbers
origin
optional
origin: string | number | CellAddressStarting cell for data: row number, A1 reference, or CellAddress
nullError
optional
nullError: booleanIf true, convert null values to #NULL! error cells
Source
src/types.ts