Download the Excel File on click of a button

0
Hello experts  Please help me with your suggestion for my problem  I have an application where I need to provide my customers a BOM ( Bill of materials ) in the Excel format . I have only one type of excel , i dont have to make any changes to excel. The expectation is , On click of a button, download that excel (for all users).  The app will be deployed in the cloud .  Are they any possibility that I can store this document in the cloud ?? and every time on click keep downloading in the respective clients ?  Thanks in advance  Looking forward to your answers     
asked
2 answers
1

Hi

The following documentation also will help you 

https://docs.mendix.com/howto/data-models/working-with-images-and-files

 

answered
0

Please see the documentation regarding FileDocument entity in Mendix that supports the uploading and downloading of files

https://docs.mendix.com/studio-how-to/pages-how-to-attach-files
https://docs.mendix.com/refguide/creating-your-own-documents

And if you want to import data from excel files then use the Excel Importer module

answered