// 头背景设置成红色 IndexedColors.RED.getIndex()
@HeadStyle(fillPatternType = FillPatternType.SOLID_FOREGROUND, fillForegroundColor = 10)
public class ItemCategory implements Serializable {}
这个10对应的是红色。
哪位有颜色对照表。
// 头背景设置成红色 IndexedColors.RED.getIndex()
@HeadStyle(fillPatternType = FillPatternType.SOLID_FOREGROUND, fillForegroundColor = 10)
public class ItemCategory implements Serializable {}
这个10对应的是红色。
哪位有颜色对照表。
fillForegroundColor 应该有参照表,你这Integer肯定是哪个enum
EasyExcel 注解fillForegroundColor 对应的颜色值 - 中国扛把子的个人空间 - OSCHINA - 中文开源技术交流社区
/** * 样式的数据类 * * @author Jiaju Zhuang **/ @Data // 头背景设置成红色 IndexedColors.RED.getIndex() @HeadStyle(fillPatternType = FillPatternType.SOLID_FOREGROUND, fillForegroundColor......
https://my.oschina.net/u/3267498/blog/4680918