From 609a1931953b2298016bd2b0d6b410666b5ad7b9 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期四, 02 七月 2026 09:19:15 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/3.0.1' into 3.0.1
---
server/services/src/main/java/com/doumee/core/annotation/excel/ExcelExporter.java | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/server/services/src/main/java/com/doumee/core/annotation/excel/ExcelExporter.java b/server/services/src/main/java/com/doumee/core/annotation/excel/ExcelExporter.java
index c6090e0..c9fa542 100644
--- a/server/services/src/main/java/com/doumee/core/annotation/excel/ExcelExporter.java
+++ b/server/services/src/main/java/com/doumee/core/annotation/excel/ExcelExporter.java
@@ -443,19 +443,19 @@
cell.setCellStyle(style);
}
- /**
- * 閰嶇疆鍗曞厓鏍艰竟妗�
- */
- private static void configCellBorder (CellStyle style) {
- style.setBorderTop(BorderStyle.THIN);
- style.setBorderRight(BorderStyle.THIN);
- style.setBorderBottom(BorderStyle.THIN);
- style.setBorderLeft(BorderStyle.THIN);
- style.setTopBorderColor(IndexedColors.GREY_50_PERCENT.getIndex());
- style.setRightBorderColor(IndexedColors.GREY_50_PERCENT.getIndex());
- style.setBottomBorderColor(IndexedColors.GREY_50_PERCENT.getIndex());
- style.setLeftBorderColor(IndexedColors.GREY_50_PERCENT.getIndex());
- }
+ /**
+ * 閰嶇疆鍗曞厓鏍艰竟妗�
+ */
+ private static void configCellBorder (CellStyle style) {
+ style.setBorderTop(BorderStyle.THIN);
+ style.setBorderRight(BorderStyle.THIN);
+ style.setBorderBottom(BorderStyle.THIN);
+ style.setBorderLeft(BorderStyle.THIN);
+ style.setTopBorderColor(IndexedColors.GREY_50_PERCENT.getIndex());
+ style.setRightBorderColor(IndexedColors.GREY_50_PERCENT.getIndex());
+ style.setBottomBorderColor(IndexedColors.GREY_50_PERCENT.getIndex());
+ style.setLeftBorderColor(IndexedColors.GREY_50_PERCENT.getIndex());
+ }
/**
* 澶勭悊鍗曞厓鏍兼暟鎹�
--
Gitblit v1.9.3