-
Notifications
You must be signed in to change notification settings - Fork 30
Cell Object
Legan_dary edited this page May 15, 2018
·
2 revisions
| Field | Data Type | Description |
|---|---|---|
| row | Integer | The row of the cell. |
| col | Integer | The column of the cell. |
| value | String | The value of the cell. |
| formula | String | The formula of the cell. |
| type | String | The type of the cell. |
| format | JSON | The format of the cell. |