Hi,
I want to export data from handsontable to csv. The basics work just fine, but I am stuck with two scenarios:
- I have nested headers and I would like to include the last row of the header in the exported file. As I understood it, the nested header is actually a different handsontable instance, so the exportHeaders-Flag doesn’t help.
- In some columns I have JSON strings in the cells and custom renderers. The basic approach obviously just exports the cell data (=json string). Is there a way to preprocess the data before exporting?
Thanks for the help.