HI,
I have an excel file which has more than 500 rows or more, In excel scope I have stored the excel data into data table. Where I have to compare Column A with column B & C on the basis of condition if result comes in matches then I have to build another data table and start working on the rest of the code. But the problem while matching the condition it looks like Datatable is taking time to update column of each cell.
Is there any fatsest way to update datatable so that I can save time.
Regards
Sid