Wrap Text for One Column after Excel Export

Wrap Text for One Column after Excel Export

moriamoria Posts: 10Questions: 4Answers: 1

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!

Answers

This discussion has been closed.