简体   繁体   中英

How to import data from Excel file into mysql

I have records in Excel file. The columns are really custom and nothing to do with any database column but I want to import this data from Excel file into MySQL data. Is there any tool in MySQL by which I can map Excel columns to MySQL table columns and import the required data from excel file to MySQL

Check this tutorial, it should help you with what you need

phpMyAdmin – Import Excel CSV into table

After 6 years of this Question - answer session,

I found a better solution from CSV format to import data into sql file.

Convert Excel file into Open Office Spread Sheet and Use Import option of phpMyAdmin

It gave following advantages

No data truncated No limitation of length of file Automatically upgraded SQL file structure to data format

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM