Basically the DATA TABLE is exporting in Excel, But need to change the format of the table, like adding additional cell color or border in the cell. And the Data table is in class and its dynamic
I have already with all the functionalities like ,
$js .= '"createdRow": function( row, data, dataIndex){
$(row).addClass(\'redClass\');
}';
$js.='customize: function(xlsx){
var sheet = xlsx.xl.worksheets["sheet1.xml"];
$("row c[r*="10"]",sheet).attr("s","25");
},';
NO Change in the exported excel sheet