Excel continuation

Hello everyone,
I am getting the data into multiple excel files. Here i want to copy data from multiple Excels to one excel sheet.
Ex:
Excel 1

Name Count
A 21
B 20
C 50

Excel 2

Name Count
z 1
p 99
L 151

I want to copy data in output excel like this:

Name Count
A 21
B 20
C 50
z 1
p 99
L 151

Please any one help me, i am new to Ui Path.

Hi NPGOPIKRISHNA!
Hope this workflow helps. If you have any question feel free to ask.
Best,
Attila

Main.xaml (13.0 KB)

Thanks for your help @unyiattila , but i am getting output like this:

image

Try it according to this zip.
ExcelReader.zip (42.8 KB)

1 Like

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