Aiwozo.Excelfile.Core.Activities.WriteRange
- WriteRange activity is used to write the data from a DataTable variable in the specified starting cell of a spreadsheet.
- This activity only works inside the excel application scope.
Properties
Misc
- Datatable (InArgument<DataTable>) – The data stored in a DataTable variable which is to be written from the specified starting cell.
- DisplayName (String) – To set a meaningful name according to the user.
- SheetName (InArgument<String>) – The name of sheet in which the datatable is to be written.
- StartingCell (InArgument<String>) – The starting cell from where the data stored in a DataTable variable is to be written