Please provide a solution
1 Like
-
Use Read Range activity to read the data from Excel file and will give output as DataTable. Let’s say dtInput. This activity helps you to read the data only without formula.
-
And then use Write Range activity and pass above DataTable to write it back to sheet.
Hi @Gopikrishna_S
The best option is copy the data to different sheet or excel
So use Excel read range activity - store the output to a Datatable
Next use write range Activity, pass that output Datatable and provide your desired location/filepath
Thanks
Workbook Write range