Can PHP read excel or CSV files?
Moderator: General Moderators
Can PHP read excel or CSV files?
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?
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?
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?
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?
Have you searched? Recently one of our own was working on this. PHP CSV Utilitiesdeeessay 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?
http://code.google.com/p/php-csv-utils/ ... ePage?tm=6
Re: Can PHP read excel or CSV files?
This one I didn't find...
Thanks for your help I'll try this right away!
Thanks for your help I'll try this right away!
Re: Can PHP read excel or CSV files?
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?
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?