Aiwozo.Excelfile.Core.Activities.WriteCell
- WriteCell activity is used to write a value or formula in a specified cell of the excel spreadsheet.
- This activity only works inside the excel application scope.
Properties
Misc
- DisplayName (String) – To set a meaningful name according to the user.
- SheetName (InArgument<String>) – The name of sheet in which the value is to be written in the specified cell.
- Value (InArgument<String>) – The value or formula which is to be written in the specified cell.
- WritingCell (InArgument<String>) – The cell where the value or formula is to be written.