Read Cell Value
Reads value of given cell.
Input
- Sheet Name: The Excel sheet to be processed (If no sheet name is entered, the last used Excel sheet is taken by default)
- Type:
System.String
- Type:
- Row Index: The row index of the cell to read
- Type:
System.Int32 - Required
- Type:
- Column Index: The column index of the cell to read
- Type:
System.Int32 - Required
- Type:
Output
- Result: The value of the cell read
- Type:
Generic - 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.