I'm having issues importing a CSV file into my MySQL database because of all the quotes an commas. If I remove them from the CSV, the import works fine. However, my data is ruined. So I'm looking for a way to import an Excel spreadsheet file into a MySQL database.
Is there a way to import an Excel spreadsheet (or another format I can save to) directly into a blank MySQL database table?