Get the all excel sheet names in workbook.
Get a list of all the sheet names in a workbook as String variables ordered by their index.
This activity can only be used after the Open Excel File activity.
Input : ExcelHandle Variable A variable name that references the opened excel file handle.
ExcelHandle Variable
Output : List Variable A list of strings containing all the sheet names in a workbook, ordered by their index.
List Variable
Last updated 3 years ago