Skip to content

SpreadsheetSize

Size constraints for the spreadsheet grid.

Values are 0-based indices representing the last navigable row or column. For example, maxRows: 99 allows rows 0–99 (100 rows total).

Defaults to Apiary maximums (follows Excel conventions). Values exceeding these are silently capped. To remove a constraint, omit the property.

PropertyTypeDescription
maxCols?number0-based index of the last navigable column (e.g. 99 means 100 columns).
maxRows?number0-based index of the last navigable row (e.g. 99 means 100 rows).