implementing file exports #6168
-
Hello everyone, Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I assume you are asking about the saving part, not how to generate the CSV? There are two methods on App deliver_binary and deliver_text. These will save the file to disk when running locally, and offer to download it if the app is running in the browser. |
Beta Was this translation helpful? Give feedback.
I assume you are asking about the saving part, not how to generate the CSV?
There are two methods on App deliver_binary and deliver_text. These will save the file to disk when running locally, and offer to download it if the app is running in the browser.