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

AppendRange

Aiwozo.Excelfile.Core.Activities.AppendRange

  • AppendRange activity is used to add the information stored in a Datatable variable to the end of a specified Excel spreadsheet.
  • If the sheet does not exist, a new one is created with name indicated in the SheetName field.
  • This activity only works inside the excel application scope.

Properties

       Misc

  • DataTable (InArgument<DataTable>) – Datatable variable whose data needs to be added.
  • DisplayName (String) – To set a meaningful name according to the user.
  • SheetName (InArgument<String>) – Name of the specific sheet in which action needs to be performed.