How to make a button export to excel in mendix stuio pro

0
I am using app from spreadsheet template of mendix .I have uploaded data through excel sheet.In the app, i want to add a button so that if i click on it ,it should export to excel.How to do it?for button onclick,there is no export to excel option 
asked
2 answers
2

You can change the data source from data to XPath and you can have the export option.

 

answered
0

Hi DevaPriya,

 

you can only use the default “export to excel” function on datagrids.

If you want to be able to use it somewere else, have a look at the excel export module.

Documentation: https://docs.mendix.com/howto/integration/using-the-excel-exporter/

Academy: https://academy.mendix.com/link/modules/136/lectures/1252/7.1-Using-the-Excel-Exporter-to-Export-Data

answered