How to implement Excel export without data grid.

0
I want to implement excel functionality whatever we data give it can be add in excel row wise and it should get auto download. how to do that without showing data in grid.
asked
1 answers
0

You can use Java Actions to convert objects into files.

Only with DataGrid2 can you use the official default Export Excel (which directly binds to this).

answered