I have a read only grid sourced from expression which is getting data from an integration. I want to export this grid data to excel. So can someone please help how to do this. Stuck here as Export CDT to excel is deprecated.
Discussion posts and replies are publicly visible
Export CDT to Excel still works fine in spite of being deprecated. There has never been a sufficient replacement provided, so for now I keep using it where necessary.
Is there any other way a part from that because it'll show as vulnerable if we use it.
Write the CDT data to a temporary table and then dump it into an Excel using the Export DSE to Excel smart service - this should work fine other than the fact that it has no method by which to supply a pre-formatted base template (which makes it useless to me since all my use cases require this, but if yours doesn't, then you should be fine).
This will be the "officially supported" solution (and AFAIK is currently the only one), despite my annoyance that the functionality of this node is still so hampered.