Custom Excel Export

Custom Excel Export

timzorr1timzorr1 Posts: 1Questions: 1Answers: 0

I currently have a datatable where columns are made up of multiple columns of json data. Using ColumnDefs I'm able to style them and add buttons etc. Is there a way I can do something similar with the Excel Export such as use the Json data instead of the datatable columns similar to how ColumDefs works.
If not is there a way export columns based on something like a linebreak in the datatables cell.
Basically I would like the excel export to be a deconstructed version of the datatable and have more colums.

Thanks

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,598

    Hi @timzorr1 ,

    You can modify the sheet in the button's customize option. I suspect it won't be easy.

    Cheers,

    Colin

This discussion has been closed.