I am having Datatable having column A, B and C. I need to write
Datatable Column A To Excel C,
Datatable Column B To Excel G,
Datatable Column C To Excel Z,
.
Any suggestion how to write datatable data/Data Row to specific columns in excel
I am having Datatable having column A, B and C. I need to write
Datatable Column A To Excel C,
Datatable Column B To Excel G,
Datatable Column C To Excel Z,
.
Any suggestion how to write datatable data/Data Row to specific columns in excel
You could do a loop using Write Cell activity
Hi @p4uk80,
This is example of how you could solve this. Before starting the process take a look into excel sheet to see how data are placed. After process you will see new file with replaced data.
Columns.zip (7.8 KB)