Data grid2 export excel functionality

0
I have requriement like based on selected seleted filters and shows columens in data grid2 I want to export that data into excel. suggested me the easy approach I can follow.
asked
2 answers
1

Export to excelThis is the easiest way to export your excel data.

answered
1

Hi Ganesh


There are two methods which can be used


Method1: Write a custom logic in mendix microflow to export via excel

Method2: Use the mendix marketplace component Link to export the grid data as excel


I hope this helps

answered