What is the best PHP excel mysql import class? #excel mysql import
Edit
by umesh sing - 9 years ago (2015-09-04)
Excel import to MySQL table
| I need to import an Excel file into a MySQL table. |
Ask clarification
1 Recommendation
Basic Excel: Import and export Excel files to XLS, XLSX and CSV
This package can import and export Excel files to XLS, XLSX and CSV file formats.
It provides reader and writer factory classes that can create specific objects of classes depending on the file format that is meant to be imported or exported.
Currently it provides specific classes for reading or writing data to CSV, XLS or XLSX formats.
| by Manuel Lemos 26695 - 9 years ago (2015-09-04) Comment
You can use this package to import Excel files. Then you can use any class or your own code to insert the imported data into your MySQL database tables. |