Method failed() is not called #4078
Unanswered
liepumartins
asked this question in
Q&A
Replies: 1 comment 3 replies
-
On which class did you put this failed() method? If you have multiple sheets, it should be on the sheet class |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I gather that one can define
failed()
on an Export to be called when the export fails for whatever reason.I try like this, but it is never called.
I have encountered these exceptions during use, but the
failed()
has never been called.Maatwebsite\Excel\Jobs\AppendQueryToSheet has been attempted too many times.
Could not find zip member zip:///tmp/storage/framework/cache/laravel-excel/laravel-excel-xxx.xlsx#_rels\.rels
I call using
Excel::queue( new InvoicesExport())->chain(new CompletedJob());
theCompletedJob
works as expected.Beta Was this translation helpful? Give feedback.
All reactions