Skip to content
Sheetwrite

Sheetwrite / Documentation

SnapshotResourceLimits@sheetwrite/core

Resource ceilings applied before snapshot normalization or store allocation.

Resource ceilings applied before snapshot normalization or store allocation.

Members 7

maxSheets
maxSheets: number;
maxRowsPerSheet
maxRowsPerSheet: number;
maxColumnsPerSheet
maxColumnsPerSheet: number;
maxMetadataEntries
maxMetadataEntries: number;
maxSerializedBytes
maxSerializedBytes: number;
maxLogicalCellsPerSheet
maxLogicalCellsPerSheet: number;
maxDenseCells
maxDenseCells: number;

Declaration

View full TypeScript declaration
export interface SnapshotResourceLimits {
maxSheets: number;
maxRowsPerSheet: number;
maxColumnsPerSheet: number;
maxMetadataEntries: number;
maxSerializedBytes: number;
maxLogicalCellsPerSheet: number;
maxDenseCells: number;
}