Get Workbook Sheets

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

Output

  • Output : List Variable A list of strings containing all the sheet names in a workbook, ordered by their index.

Last updated