根据excel模版导出excel,核心代码如下: /*-------------- 1.准备数据--------------*/ List resultList = new ArrayList(); Date todays = new Date();//日期 List countList = new ArrayList();//行数据 countList.add("A-001");//类别 countList.add(20L);//数量 resultList.add(countList); c
We're headache on making web report all long. ExcelUtils is a helper to export excel report in java web project. It's like velocity, has own tags, but these tags is written in excel file. By these tags, you can custom your excel report format freely