Skip to main content

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
  • Row Index: The row index of the cell to read
    • Type: System.Int32
    • Required
  • Column Index: The column index of the cell to read
    • Type: System.Int32
    • Required

Output

  • Result: The value of the cell read
    • Type: Generic
    • Required

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.