Get Workbook Sheets
Get the all excel sheet names in workbook.
Last updated
Get the all excel sheet names in workbook.
Last updated
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.
Output : List Variable
A list of strings containing all the sheet names in a workbook, ordered by their index.