datatable excel export, how can we apply multiple styles to same cell with IE
datatable excel export, how can we apply multiple styles to same cell with IE
jacek_k
Posts: 6Questions: 1Answers: 0
That way https://datatables.net/forums/discussion/45846/datatable-excel-export-how-can-we-apply-multiple-styles-to-same-cell it doesn't works. IE blocks additional script
This discussion has been closed.
Answers
Can you give me a link to a page showing the issue please?
Allan
I cant show it to you but i have popup from Excel like that: Excel completed file-level validation and repair. Some parts of this workbook may have been repaired or rejected.
Records repaired: Information about cells from /xl/worksheets/sheet1.xml (free translation)
and info from log file:
<?xml version="1.0" encoding="UTF-8" standalone="true"?>-<recoveryLog xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
<logFileName>error165920_01.xml</logFileName>
If you could use JSFiddle or http://live.datatables.net to recreate the problem I would be happy to take a look at it. I need a page showing the issue to be able to debug it. Note it would be worth using the nightly version of the HTML5 buttons if you aren't already.
Allan
from my cshtml file:
function loadData(data) {
}