Cell
Represents the interface of a Spreadsheet cell.
Name | Type | Default | Description |
---|---|---|---|
background? |
|
The background CSS color of the cell. | |
bold? |
|
If set to | |
borderBottom? |
|
The style information for the bottom border of the cell. | |
borderLeft? |
|
The style information for the left border of the cell. | |
borderRight? |
|
The style information for the right border of the cell. | |
borderTop? |
|
The style information for the top border of the cell. | |
color? |
|
The text CSS color of the cell. | |
enable? |
|
If set to | |
fontFamily? |
|
The font family of the cell. | |
fontSize? |
|
The font size of the cell in pixels. | |
format? |
|
The format of the cell text. For more information, refer to the article on creating or deleting a custom number format on MS Office. | |
formula? |
|
The cell formula without the leading equals sign, for example, | |
html? |
|
If set to | |
index? |
|
The zero-based index of the cell. Required to ensure correct positioning. | |
italic? |
|
If set to | |
link? |
|
The hyperlink (URL) of the cell. | |
textAlign? |
|
The text-align setting for the cell content. The available options are: | |
underline? |
|
If set to | |
value? |
|
The cell value. | |
verticalAlign? |
|
The vertical align setting for the cell content. The available options are: | |
wrap? |
|
If set to |