Variable: WORKBOOK_LIMITS
const WORKBOOK_LIMITS: Readonly<{
bytes: number;
columns: 5000;
rows: 50000;
}>;
Defined in: workbook.ts:61
Untrusted-input caps from docs/20 §13.
const WORKBOOK_LIMITS: Readonly<{
bytes: number;
columns: 5000;
rows: 50000;
}>;
Defined in: workbook.ts:61
Untrusted-input caps from docs/20 §13.