|
@@ -225,6 +225,9 @@ public class ExportExcel {
|
|
|
cell.setCellStyle(cellStyle3);
|
|
|
cell.setCellValue("备注");
|
|
|
|
|
|
+ cell = row.createCell(2);
|
|
|
+ cell.setCellStyle(cellStyle3);
|
|
|
+ cell.setCellValue("100");
|
|
|
|
|
|
cell = row.createCell(3);
|
|
|
cell.setCellStyle(cellStyle3);
|
|
@@ -242,9 +245,7 @@ public class ExportExcel {
|
|
|
cell.setCellStyle(cellStyle3);
|
|
|
cell.setCellValue("100");
|
|
|
|
|
|
- cell = row.createCell(7);
|
|
|
- cell.setCellStyle(cellStyle3);
|
|
|
- cell.setCellValue("100");
|
|
|
+
|
|
|
|
|
|
|
|
|
}
|