I'm trying to loop through unknown worksheet names in a workbook using the SpreadsheetLight Library.
Using the SLDocument sl = new SLDocument("ModifyExistingSpreadsheetOriginal.xlsx", "Sheet1")
statement in the examples only allows a string input for the worksheet.
Is there some way to refer to a worksheet index or do something similar to a foreach string sh in Workbook.Sheets
loop?