Download data from a Table on the UI as Excel
Hello,
We use an optimized table on the UI where adding/removing columns are enabled.
We have received a new customer requirement I do not know how to fulfill with OOTB functions.
The customer has a wish to be able to download the table content as Excel. They want to see only the visible columns and if possible the filters selected also applied.
We know how to generate Excel from the data, but we have two issues we do not know how to solve:
- Excel generation is based on a template, so I cannot set the columns generated dynamically (the only way I can see writing a function in Java to fully generate the Excel using some library, but this is a laborious approach)
- I do not know how to get the user-managed layout information from the table
- The visible/hidden columns
- The applied filter
Does Pega have any OOTB solutions for the above problems? Can someone propose some approach that would provide the same/similar functionality differently?
Gabor