标签: c# excel npoi
在这里,我创建了一种风格,但它没有工作,它只有一些选项,如实心或点缀等背景,那我怎样才能设置渐变背景? 这里只有一个样式表如何设置渐变背景?
ICellStyle tablestyle = sheet.Workbook.CreateCellStyle(); tablestyle.FillForegroundColor = IndexedColors.Blue.Index; tablestyle.FillPattern = FillPattern.AltBars;