Get Workbook Sheet

Get the name of the excel sheet.

Get the sheet based on its index and returns its name as a String variable.

This activity can only be used after the Open Excel File activity.

Input

  • Input : ExcelHandle Variable A variable name that references the opened excel file handle.

  • Index : Integer Argument The index of the sheet that retrieves from the specified workbook.

Output

Last updated