Excel.removeSheet
removeSheet関数は、シートを削除するために使用されます。
サンプル
var excel = new Excel("test.xlsx");
excel.removeSheet("Sheet1");
API
| 呼び出し | 戻り値 |
|---|---|
excel. removeSheet ( sheetName ) |
Excel |
| パラメータ | 型 | 説明 |
|---|---|---|
sheetName |
String |
シート名。 |
removeSheet関数は、シートを削除するために使用されます。
var excel = new Excel("test.xlsx");
excel.removeSheet("Sheet1");
| 呼び出し | 戻り値 |
|---|---|
excel. removeSheet ( sheetName ) |
Excel |
| パラメータ | 型 | 説明 |
|---|---|---|
sheetName |
String |
シート名。 |