I have an excel which contains duplicate header column’s due that unable read the excel .We need to delete/rename them and get specific column data .
In below screen shot F and G are duplicate header’s.
I need only Sta. row value every time it will be on same position .
Uncheck the headers property of read range. You can either start the range at A1 and the column names will be row 1 in your datatable, or you can just start at A2 and ignore the column names altogether.