Skip to content
Sheetwrite

Sheetwrite / Documentation

WorkbookTableResourceLimits@sheetwrite/core

Resource ceilings for canonical workbook-table metadata and identifiers.

Resource ceilings for canonical workbook-table metadata and identifiers.

Members 6

maxTables
maxTables: number;
maxColumnsPerTable
maxColumnsPerTable: number;
maxNameLength
maxNameLength: number;
maxIdLength
maxIdLength: number;
maxStyleNameLength
maxStyleNameLength: number;
maxUnsupportedFeaturesPerTable
maxUnsupportedFeaturesPerTable: number;

Declaration

View full TypeScript declaration
export interface WorkbookTableResourceLimits {
maxTables: number;
maxColumnsPerTable: number;
maxNameLength: number;
maxIdLength: number;
maxStyleNameLength: number;
maxUnsupportedFeaturesPerTable: number;
}