How do I compare two datatables
- by cmrhema
I have a datatable that will consist of 72 columns.
I will download it in the excel sheet using VSTO, which works fine.
Now the user will change either one of these rows or all of these rows and will also insert a fresh row.
Considering the datatable downloaded first to be dtA, and the one that has been modified in the excel sheet to be dtB.
I…