I have a datatable where I am exporting the results in excel spreadsheet. Most of the rows have long text along with some formatting such as line breaks, lists.
Is there a way to do the following when exporting to excel?
1) Wrap text for all the cells
2) Preserve line breaks, p and ul tags.
Here is my example: https://live.datatables.net/yamifera/1/edit
Thanks.