How do I get a export to excel button for a data grid?

0
I'm looking for a simpler way to export data to excel without having to use the 'excel exporter' module and the process of creating a worksheet. How can I achieve this? Is there another method or way to approach this export?
asked
2 answers
0

Hello Priya,

 

You need to add an datagrid and use a datasource xpath then you can simply add the export to excel or to csv button.

 

image.png

 

Hope this helps

 

Good luck!

answered
0

Hi Priya,

 

You can easily get the Export to Excel function without using Excel exporter module.

 

For this in Datagrid, You have set your datasource as Xpath(It will not be available for other data sources). and in control bar, you can right click and add a button Export to Excel.

image.png

answered