| | |
| | | ce.setNo(rows++); |
| | | } |
| | | |
| | | Map<String, List<CountEntity>> map = new HashMap<>(); |
| | | Map<String, List<CountEntity>> map = new HashMap<>(1); |
| | | map.put("data", list); |
| | | |
| | | ExcelHelper.writeToTemplate(source, target, map); |
| | |
| | | ce.setNo(rows++); |
| | | } |
| | | |
| | | Map<String, List<CountEntity>> map = new HashMap<>(); |
| | | Map<String, List<CountEntity>> map = new HashMap<>(1); |
| | | map.put("data", list); |
| | | |
| | | ExcelHelper.writeToTemplate(source, target, map); |
| | |
| | | ce.setM2(FileHelper.getSizes(ce.getSizes())); |
| | | } |
| | | |
| | | Map<String, List<CountEntity>> map = new HashMap<>(); |
| | | Map<String, List<CountEntity>> map = new HashMap<>(1); |
| | | map.put("data", list); |
| | | |
| | | ExcelHelper.writeToTemplate(source, target, map); |