Export data to Excel Online

0
Hello Folks, I’m trying to send or export the data of one of my entities (Database, which stores the data of a form ) to an online Excel ... I’m a super newbie using Mendix, so I’ll be very grateful if you can help me. Thanks!
asked
2 answers
1

Hi Josue,

- With Odata you can export data and retrieve it with e.g. Excel.
- With a CSV button on a Xpath datagrid, you can export the data to a .csv file
- With excel exporter you can export data as you wish and have configured.

See also the mendix academy for more information about these topics: 
https://academy.mendix.com/link/path/44/Importing-and-Exporting-Your-Data

Hope this helped.

answered
0

Hello Josue,

you can create templates that export data from your Mendix application to the Excel or CSV formats

use following doc.link to getting more ideas 

https://docs.mendix.com/appstore/modules/excel-exporter

answered