Page 1 of 1
Can PHP read excel or CSV files?
Posted: Wed Jul 23, 2008 8:05 pm
by deeessay
Hi, can anyone tell me how to read an .xls file? I found a converter in some site but it generated so much error I just lost interest in using it... Thanks in advance!
Re: Can PHP read excel or CSV files?
Posted: Wed Jul 23, 2008 8:07 pm
by manixrock
There are many PHP based XLS readers out there:
http://google.com/search?q=php+xls+reader
Re: Can PHP read excel or CSV files?
Posted: Wed Jul 23, 2008 8:14 pm
by deeessay
Thanks for replying!
yeah I saw some of these but it seems most of them are either for sale or an online tool. I'm looking for a code which I can incorporate in mine. Know any freeware out there?
Re: Can PHP read excel or CSV files?
Posted: Wed Jul 23, 2008 8:19 pm
by Zoxive
deeessay wrote:Thanks for replying!
yeah I saw some of these but it seems most of them are either for sale or an online tool. I'm looking for a code which I can incorporate in mine. Know any freeware out there?
Have you searched? Recently one of our own was working on this.
PHP CSV Utilities
http://code.google.com/p/php-csv-utils/ ... ePage?tm=6
Re: Can PHP read excel or CSV files?
Posted: Wed Jul 23, 2008 8:39 pm
by deeessay
This one I didn't find...
Thanks for your help I'll try this right away!
Re: Can PHP read excel or CSV files?
Posted: Wed Jul 23, 2008 9:52 pm
by deeessay
Hi again, I used the PHP CSV Utilities and I kinda got stuck on this error:
Notice: Array to string conversion in E:\???\???\???\???\???\Csv\Reader.php on line 118
File does not exist or is not readable: "Array".
How do I fix this?