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
浙公网安备 33010602011771号