Get Workbook Sheet
Looks for a sheet based on its index and returns its name as a String variable.
Input
- Sheet Index: The sheet index of the sheet that you want to retrieve
- Type:
System.Int32 - Required
- Type:
Output
- Sheet Name: The name of the retrieved sheet. This field supports only strings and String variables.
- Type:
System.String - Required
- Type:
Details
- This activity can only be used within the Use Excel File activity. Excel application must be installed on the machine where the process will run.