Nested Headers

This section covers the routes to handle the spreadsheet nested headers.

Documentation

The following routes are available to interact with the spreadsheet nested headers.

setNestedHeader

Remove the current nested header, if any, and set the new nested header.

Parameter Description
nestedHeader New nested header.

POST /api/:guid/:worksheetIndex/nested

setNestedHeaderCell

Modify the properties of one or more nested header cells.

Parameter Description
nestedHeaderCells.x Horizontal cell position.
nestedHeaderCells.y Vertical cell position.
nestedHeaderCells.properties Cell properties.

POST /api/:guid/:worksheetIndex/nested/update

resetNestedHeader

Remove nested header.

DELETE /api/:guid/:worksheetIndex/nested