javascript - Exporting HTML table with < to Excel using XML -


i using this method export html tables excel. of colums in data have < characters. cause error when try open file in excel. there way ignore these characters or automatically replace them? eg:

<tr> <td>assume a>b</td> </tr> 

ps: have html data < character. pulling new page, has button export excel (using xml format).

i not aware of solution problem mentioned you. workaround can write small data sanitation script using perl/sed sanitize data. details of such script might taken here.


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -