Printer file Excel from datatable without
Printer file Excel from datatable without
Francesco_25
Posts: 1Questions: 1Answers: 0
Hi, how can I delete from Excel the following code present in HTML:
<td class="text-lef"><span class="badge"><?=$array_01[$i]['CDTEST'] ?></span></td> that is, all the code with the <span></span> tags. Thanks
Answers
What is "Printer file Excel"?
You could use exportOptions and manipulate the data exported to Excel like this:
Just replace this code with what you need to get rid of your span.
Ok thank you