Hi,
I have a requirement that I need to read an excel sheet using asp.net/C# and insert all the records into
mysql table.The excel sheet consists of around 2000 rows and 50 columns. Currently,upon reading the excel records ,I am inserting the records one by one using a prepare statement into
mysql table.But its taking around 70 secs to do so
…