Export to Excel Breaking when "(double Quotes) is present in table cell
Export to Excel Breaking when "(double Quotes) is present in table cell
sriram15690
Posts: 1Questions: 1Answers: 0
I am fetching the special characters in the form of ASCII values in the json and loading the table. Sorting, filtering etc work fine. But when I do Export to Excel using tabletools swf plugin, it breaks when " is present as the first character of my table cell.
Example of my Json :
[""<>USD","USA " Dollar", "0.1", "6/15/2009 1:45 PM ","USA","Reuters"],
Please note, in the abv Json, I'm specifying ASCII values, but the Datatable,net is converting it into HTML
This discussion has been closed.