1. Home
  2. Docs
  3. EXCEL Activities
  4. WorkSheet
  5. ReadCellFormula

ReadCellFormula

Aiwozo.Excelfile.Core.Activities.ReadCellFormula

  • ReadCellFormula activity is used to extract the formula used in the specified Excel cell.

Properties

       Misc

  • Cell (InArgument<String>) – The cell whose formula needs to be extracted.
  • DisplayName (String) – To set a meaningful name according to the user.
  • FilePath (InArgument<String>) – The full path of the excel workbook from which the cell formula needs to be extracted.
  • Formula (OutArgument<String>) – Stores the extracted formula as a string variable.
  • SheetName (InArgument<String>) – The name of the sheet from which the cell formula needs to be extracted