Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 479 Bytes

excel.removeSheet.md

File metadata and controls

24 lines (16 loc) · 479 Bytes

Excel.removeSheet

The removeSheet function is established to remove a sheet.

Sample

var excel = new Excel("test.xlsx");
excel.removeSheet("Sheet1");

API

CallingReturning
Excel . removeSheet ( sheetName )Excel
ParametersTypeDescription
sheetNameStringThe sheet name.