I’ve seen a lot of questions here about how to export a sql database to excel, but I have a ton of information from an excel file that I would like to export to sql database. The file is extensive and it could take me years to transfer the info manually… years! Is there a faster easier way to do this?
Share
You don’t actually need to write code to do this.
Save the Excel file to CSV format and then see one of the many related questions:
The friendliest way is to use a graphical tool like HeidiSQL to match up the excel columns to the columns in your database.