Replies: 1 comment 2 replies
-
Better to create an own queue job and do an Excel::store in there. (The chunked queuing has performance issues, because phpspreadsheet has to re-read the entire file on each chunk) I'm able to export way more than 100k that way. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is the bug applicable and reproducable to the latest version of the package and hasn't it been reported before?
What version of Laravel Excel are you using?
9
What version of Laravel are you using?
9
What version of PHP are you using?
8.1
Describe your issue
When I try to export 100K users the export doesn't finish
How can the issue be reproduced?
What should be the expected behaviour?
The export should be generated
Beta Was this translation helpful? Give feedback.
All reactions