-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save export to disk #13
Comments
Check please the example from docs: https://github.com/vdomah/oc-botman-plugin/blob/master/classes |
I am able to get the data on the frontend and download the csv.
My use case is that I would like to run the export from OctoberCMS
Scheduler and store it on s3 automatically let's say once a week. And I
can't seem to figure it out. The Excel::export method triggers the download
method of the excel instance. How would I trigger the store() method as per
documentation for Laravel Excel
https://docs.laravel-excel.com/3.1/exports/store.html?
Thank you
…On Sat, 23 May 2020 at 09:02, vdomah ***@***.***> wrote:
Check please the example from docs:
https://github.com/vdomah/oc-botman-plugin/blob/master/classes
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADNVARM4BDUITCPS7UEYUI3RS5YINANCNFSM4M677S5A>
.
|
Can't help with this case for now because I haven't such task yet. So may be better to ask about it on laravel-excel resources |
@vosco88 did you manage to save your exprt on the disk? |
creating a PR for it |
@chrisvidal I have my exports built according to Laravel Excel documentation. Then when I use this:
it works. I am saving the excels into Amazon S3, but if you ommit that last argument it should save it into the storage folder.
|
How can I use this to save the exported file to disk?
The text was updated successfully, but these errors were encountered: