A quick Google search for "PHP excel parser" turns up PHP Excel Reader, for an open source library to use for reading data from .xls
files. There may be others that suit your needs.
GApple
2010-02-18 19:32:33
A quick Google search for "PHP excel parser" turns up PHP Excel Reader, for an open source library to use for reading data from .xls
files. There may be others that suit your needs.
I have been successfully using the 'ABC Excel Parser Pro' from Zakkis.
This allows converting from a XLS file directly into a MySQL table.
A few notes on limitations:
i often let admin users upload a csv file they exported from an xcel file, its much simpler to parse through using http://php.net/manual/en/function.fgetcsv.php