|
@@ -193,11 +193,11 @@ public class IncomeExportExcel {
|
|
|
|
|
|
cell = row.createCell(4);
|
|
|
cell.setCellStyle(cellStyle2);
|
|
|
- cell.setCellValue(" 分类明细");
|
|
|
+ cell.setCellValue("分类明细");
|
|
|
|
|
|
cell = row.createCell(5);
|
|
|
cell.setCellStyle(cellStyle2);
|
|
|
- cell.setCellValue(" 归属日期");
|
|
|
+ cell.setCellValue("归属日期");
|
|
|
|
|
|
cell = row.createCell(6);
|
|
|
cell.setCellStyle(cellStyle2);
|
|
@@ -229,7 +229,7 @@ public class IncomeExportExcel {
|
|
|
|
|
|
cell = row.createCell(5);
|
|
|
cell.setCellStyle(cellStyle3);
|
|
|
- cell.setCellValue(" 归属日期");
|
|
|
+ cell.setCellValue("2024-07-01");
|
|
|
|
|
|
cell = row.createCell(6);
|
|
|
cell.setCellStyle(cellStyle3);
|