Skip to main content

Read Cell Formula

Reads formula of given cell.

Input

  • Sheet Name: The page where the cell to be read is located
    • Type: System.String
  • Row Index: The row information of the cell to be read
    • Type: System.Int32
    • Required
  • Column Index: The column information of the cell to be read
    • Type: System.Int32
    • Required

Output

  • Result: It returns the formula valid in the cell
    • Type: System.String
    • 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.