Export multiple sheets as zip archive when using csv writer #4001
ThSexyMenhir
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you have a export with multiple sheets and do a csv export the export defaults to only exporting the first sheet (this is the default behaviour of phpspreadsheet). As part of the temporary file step, Laravel-Excel could iterate over the sheets and bundle them in a zip archive before passing them to the store/download functions.
Beta Was this translation helpful? Give feedback.
All reactions