|
|
@ -628,12 +628,15 @@ public class ExcelService implements IExcelService { |
|
|
|
two5.setValue("参赛单位"); |
|
|
|
PoiUtil.PoiUtilCell two6=new PoiUtil.PoiUtilCell(WebConstant.CELL_NULL, 1, 1); |
|
|
|
two6.setValue("参赛人员"); |
|
|
|
PoiUtil.PoiUtilCell two7=new PoiUtil.PoiUtilCell(WebConstant.CELL_NULL, 1, 1); |
|
|
|
two7.setValue("比赛视频路径"); |
|
|
|
two.add(two1); |
|
|
|
two.add(two2); |
|
|
|
two.add(two3); |
|
|
|
two.add(two4); |
|
|
|
two.add(two5); |
|
|
|
two.add(two6); |
|
|
|
two.add(two7); |
|
|
|
biao.add(two); |
|
|
|
for (CompeteExcelVo.Project project : allProjectList) { |
|
|
|
int j = 0, q = 0;//一个项目得长度 项目循环
|
|
|
@ -675,12 +678,14 @@ public class ExcelService implements IExcelService { |
|
|
|
PoiUtil.PoiUtilCell three4 = new PoiUtil.PoiUtilCell(project.getProjectList().get(k).getCompanyNameList().get(m).getStartOrder(), 1, 1); |
|
|
|
PoiUtil.PoiUtilCell three5 = new PoiUtil.PoiUtilCell(project.getProjectList().get(k).getCompanyNameList().get(m).getCompanyName(), 1, 1); |
|
|
|
PoiUtil.PoiUtilCell three6 = new PoiUtil.PoiUtilCell(project.getProjectList().get(k).getCompanyNameList().get(m).getPlayerName(), 1, 1); |
|
|
|
PoiUtil.PoiUtilCell three7 = new PoiUtil.PoiUtilCell(project.getProjectList().get(k).getCompanyNameList().get(m).getVideoUrl(), 1, 1); |
|
|
|
three.add(three1); |
|
|
|
three.add(three2); |
|
|
|
three.add(three3); |
|
|
|
three.add(three4); |
|
|
|
three.add(three5); |
|
|
|
three.add(three6); |
|
|
|
three.add(three7); |
|
|
|
biao.add(three); |
|
|
|
} |
|
|
|
} |
|
|
|