html exporting table is displaying numbers as dates

Solutions on MaxInterview for html exporting table is displaying numbers as dates by the best coders in the world

showing results for - "html exporting table is displaying numbers as dates"
Guilhem
18 Feb 2016
1/*Add the following Non-breaking space before value in <td> to prevent value 
2from converting to date format in export to excel.
3for example:*/
4
5<td>&nbsp; 1/2</td>