The removeSheet
function is used to remove a sheet.
var excel = new Excel("test.xlsx");
excel.removeSheet("Sheet1");
Calling | Returning |
---|---|
excel. removeSheet ( sheetName ) |
Excel |
Parameters | Type | Description |
---|---|---|
sheetName |
String |
The sheet name. |