Hi everyone,
I had posted a similar question on another board and got mixed responses.
What I need to do is allow a user to upload a .xls file from their computer, via form, and have the rows/columns inserted into a MySQL table. All the excel files will be identical and the information will be appending the data.
I know how to convert .csv files to MySQL and that is not what I need. I need the actual excel file to be included into the database.
I know third part programs like Navicat can do this, but I need it web based and also once I get this going, I eventually need to it dissect specific worksheets within the excel file and place certain columns and rows into specific tables.
So this is where I am starting... convert .xls to mysql with nothing more than a php script.
Thanks.
SC