Hi,
I am working on a requirement from which i need to export the report data to an excel sheet. The data on the UI is displayed by getting the data from a database table. Here the table headers are also dynamically taken.
How can i get that table data and convert it to an object which has some data and render it in an excel sheet.
Please provide the response.