Skip to content
Sheetwrite

Sheetwrite / Documentation

validWorkbookTable@sheetwrite/core

Validate one canonical table against sheet bounds and workbook-global identities.

Validate one canonical table against sheet bounds and workbook-global identities.

Declaration

function validWorkbookTable(
table: WorkbookTable,
sheet: Sheet,
existing: readonly WorkbookTable[],
limits?: Readonly<WorkbookTableResourceLimits>,
): boolean