JSP中怎樣把數字作爲字符型導出到Excel

 --設置excel導出

response.setContentType("application/vnd.ms-excel;charset=UTF-8");

response.setHeader("Content-Disposition", "attachment;filename=" + new String("test.xls".getBytes("gb2312"), "ISO8859-1"));

--設置導出格式

<td align="right" style= "vnd.ms-excel.numberformat:@" >00</td>

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章