If a datafield (in my case type: string) contains any HTML-character, the created xls is defective:
If I open it, Excel say that the Sheet 1 is damaged and generate me an error log:
XML PARSE ERROR: Extraneous end-tagError occurs at or below this element stack: <ss:Workbook> <ss:Worksheet> <ss:Table> <ss:Row> <ss:Cell> <ss:Data>
As soon as I fill the grid with Text with HTML in it (like: This is a <i>test</i>), the created xls will not work:
That worked in previous versions of jqwidgets.
Is that a correct behaviour? I mean: Is HTML not allowed here anymore?