I am using this method to export HTML Tables to Excel. However some of the colums in my data have <
characters. This cause an error when I try to open the file in Excel. Is there some way to ignore these characters or automatically replace them?
Eg:
<tr>
<td>Assume A>B</td>
</tr>
PS: I already have the html data with <
character. I am pulling it into a new page, which has a button to export it to excel (using xml format).