You can create a output of Excel application scope workbook as ExcelWorkbook
Using ExcelWorkbook.GetSheets you get the sheets, iterate it with for each loop as foreach item in ExcelWorkbook.GetSheets
now you have a every single worksheet name you can perform delete operation or also skip it
Thanks!! Might it help you