C#使用NPOI导出excel设置单元格背景颜色

ICellStyle cellStyle = workbook.CreateCellStyle();
cellStyle.FillPattern = FillPattern.SolidForeground;
cellStyle.FillForegroundColor = ;
cell.CellStyle = cellStyle;

在设置FillForegroundColor的同时需要设置FillPattern。

FillForegroundColor接收的事一个short类型的值,每个颜色对应的值可以在网上搜一下找到。

上一篇:Spring_day04--课程安排_回顾SSH框架知识点_SSH框架整合思想


下一篇:CF1033G Chip Game