|
|
@ -1184,7 +1184,7 @@ public class ExcelService implements IExcelService { |
|
|
|
SimpleDateFormat simpleDateFormat1 = new SimpleDateFormat("HH:mm"); |
|
|
|
String year1 = simpleDateFormat1.format(date1); |
|
|
|
String string = schedulePlanDetail.getProjectName() + "(" + year +"-"+ year1 + ")"; |
|
|
|
stringBuilder.append(string+" "); |
|
|
|
stringBuilder1.append(string+" "+"\n"); |
|
|
|
} |
|
|
|
} |
|
|
|
PoiUtil.PoiUtilCell poiUtilCell = new PoiUtil.PoiUtilCell(stringBuilder1.toString()); |
|
|
@ -1199,7 +1199,7 @@ public class ExcelService implements IExcelService { |
|
|
|
SimpleDateFormat simpleDateFormat1 = new SimpleDateFormat("HH:mm"); |
|
|
|
String year1 = simpleDateFormat1.format(date1); |
|
|
|
String string = schedulePlanDetail.getProjectName() + "(" + year +"-"+ year1 + ")"; |
|
|
|
stringBuilder.append(string+" "); |
|
|
|
stringBuilder2.append(string+" "+"\n"); |
|
|
|
} |
|
|
|
} |
|
|
|
PoiUtil.PoiUtilCell poiUtilCel2 = new PoiUtil.PoiUtilCell(stringBuilder2.toString()); |
|
|
|