PHP 导出网页表格如何对标签中的内容设置属性

当在使用php导出excel表格的时候,有时需要将某一列专门设置成文本属性

方法:

在需要设置属性的的<td>标签中 添加  style='vnd.ms-excel.numberformat:@'

原文地址:https://www.cnblogs.com/chxuan/p/8232109.html