i wanted to merge or combine the unstrutured excel files in first file and second file iam having simillary column name and i need to add that similary column names and along with required cloumns also how to do this
please find the 2 files inputs sheet are files and in output sheet i want results of match fileds along with required fileds inputsheet.xlsx (7.3 KB) inputsheet1.xlsx (7.5 KB) outputsheet.xlsx (6.0 KB)
Naveen , you can try converting / reading the data as Datatable , then merge datatable together , add custom column names and then write them in an output excel sheet .