What is the optimal way to read data from excel and update in sql server DB. Column name in excel is different from column name in DB.
am currently using Oledb drivers to read data from excel and ef 5.0 for db operations.
is there a better way of doing it?
excel contains close to 100 thousands rows