Hi, I am copy the hude data around 5k rows data into the excel file, which already contain the huge data. it’s my Master_File.
source is TestData.xaml file. which contains around 5k rows of data.
I want to copy this complete data in the Master_File excel in particular worksheet from particular rows.
I did the same but it’s not copying the data. Actually Master_File contains already huge data and even I open it manually it takes 10-12 sec to open.
My appraoch is
Approach is right, just want to how to handle this huge file data, Or you want me to first open the Master_File then copy the data.
@Palaniyappan