|
|
@ -630,6 +630,10 @@ public class ExcelService implements IExcelService { |
|
|
|
two6.setValue("参赛人员"); |
|
|
|
PoiUtil.PoiUtilCell two7=new PoiUtil.PoiUtilCell(WebConstant.CELL_NULL, 1, 1); |
|
|
|
two7.setValue("比赛视频路径"); |
|
|
|
PoiUtil.PoiUtilCell two8=new PoiUtil.PoiUtilCell(WebConstant.CELL_NULL, 1, 1); |
|
|
|
two7.setValue("场次"); |
|
|
|
PoiUtil.PoiUtilCell two9=new PoiUtil.PoiUtilCell(WebConstant.CELL_NULL, 1, 1); |
|
|
|
two7.setValue("场地"); |
|
|
|
two.add(two1); |
|
|
|
two.add(two2); |
|
|
|
two.add(two3); |
|
|
@ -637,6 +641,8 @@ public class ExcelService implements IExcelService { |
|
|
|
two.add(two5); |
|
|
|
two.add(two6); |
|
|
|
two.add(two7); |
|
|
|
two.add(two8); |
|
|
|
two.add(two9); |
|
|
|
biao.add(two); |
|
|
|
for (CompeteExcelVo.Project project : allProjectList) { |
|
|
|
int j = 0, q = 0;//一个项目得长度 项目循环
|
|
|
@ -679,6 +685,8 @@ public class ExcelService implements IExcelService { |
|
|
|
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); |
|
|
|
PoiUtil.PoiUtilCell three8 = new PoiUtil.PoiUtilCell(project.getProjectList().get(k).getCompanyNameList().get(m).getCompeteOrder(), 1, 1); |
|
|
|
PoiUtil.PoiUtilCell three9 = new PoiUtil.PoiUtilCell(project.getProjectList().get(k).getCompanyNameList().get(m).getSite(), 1, 1); |
|
|
|
three.add(three1); |
|
|
|
three.add(three2); |
|
|
|
three.add(three3); |
|
|
@ -686,6 +694,8 @@ public class ExcelService implements IExcelService { |
|
|
|
three.add(three5); |
|
|
|
three.add(three6); |
|
|
|
three.add(three7); |
|
|
|
three.add(three8); |
|
|
|
three.add(three9); |
|
|
|
biao.add(three); |
|
|
|
} |
|
|
|
} |
|
|
|