export excel, add a new column
export excel, add a new column
![chiro](https://datatables.net/forums/uploads/userpics/035/nALVTEXL0IRBD.png)
hello ^----^.
this is excelHtml5.
Run the code below and it will look like the picture.
extend: "excelHtml5",
customize: function ( xlsx ) {
var sheet = xlsx.xl.worksheets['sheet1.xml'];
$('c[r*="A"] t', sheet).text('user table');
}
but I want to add a new column on export as shown below.
Is it possible?? Please help ㅠ_ㅠ
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
This thread should help, it's more or less asking the same thing.
Cheers,
Colin
I succeeded it. Thanks!
Hi chiro please could provide the example about your work with file excel .
@hassanZarrad - it would be worth looking at the thread I posted above, it discusses this problem there.
Colin