Get Workbook Sheet
Get the name of the excel sheet.
Last updated
Get the name of the excel sheet.
Last updated
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 : 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 : String Variable
The name of the retrieved sheet.