i know how to make excel files with php, but not the other way around. your best bet for loading excel data in to mysql is to save the file as CSV and use LOAD DATA IN FILE. and before you ask how to do that, serch for LOAD DATA CSV MYSQL on the forum and you will see lots of examples of how to do it.
Bookmarks