Replies: 1 comment
-
You could use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is there a way to combine secure-spreadsheet on the binary data before the
Excel::download()
method fires?I need to be able to use the following:
However, when using Laravel-Excel's
download()
method, it immediately downloads the file and I have no where to insert the above script between.But maybe you know if there is a way to somehow put that logic somewhere prior to the download itself?
(My other option is to use the
store()
method instead, then run the above script, then download the file and then delete the files from local storage but that's more complex so perhaps there's another way)Thanks
Beta Was this translation helpful? Give feedback.
All reactions