`
h13327840728
  • 浏览: 17922 次
  • 性别: Icon_minigender_1
  • 来自: 南京
最近访客 更多访客>>
社区版块
存档分类
最新评论

java导出报表

 
阅读更多
private void CSVDownloadBusines(HttpServletResponse response, String DATE,
List lst, HttpServletRequest request) throws BaseException {

String filename = "业务报表@";
filename = filename + DATE;

DownLoadData d = new ReportDailyBusinesDownLoadImp();
try {
d.initContentType(filename, "业务报表@", response, request);
d.writeExcel(lst);
d.closeOutputStream();
} catch (Exception e) {
throw new BaseException(e);
}
}
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics