[Bug]:
#3848
Replies: 1 comment 2 replies
-
Sounds like you are not using the WithCustomQuerySize correct, but as you didn't share any code I cannot tell you why it's not working for you. |
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?
3.1
What version of Laravel are you using?
9.x
What version of PHP are you using?
8.1
Describe your issue
Hi
We have a large data which we want to export it to excel,
we use FromQuery, ShouldQueue, WithHeadings, WithCustomQuerySize, WithMapping
now in config we set chunksize 1000
now whenever we export with queue we got 1k line of records
if we set chunksize 500 then with queue export 500 line of records
How can the issue be reproduced?
issue with queue with chunk record
What should be the expected behaviour?
we should get at least 14k records
Beta Was this translation helpful? Give feedback.
All reactions