Laravel-Excel
Laravel-Excel copied to clipboard
[Bug]: Charts on Multiple sheets not working when queued
Is the bug applicable and reproducable to the latest version of the package and hasn't it been reported before?
- [X] Yes, it's still reproducable
What version of Laravel Excel are you using?
3.1.40
What version of Laravel are you using?
8.83
What version of PHP are you using?
7.4
Describe your issue
Charts & setting active sheets don't work on multiple sheets when queued. Code example
How can the issue be reproduced?
Start the queue worker then run this code below in your controller
(new MultipleUsersExport())->queue('/public/uploads/Multiple.xlsx', '', \Maatwebsite\Excel\Excel::XLSX)->onQueue('high');
What should be the expected behaviour?
Each sheet should have a chart & the active sheet set as specified in setActiveSheetIndexByName().
Please try to provide a reproduction repository so I can easily test what is going wrong.
Here it is. Issues-Repo.zip
This bug report has been automatically closed because it has not had recent activity. If this is still an active bug, please comment to reopen. Thank you for your contributions.
Hello, any progress ?