Move data of Excel1(sheet1)to Excel(2)(sheet2)

hi fnds,

how move data present in one excel to differnt excel.

1 Like

Hi @venkateshtangudu
Kindly follow the below steps that could help you resolve this issue
–use excel application scope activity and pass the file path of first excel
–use read range activity and get the output with a variable of type datatable named outdt_1
–use another excel application scope and pass the file path of second excel
–use write range activity and in which mention the input as outdt_1 in datatable property and the range as “A1” and enable the Add headers property in the property panel and the sheetname as “Sheet2”

Thats all buddy you are done
Cheers @venkateshtangudu

BlankProcess2.zip (23.1 KB)

Please see the below attach workflow…
check that and please let me know if you are not understanding anything…

Thanks and Regards,
Parvati Thalal