标签:npoi short create poi ntb font sheet etc get
CellStyle style = hssfworkbook.CreateCellStyle(); Font f = hssfworkbook.CreateFont(); f.Boldweight = (short)FontBoldWeight.BOLD; style.SetFont(f); sheet1.GetRow(rowIdx).GetCell(colIdx).CellStyle = style;
标签:npoi short create poi ntb font sheet etc get
原文地址:http://www.cnblogs.com/a14907/p/6424010.html