Constructor
Sheet configuration
Appends a row to the spreadsheet. This operation is atomic; it prevents issues where a user asks for the last row, and then writes to that row, and an intervening mutation occurs between getting the last row and writing to it.
Sets the width of the given column to fit its contents.
Clears the sheet of content and formatting information. or Clears the sheet of contents and/or format, as specified with the given advanced options.
Clears the sheet of contents, while preserving formatting information.
Clears the sheet of formatting, while preserving contents.
Clears the sheet of all notes.
Deletes the column at the given column position.
Deletes a number of columns starting at the given column position. or Deletes a number of columns starting at the given column position.
Deletes the row at the given column position.
Deletes a number of rows starting at the given column position.
Returns the active range for the active sheet.
Returns the position of the last column that has content.
Returns the position of the last row that has content.
Returns the Spreadsheet that contains this sheet.
Get specific range by A1 or matrix.
A1 notation
Column index
Number of columns
Number of rows
Row index
Range object
Get specific range by A1 or matrix.
A1 notation
Column index
Number of columns
Number of rows
Row index
Range object
Returns the rectangular grid of values for this range starting at the given coordinates.
Initialize Sheet.
Column dimension size
Row dimension size
Inserts a column after the given column position.
Inserts a column before the given column position.
Inserts a number of columns after the given column position.
Inserts a number of columns before the given column position.
Inserts a row after the given column position.
Inserts a row before the given column position.
Inserts a number of rows after the given column position.
Inserts a number of rows before the given column position.
Sets the active range for the active sheet.
Sets last column with content.
Sets last row with content.
Generated using TypeDoc
Sheet class.