使用easyExcel 定义表头 字体 格式 颜色等,定义表内容,合计

@HeadStyle 表头样式注解

@HeadFontStyle 表头字体样式

@HeadStyle(fillPatternType = FillPatternTypeEnum.SOLID_FOREGROUND, fillForegroundColor = 22)
@HeadFontStyle(fontHeightInPoints = 12)

以下为实现效果

使用easyExcel 定义表头 字体 格式 颜色等,定义表内容,合计_第1张图片

你可能感兴趣的:(java,java-ee,spring,boot)