Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 390 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 390 Bytes

PHPExportImportExcel

PHP Export Import To/From Excel Files From/To MySQL database in phpmyadmin as simple as possible.

User Guide

when Importting Excel make sure that the exported files data is in the correct format like:
col1,col2,col3,col4,col5,col6
val1,val2,val3,val4,val5,val6

or you can change the data reading format from pages/import_excel.php file.