List View to Excel

0
I am working on a small milestone where I plan to create an overview page and a new edit page. In the new edit page, I will input a value that triggers various calculations using a connected microflow. The calculated values will then be added to and displayed in a list view. Now, here's my challenge: how can I transfer all the data from the list view and enable Mendix to create a new Excel file containing the details, or export the data from the list view into an Excel file? I am not sure how to begin with the data export process. It would be very helpful if you could guide me with examples or videos. Thank you!   PS: I am using Mendix 10.17.0
asked
1 answers
0

Hi,

 

Is that option to use datagrid in requirement instead of listview,

There is a default function in the datagrid where you can export to Excel or CSV.

 

So instead of using a list view widget, use the data grid widget.

 

Thanks,

answered