Aiwozo.Excelfile.Core.Activities.ReadCell
- ReadCell activity is used to read the value of an Excel cell and stores it in a variable.
- This activity only works inside the excel application scope.
Properties
Misc
- DisplayName (String) – To set a meaningful name according to the user.
- Output (OutArgument<String>) – Stores the information in a variable from the specified cell of a spreadsheet.
- ReadingCell (InArgument<String>) – The cell which needs to be read.
- SheetName (InArgument<String>) – The name of the sheet whose cell needs to be read. The name of the sheet whose cell needs to be read.