PHP Export Import To/From Excel Files From/To MySQL database in phpmyadmin
as simple as possible.
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.