Wrap Text for One Column after Excel Export
Wrap Text for One Column after Excel Export

Hello - Is it possible to enable the wrapped text feature in Excel when exporting from Datatables on one column? So far, I have this, but it's not working.
customize: function( xlsx ) {
var sheet = xlsx.xl.worksheets['sheet1.xml'];
$('col g', sheet).attr( 's', '55' );
},
Any help would be greatly appreciated!
This discussion has been closed.
Answers
It possible and not easy to do. I did this awhile back in this thread:
https://datatables.net/forums/discussion/41778
Hope it helps.
Kevin
Thanks, Kevin. I'll let you know if I can get it working.