Excel长数字防止转换为科学计数法
网上的一个方法是,加单引号,但是不好看。
我的处理,是先加,再替换成带格式的。
strTable = Formater.SimpleTable(dt, "aaa", "|f_Status|", "f_ID=ID;f_Time1=申报时间;f_Name=姓名;f_ZhuanYe1=专业;f_Sex=性别;f_Title=职称;f_Unit=单位;f_StatusText=申报进度;"); strTable = strTable.Replace("<td>'", "<td style=\"vnd.ms-excel.numberformat:@\">");
参考:
http://www.cnblogs.com/kafeijiu/p/3761704.html?utm_source=tuicool