Skip to content
Sheetwrite

Sheetwrite / Documentation

buildXlsxModel@sheetwrite/xlsx

Build the active-sheet table model used by the bounded OOXML writer.

Build the active-sheet table model used by the bounded OOXML writer.

Declaration

function buildXlsxModel(
workbook: Workbook,
store: Store,
options?: XlsxWorkbookOptions,
): XlsxModel | null