Forum Moderators: coopster
I don't know of a library that provides .xls reading capabilities, and being a proprietary Microsoft format you are unlikely to find one that has any degree of reliability to it across different Excel version.
One option that may be available to you is to ask your users to save out of Excel in "Comma Delimited" (.csv) format.
You can then have them upload the .csv file and parse that into your database.
Reading a .csv file line by line (using fgets() and then explode()) should be straight forward.
Hope this helps!
And seems it can parse any excel file into the PHP structures. Only one thing - it's commercial and costs about 99$.
Seems that except parsing csv there is no free solutions.
Thank you anyway for your suggestion.
Maxim
[edited by: jatar_k at 4:38 pm (utc) on April 4, 2003]
[edit reason] no commercial product links thanks [/edit]
Welcome to WebmasterWorld maperen and dmorison