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

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -