I have two excels and both are large. (Means 2 Datatables)
Problem Statement is I need to update one column of Datatable 2 on the basis of one column of Datatable 1. I can do this in for loop but it is taking so much time which is not acceptable.
Please suggest me any workaround for this and if possible with example.