Skip to content
Sheetwrite

Sheetwrite / Documentation

toXlsxTable@sheetwrite/core

Exports a table model through the registered optional XLSX backend.

Exports a table model through the registered optional XLSX backend.

Declaration

function toXlsxTable(
workbook: Workbook,
store: Store,
options?: XlsxWorkbookOptions,
): Promise<Uint8Array>