npoi를 사용하여 cell backgroudn
에서 RGB 색상을 어떻게 설정합니까?글꼴에서 RGB 색상을 설정하는 방법 xssfworkbook npoi를 사용하여
byte[] rgb = new byte[3] { 192, 50, 90 };
XSSFCellStyle HeaderCellStyle1 = (XSSFCellStyle)wb.CreateCellStyle();
HeaderCellStyle1.SetFillForegroundColor(new XSSFColor(new Color(255, 255, 255)));
나는이 패턴을 사용하고 싶지 않은 : 당신은 확인해야
titlestyle.BottomBorderColor = IndexedColors.Grey25Percent.Index;