Independent metadata ceilings enforced before table arrays cross the WASM boundary.
- Package
@sheetwrite/core
- Source
packages/core/src/workbook-table.ts#L21
Declaration
const DEFAULT_WORKBOOK_TABLE_RESOURCE_LIMITS: Readonly<WorkbookTableResourceLimitsinterface WorkbookTableResourceLimits {
maxTables: number;
maxColumnsPerTable: number;
maxNameLength: number;
maxIdLength: number;
maxStyleNameLength: number;
maxUnsupportedFeaturesPerTable: number;
}interface WorkbookTableResourceLimits {
maxTables: number;
maxColumnsPerTable: number;
maxNameLength: number;
maxIdLength: number;
maxStyleNameLength: number;
maxUnsupportedFeaturesPerTable: number;
}interface WorkbookTableResourceLimits {
maxTables: number;
maxColumnsPerTable: number;
maxNameLength: number;
maxIdLength: number;
maxStyleNameLength: number;
maxUnsupportedFeaturesPerTable: number;
}Resource ceilings for canonical workbook-table metadata and identifiers.API reference →>