PHP_XLSXWriter
PHP_XLSXWriter copied to clipboard
Max Cell String length 32767
Max chars in xlsx cell 32 767. I fix it for me in protected function writeCell() if(mb_strlen($value) > 32767){ $value = "!!!!!!!!!!!!! Tooo long value !!!!!!!!!!!!!!!!!"; }