Hi,
If the output Excel already exists, does writerange datatable overwrite the Excel or append to exisiting data? Specifically do I see old data after I do writerange datatable?
Thank you,
Hi,
If the output Excel already exists, does writerange datatable overwrite the Excel or append to exisiting data? Specifically do I see old data after I do writerange datatable?
Thank you,
Write Range workbook overwrites the existing data. If you want to append use Append range workbook activity
Regards,
write range overides the data starting on the configured Range
Keep in mind:
Hi @A_Learner
Write Range basically overwrites the excel. But if you have less numbers of rows present in datatable than the rows present in the excel, then it will overwrite till wherever it wants after that the remaining rows are left unchanged.
Regards
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.