Exporting from Excel to MySQL

15,329

Save your Excel data in the CSV format and then import it in MySQL using the LOAD DATA command.

Information on the later can, e.g., found here:

Share:
15,329
DeeBrad
Author by

DeeBrad

Updated on June 15, 2022

Comments

  • DeeBrad
    DeeBrad almost 2 years

    I have an Excel file in which i have 50 questions i want to include for a questionnaire in a java applet. The answers for this questionnaire are to be stored in a MySQL database i have created.

    Is there any way i can select all (or a subset) of the questions from my Excel file and place them into fields (that i choose) in the MySQL table?

    I have looked around and load data infile sounds like an options that works but i would like to select which questions and where to place them. Could anyone point me in the right direction? Or should i simply copy and paste?

    Any help would be great!

  • Julian Moreno
    Julian Moreno over 7 years
    Page Not Found.