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.