easyexcel icon indicating copy to clipboard operation
easyexcel copied to clipboard

如何通过注解实现创建一级表头和二级表头,并对一二级表头设置不同的字号和背景色

Open Shui-Qing opened this issue 1 year ago • 1 comments

在是实体类上通过注解@ExcelProperty(value = {"A","B"})创建出一级表头A和二级表头B,如何使用注解将A设置成字号30,B设置成字号20。如果使用注解@HeadFontStyle(fontHeightInPoints = 30),会对当前A表头和所有二级表头产生效果

Shui-Qing avatar Jan 09 '25 09:01 Shui-Qing