Jump to content
Science Forums

Recommended Posts

Posted
Greetings,

I have some data stored in MS Excel, and would like to convert it to My SQL format, is anyone out there know how to solve this? :rant:

 

thank you

Export your data to a delimited format and import it to a table in MySQL.

Posted

Thank you for your help, I know the excel spreadsheet format can be save as .csv file, and If I have phpMyAdmin, so do you know the steps that export to phpMyAdmin?

Posted

or you could write a short script to do it in PHP, its pretty easy really, you open up an odbc connection to excell and a mysql connection, then you select all the stuff in the excell spreadsheet and put it in the appropriate places in your mysql database. makes for an easy and very bendable and customizable solution, so

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...