Good Morning
Recently, I have published a Module called Export To Excel (Generic).
This module allows you to export any persistent entity from your Mendix app into a fully styled Excel file using a single Java Action. You don’t need to manually define attributes — the module automatically detects and exports all fields of the specified object.
✅ Automatic styling
✅ Formatted headers
✅ Decimal number formatting
✅ Auto-sized columns
✅ Direct download from the browser
By calling microflow we can download all the data from any Datagrid 1 or 2 or containers.
We pass it a String parameter that will contain ModuleName.EntityName.
It's very easy to use, see the documentation and images.
I would like you to try it and give me your feedback. Thank you so much.