Hi there,
The Data Grid 2 export to Excel action relies on the current state of the Data Grid. Therefore, only filtered rows and visible columns will be exported.
To have greater control on how your export works, you'll likely need to use other marketplace modules. Here are some modules that you could use to export all columns:
For Excel exports
Excel Exporter: https://marketplace.mendix.com/link/component/726
For CSV exports
CSV: https://marketplace.mendix.com/link/component/108605?ste_sid=54311c51745f0687d9ef62a972b98859
I hope this helps,
Liam
Hi Pankaj,
Export to Excel only export the visible column data but if you want to export all hidden columns data also then you have to use advanced excel module or template excel module.
Try below article