Properties
Functions
Returns the name of the default sheet (the sheet which opens first when the xlsx file is opened).
Returns a list of cell IDs for previously merged cells.
Inserts an empty column in sheet at position columnIndex. If columnIndex< 0 it will not execute. If sheet does not exist it will be created automatically.
Links existingSheetObject with sheet1. If sheet1 does not exist it will be automatically created. After linkage, operations on sheet1 will also be performed on existingSheetObject and vice-versa.
If sheet exists and columnIndex< maxColumns, removes column at columnIndex.
Renames oldSheetName to newSheetName. oldSheetName must exist and newSheetName must not exist.
Returns true if sheetName is successfully set as the default opening sheet, otherwise false.
Unmerges the merged cells specified by unmergeCells.