Sheets.rows
configurationThe array of the sheet rows.
sheets.rows
Arraysheets.rows.cells
ArrayThe cells of each row. Each cell represents a cell from the final Excel document.
sheets.rows.height
NumberThe row height (in pixels).
sheets.rows.index
NumberThe zero-based index of the row in the sheet. Defaults to the index of the object in the array.
sheets.rows.type
StringUsed to distinguish between the various row types in the Grid. The supported values are:
- "header"
- "footer"
- "group-header"
- "group-footer"
- "data"