How to export the editable grid data into excel

Certified Associate Developer

This is my usecase. i have editable grid of data  and also providing user to do the (custom) filter and sorting. But now user want the export those data into excel.

we have used EXPORT DSE to Excel smart service to do that. But here the challenges is user applied sort is not working when we export the data.

I don't know how to configure that. Can anyone help me here.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    My current recommendation is the newer plug-in, Export JSON to Excel.  It sidesteps a lot of the artificial limitations of DSE to Excel (sorting, lack of support for a base template, etc), and doesn't require the painful workarounds like creating a staging table, etc.  You can just query your data, do whatever local transformations on it you'd like, wrap it up as JSON, then pass it into the node.

Reply
  • 0
    Certified Lead Developer

    My current recommendation is the newer plug-in, Export JSON to Excel.  It sidesteps a lot of the artificial limitations of DSE to Excel (sorting, lack of support for a base template, etc), and doesn't require the painful workarounds like creating a staging table, etc.  You can just query your data, do whatever local transformations on it you'd like, wrap it up as JSON, then pass it into the node.

Children
No Data