how can i modify the data table so that i can append/ write it on excel in particular format
as one excel has fixed columns and the data that i am getting has some columns that in not needed and havee to be realigned as per the excel columns
how can i modify the data table so that i can append/ write it on excel in particular format
as one excel has fixed columns and the data that i am getting has some columns that in not needed and havee to be realigned as per the excel columns
You will have to build datatable in such a way that it matches the excel file
You can add or remove DataTable columns as per your need using Activities - Add Data Column & Activities - Remove Data Column
To rearrange the columns use Invoke Method and SetOrdinal. Tutorial here - How to Change the Ordinal of DataColumn
Hope this is helpful. Do not for get to mark this as answer if it helps.
Thanks,
Ashok ![]()