网页HTML导出excel数字变成科学计数法的解决方案 需要在 HTML 的声明里加上 excel 的命名空间然后再 td 的属性里 加上 <td x:str>389120938471092841298374128374</td>这样就可以解决这个问题了。<html xmlns:x="urn:schemas-microsoft-com:office:excel">