Skip to content
Sheetwrite

Sheetwrite / Documentation

assertWorkbookTables@sheetwrite/core

Reject an invalid or oversized live workbook before table arrays are copied to WASM.

Reject an invalid or oversized live workbook before table arrays are copied to WASM.

Declaration

function assertWorkbookTables(
sheets: readonly Sheet[],
limits?: Readonly<WorkbookTableResourceLimits>,
reservedNames?: readonly string[],
): void