|
|
@@ -23,7 +23,7 @@ public class StyleUtils {
|
|
|
// 头的策略
|
|
|
WriteCellStyle headWriteCellStyle = new WriteCellStyle();
|
|
|
// 背景颜色
|
|
|
- headWriteCellStyle.setFillForegroundColor(IndexedColors.WHITE.getIndex());
|
|
|
+ headWriteCellStyle.setFillForegroundColor(IndexedColors.GREY_25_PERCENT.getIndex());
|
|
|
headWriteCellStyle.setFillPatternType(FillPatternType.SOLID_FOREGROUND);
|
|
|
// 字体
|
|
|
WriteFont headWriteFont = new WriteFont();
|