I have an excel file with more than 500 field. Here is structure of my database
Field       | Type 
id          | int(11)
name        | varchar(250)
description | varchar(250)
...
500 fields like that.
Is any way to convert it to *sql and import to my database ?
 
    