Appending mutiple excel files into one excel file

How to append mutiple files into one excel file?
How to append 10 excel files into one excel file with single headers?

1 Like

Hi @anjani_priya ,

Use Merge Data Table activity.

Thanks!

Hi @anjani_priya

You can try like this

Merging Multiple Excel Files.zip (42.5 KB)

Hope this helps!!

what is the use and purpose of taking 2 excel files activities and if else?

@anjani_priya

First excel is for writing the extracted data into single excel sheet and second excel is for to read input excels

Hi you can try this

Xaml : - Excels to datatable.zip (2.3 KB)

@anjani_priya

You can do this using VBA

Hi

Check this out the recent video on same note

Hope this helps

Cheers @anjani_priya

Cant we do this by using append ?
because i cant understand the assign function-isenumerable

yes we can use the append range activity to also instead of append i used the link query but it can possible to append also

@anjani_priya

Can you send the sample code?

I got the code but headers are not coming?How to resolve?