By default, for excel5 compatibility, writeexcel limit cells max size to 255 characters. You can increase it to 32767 by modifying the strmax parameter in the class.writeexcel_worksheet.inc.php line 116.
$strmax = 32767;
By default, for excel5 compatibility, writeexcel limit cells max size to 255 characters. You can increase it to 32767 by modifying the strmax parameter in the class.writeexcel_worksheet.inc.php line 116.
$strmax = 32767;