How to further process exported XLSX file? #172
Unanswered
andrej-gravik
asked this question in
Q&A
Replies: 1 comment
-
You could try to hook into the events of the underlying excel package. My package is not exposing any API or events for that. |
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
-
I use this plugin successfully to export excel data from filament.
Now I have requirement to save file to specific location (with database record) - id addition to downloading it.
Is there a way to work with generated export file, e.g. save it or send it via email?
Beta Was this translation helpful? Give feedback.
All reactions