-----Original Message-----
From: Bagus Nugroho [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 09, 2006 5:48 PM
To: php-general
Subject: [PHP] Limitation on PEAR : Spreadsheet_Excel_Writer

Hello Everyone,
 
I'm succesfully generate report from mysql table using PEAR :
Spreadsheet_Excel_Writer, but I have problem to generate from table
which contain long text, the text is not download completely.
such as .... blablabla.
it only contain .... blab
 
How can manipulate PEAR, to get full text on excel sheet.
 
Thanks in advance
Bgs




MySQL fields can contain 65535 characters.  Excel fields can only hold
32767 characters.  If you have any text fields longer than 32767
characters, then they will be truncated by Excel.


kgt

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to