jsp导出excel并支持分sheet导出的方法
2016-07-29
37
本文实例讲述了jsp导出excel并支持分sheet导出的方法。分享给大家供大家参考,具体如下:public DownloadFile exportToExcel() throws Exception{ String config_value = systemConfigService.getConfigValueByKey("Export.Xls"); logger.info("获取的导出类型为execl表格"+",每页sheet导出的行数为:"+con...