php 4 base excel writer

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
achalsaraiya
Forum Newbie
Posts: 2
Joined: Fri Jan 02, 2009 3:15 am

php 4 base excel writer

Post by achalsaraiya »

I need a php 4 base excel writer , i found many of them but they all are base on Excel 5 , which porvides only 255 character support per column, and my need is much more.

Can any one pls help me to resolve my problem
Attachments
excel.zip
This is the php writer i tried in
(66.6 KiB) Downloaded 32 times
Mark Baker
Forum Regular
Posts: 710
Joined: Thu Oct 30, 2008 6:24 pm

Re: php 4 base excel writer

Post by Mark Baker »

Perhaps it's just natures way of saying that it's about time you upgraded to PHP 5
achalsaraiya
Forum Newbie
Posts: 2
Joined: Fri Jan 02, 2009 3:15 am

Re: php 4 base excel writer

Post by achalsaraiya »

I cant change php4 to php5 as our customer web server doesnt support php5 :(
Mark Baker
Forum Regular
Posts: 710
Joined: Thu Oct 30, 2008 6:24 pm

Re: php 4 base excel writer

Post by Mark Baker »

In that case, your in a quandrary: if your customer wants 255 character support for PHP generated Excel, then either they work through the upgrade to PHP5, or they'll need to pay for somebody to develop an Excel writer for a long-obsolete version of PHP, or they'll have to drop their demand for 255 character support in Excel.
Post Reply