SpreadSheet class
The class provides API for common managing the SpreadSheet object.
- constructor
- getCalculatedValue - returns the cell value
- getCell - returns the cell object
- getCells - returns an array of cells stored in the database
- getStyle - returns the style set for the specified cell
- getValue - returns the value of the specified cell
- isCell - checks whether the specified cell is stored in the database
- setSheetId - sets the sheet id
- setStyle - sets the style for the specified cell(s)
- setValue - sets the value for the specified cell(s)
Back to top