How do I import data from MS excel and insert in to MYSQL database ? Which language is easiest and fastest to do this task ?
If you can safely represent everything in a CSV format (just export from Excel) then you need only one command:
LOAD DATA INFILE '/tmp/coolfile.txt' INTO TABLE coolTable;
I would use the swiss army knife of data manipulation in the windows world:
MS Access
Import the Excel sheet into an Access table, and export the table over ODBC to MySQL
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With