欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

NPOI 设置背景颜色

程序员文章站 2023-01-30 12:29:19
使用FillBackgroundColor不会起作用,不能使用自定义的颜色。 设置背景颜色代码: HeadercellStyle.FillPattern = FillPattern.SolidForeground; HeadercellStyle.FillForegroundColor = NPOI ......

使用fillbackgroundcolor不会起作用,不能使用自定义的颜色。

设置背景颜色代码:

headercellstyle.fillpattern = fillpattern.solidforeground;
headercellstyle.fillforegroundcolor = npoi.hssf.util.hssfcolor.royalblue.index;

 

相关链接:

https://www.niceonecode.com/question/20373/unable-to-set-fillbackgroundcolor-using-hssfworkbook-in-csharp