html exporting table is displaying numbers as dates code example
Example: html exporting table is displaying numbers as dates
/*Add the following Non-breaking space before value in <td> to prevent value
from converting to date format in export to excel.
for example:*/
<td> 1/2</td>