PHPReport icon indicating copy to clipboard operation
PHPReport copied to clipboard

Allowed memory size of 134217728 bytes exhausted (tried to allocate 6 bytes)

Open chadwalt opened this issue 7 years ago • 1 comments

I keep on getting this error when am trying to write to excel with large data.

How can we solve this?

chadwalt avatar May 08 '17 17:05 chadwalt

How much data are you trying to export? Unfortunately, PHPExcel is not very memory efficient and requires about 1k/cell for internal spreadsheet representation http://stackoverflow.com/a/4817729 http://stackoverflow.com/questions/9729877/phpexcel-write-append-in-chunks

vernes avatar May 08 '17 18:05 vernes