I want to create a functionality where the user downloads a zip file and that zip file contains an excel file.
Hi TusharYou can use zip extension by Outsystems to create a zip file.Your question has been answered already here: https://www.outsystems.com/forums/discussion/65749/create-zip-folders-on-export-action/
Hi Tushar,
Note that Excel files are already compressed, so putting a single XLSX in a ZIP file isn't of much use.
To add to what Kilian is saying, it is not only compressed, but it is actually a zip file. Just replace the extension with zip and open it to see.
True, but not of much use in this discussion :D.
you can search forge component of for zip.
like following
https://www.outsystems.com/forge/component-overview/16326/zip-example-o11
but for clarification can you provide more detail like are you looking for o11 or odc ?
Hi @Tushar Verma,
You can use this forge component
https://www.outsystems.com/forge/component-overview/13277/easyzip-o11
I have attached sample oml file.