how to copy data from one excel file to another excel file?
Hi @Tushar_Kulkarni,
you need to read out your data to copy from current excel file with the read range activity. This will save the data into a data table in UiPath. Then writing the data table via write range activity to you new excel file.
Kind regards
Patrick
1 Like
hi @Tushar_Kulkarni see the below sample attachment ,which will aid you…
new sample.xaml
and for kind msg , Please search forum before posting…
whether the thread is already covered or not…