supber

导航

2013年7月18日 #

excel表单导出

摘要: private InputStream inputStream;private String fileName; 生成set get 注意get return ====> return new String(fileName.getBytes(),"iso-8859-1");//导出列表public String XLSExportAction() throws Exception{//调用分页方法pageUtil = equipmentService.queryEquipmentList(new PmEquipmentVo(),pageNum);XLSExport 阅读全文

posted @ 2013-07-18 20:59 supber 阅读(274) 评论(0) 推荐(0)