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 : ExcelHandle Variable A variable name that references the opened excel file handle.
ExcelHandle Variable
Index : Integer Argument The index of the sheet that retrieves from the specified workbook.
Integer Argument
Output : String Variable The name of the retrieved sheet.
String Variable
Last updated 3 years ago