使用FillBackgroundColor不会起作用,不能使用自定义的颜色。
设置背景颜色代码:
HeadercellStyle.FillPattern = FillPattern.SolidForeground; HeadercellStyle.FillForegroundColor = NPOI.HSSF.Util.HSSFColor.RoyalBlue.Index;
相关链接:
https://stackoverflow.com/questions/31159724/npoi-setting-background-color-isnt-working