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