ContentFontStyle 是 EasyExcel 框架的注解color 字段对应 Apache POI 的 IndexedColors 颜色索引值。常用颜色对照表┌──────┬────────┬──────────────────────────────────────────────┐│ 颜色 │ 索引值 │ 示例 │├──────┼────────┼──────────────────────────────────────────────┤│ 红色 │ 10 │ ContentFontStyle(color 10) 或 color -10 │├──────┼────────┼──────────────────────────────────────────────┤│ 绿色 │ 11 │ ContentFontStyle(color 11) │├──────┼────────┼──────────────────────────────────────────────┤│ 蓝色 │ 12 │ ContentFontStyle(color 12) │├──────┼────────┼──────────────────────────────────────────────┤│ 黄色 │ 13 │ ContentFontStyle(color 13) │├──────┼────────┼──────────────────────────────────────────────┤│ 黑色 │ 8 │ ContentFontStyle(color 8) │├──────┼────────┼──────────────────────────────────────────────┤│ 白色 │ 9 │ ContentFontStyle(color 9) │├──────┼────────┼──────────────────────────────────────────────┤│ 橙色 │ 53 │ ContentFontStyle(color 53) │├──────┼────────┼──────────────────────────────────────────────┤│ 紫色 │ 54 │ ContentFontStyle(color 54) │└──────┴────────┴──────────────────────────────────────────────┘