Laravel-Excel icon indicating copy to clipboard operation
Laravel-Excel copied to clipboard

[Bug]: Charts on Multiple sheets not working when queued

Open Hiuhu opened this issue 3 years ago • 2 comments
trafficstars

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().

Hiuhu avatar Aug 30 '22 21:08 Hiuhu

Please try to provide a reproduction repository so I can easily test what is going wrong.

patrickbrouwers avatar Sep 01 '22 13:09 patrickbrouwers

Here it is. Issues-Repo.zip

Hiuhu avatar Sep 05 '22 21:09 Hiuhu

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.

stale[bot] avatar Nov 06 '22 09:11 stale[bot]

Hello, any progress ?

Hiuhu avatar Nov 06 '22 14:11 Hiuhu