I have Master excel which contain 80 column .
and Child excel contain 10 column.
i want to append data of child excel (B,C,D,E) column value into (B,c,d,e) column of master sheet. Append is to be done at the top.
So first Child data come and after that Masterdt come.
I cant use excel related activity as office is not installed in VM
Combine Data Tables:
*Append the data from the child DataTable to the master DataTable. You can use the Merge Data Table activity or simply use the Add Data Row activity to add rows from the child DataTable to the master DataTable.
Write Data Back to Master Excel File:
Use the Write Range activity to write the combined data (master DataTable) back to the master Excel file.