Copie from one excel file to another one

Hi,

I have the following problem:

i create an excel file from an application. excel file generates its own name. now i want to copie al rows/fields and paste them to an excel file which is located on my computer. What is the best way to handle this process?

Hi @E.E

Use read range activity to read the data from the excel (the one generated from the application) (it will store it in data table) and write into the other excel using write range activity (it will create a new excel file if it does’nt exist)

Hi @E.E ,

Here is an activity called Copy To File. it copies the sheet from one file to another file.

Thank you
Balamurugan.s