|
|
@ -1379,8 +1379,8 @@ public class ExcelService implements IExcelService { |
|
|
|
List<CompeteVo.TotalScoreDisplay> totalScoreDisplays = competeService.showResult(param); |
|
|
|
List<List<PoiUtil.PoiUtilCell>> list = new ArrayList<>(); |
|
|
|
List<PoiUtil.PoiUtilCell> one=new ArrayList<>(); |
|
|
|
PoiUtil.PoiUtilCell oneOne=new PoiUtil.PoiUtilCell("参赛单位", 1, 2); |
|
|
|
PoiUtil.PoiUtilCell oneTwo=new PoiUtil.PoiUtilCell("参赛队员", 1, 2); |
|
|
|
PoiUtil.PoiUtilCell oneOne=new PoiUtil.PoiUtilCell("参赛单位", 1, 1); |
|
|
|
PoiUtil.PoiUtilCell oneTwo=new PoiUtil.PoiUtilCell("参赛队员", 1, 1); |
|
|
|
PoiUtil.PoiUtilCell oneThree=new PoiUtil.PoiUtilCell("创意编排分", 3, 1); |
|
|
|
PoiUtil.PoiUtilCell oneFour=new PoiUtil.PoiUtilCell("创意最后得分", 1, 1); |
|
|
|
PoiUtil.PoiUtilCell oneFive=new PoiUtil.PoiUtilCell("完成质量分", 3, 1); |
|
|
@ -1399,8 +1399,21 @@ public class ExcelService implements IExcelService { |
|
|
|
one.add(oneEight); |
|
|
|
one.add(oneNine); |
|
|
|
one.add(oneTen); |
|
|
|
list.add(one); |
|
|
|
List<PoiUtil.PoiUtilCell> two=new ArrayList<>(); |
|
|
|
PoiUtil.PoiUtilCell twoOne=new PoiUtil.PoiUtilCell("参赛单位", 1, 2); |
|
|
|
PoiUtil.PoiUtilCell twoOne=new PoiUtil.PoiUtilCell(); |
|
|
|
PoiUtil.PoiUtilCell twoTwo=new PoiUtil.PoiUtilCell(); |
|
|
|
PoiUtil.PoiUtilCell twoThree=new PoiUtil.PoiUtilCell("1", 1, 1); |
|
|
|
PoiUtil.PoiUtilCell twoFour=new PoiUtil.PoiUtilCell("2", 1, 1); |
|
|
|
PoiUtil.PoiUtilCell twoFive=new PoiUtil.PoiUtilCell("3", 1, 1); |
|
|
|
PoiUtil.PoiUtilCell twoSix=new PoiUtil.PoiUtilCell(); |
|
|
|
PoiUtil.PoiUtilCell twoSeven=new PoiUtil.PoiUtilCell("1", 1, 1); |
|
|
|
PoiUtil.PoiUtilCell twoEight=new PoiUtil.PoiUtilCell("2", 1, 1); |
|
|
|
PoiUtil.PoiUtilCell twoNight=new PoiUtil.PoiUtilCell("3", 1, 1); |
|
|
|
two.add(twoOne); |
|
|
|
two.add(twoTwo); |
|
|
|
two.add(twoThree); |
|
|
|
two.add(twoFour); |
|
|
|
return null; |
|
|
|
} |
|
|
|
} |
|
|
|