Merge Two Excel Files without losing any data

We have data in two types in excel files we want to Consolidted into single files without losing any headers and columns. Sheet Name are Same, If you sent your approach step by step helpful.

Type 1-


Type2-

Output-

Thanks,
Karthik Murugesan

Hi @Karthik_Murugesan

Check out this thread. It might help you.

Regards,

HI,

Can you try the following step?

First Merge 2 datatables using MergeDataTable

Next, sort columns which you want, using FilterDatTable

Finally write it to xlsx.

Sample
Sample20231003-1L.zip (15.0 KB)

Regards,