Create your first automation in just a few minutes.Try Studio Web →
by YouTube
3
Snippet
<100
Summary
Summary
This Snippet provides the feature of reading an Excel file with duplicate headers and renaming it with user specified header names
Overview
Overview
This Snippet requires the following five arguments:
1. in_FilePath (String): The Input Excel File Path. Required
2. in_SheetName (String): The Sheet Name that needs to be read. Required
3. in_NewColumnNames (String[]): The New Column Names that need to be replaced with the Old Column Names or Duplicate Names. Optional
4. out_OutputDatatable (Datatable): The Output Datatable after performing the operation. Required
5. out_DuplicateColumns (Dictionary(Of String,Int)): The Duplicate Column Name as the Key, the number of Dplicates as the Value. Optional
Features
Features
Excel file with duplicate column names can be read and modified to columns with unique names provided by the user. Can be used as a normal Read Range as well.
Additional Information
Additional Information
Dependencies
1. UiPath.Excel.Activities >= 2.4.6884.25683 2. UiPath.System.Activities >= 18.4.1
Code Language
Visual Basic
License & Privacy
BSD
Privacy Terms
Technical
Version
1.0.0Updated
March 17, 2020Works with
Compatible with all Studio versions starting with 2018.4.1
Certification
Silver Certified
Tags
Application
Support
UiPath Community Support
Resources