1. Home
  2. Docs
  3. EXCEL Activities
  4. Processing
  5. RemoveDuplicates

RemoveDuplicates

Aiwozo.Excelfile.Core.Activities.RemoveDuplicates

  • RemoveDuplicates activity is used to delete all the duplicate rows in a specified range.

 Properties

       Misc

  • DisplayName (String) – To set a meaningful name according to the user.
  • FilePath (InArgument<String>) – The full path of the excel workbook from which the duplicate rows need to remove.
  • Range (InArgument<String>) – The range from which the duplicate rows need to remove.
  • SheetName (InArgument<String>) – The name of the sheet whose duplicate rows need to be removed.