Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
chadwalt opened this issue May 8, 2017 · 1 comment

Comments

@chadwalt
Copy link

chadwalt commented May 8, 2017

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

How can we solve this?

@vernes
Copy link
Owner

vernes commented May 8, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants