How would you bite this issue? (merging excel files)

Hi all!

I’m using the studio X version.

My automation downloads 3 excel files from the website. I then, would like the automation to: create new excel file on my computer and copy the contents of these three files into 1 (just like in attached screenshot). Do you have any ideas how can I bite this with the StudioX version?

Read the excel files using excel activities, and use append range activity to append content of each file to a new file

1 Like

@anon40731888

If all the three excels have same structure then use read range and then append range activity to append the data below the previously extracted data

https://docs.uipath.com/activities/docs/append-range-x

Cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.