Sheets.rows.cells
configurationThe cells for this row.
sheets.rows.cells
ArrayThe background color of the cell. Many standard CSS formats are supported. However, the canonical form is #ccff00.
sheets.rows.cells.bold
BooleanIf set to true, sets the cell font to bold.
The style information for the bottom border of the cell.
The style information for the left border of the cell.
The style information for the right border of the cell.
The style information for the top border of the cell.
sheets.rows.cells.color
StringThe font color of the cell. Many standard CSS formats are supported. However, the canonical form is #ccff00.
The comment of the cell - a tooltip that appears when the cell is hovered.
sheets.rows.cells.enable
BooleanIf set to false, disables the cell.
The font family of the cell.
The font size of the cell in pixels.
sheets.rows.cells.format
StringThe format of the cell text. For more information, refer to the article on creating or deleting a custom number format on MS Office.
The cell formula without the leading equals sign, for example, A1 * 10.
sheets.rows.cells.html
BooleanIf set to true, renders the cell value as HTML.
It is important to sanitize the value of the cell on the server for passing safe html because there is no client-side sanitizing. When editing a cell the new value can be checked and prevented in the client changing event.
sheets.rows.cells.index
NumberThe zero-based index of the cell. Required to ensure correct positioning.
sheets.rows.cells.italic
BooleanIf set to true, sets the cell font to italic.
sheets.rows.cells.link
StringThe hyperlink (URL) of the cell.
The text-align setting for the cell content.
The available options are:
leftcenterright
sheets.rows.cells.underline
BooleanIf set to true, sets the cell font to underline.
The validation rule that is applied to the cell.
sheets.rows.cells.value
Number|String|Boolean|DateThe cell value.
The vertical align setting for the cell content.
The available options are:
topcenterbottom
sheets.rows.cells.wrap
BooleanIf set to true, wraps the cell content.