I have the following function that exports an html to excel:
function generateexcel(tableid) { var table= document.getElementById(tableid); var html = ta
Just replace encodeURIComponent with escape.
encodeURIComponent
escape