码迷,mamicode.com
首页 > 其他好文 > 详细

NPOI 设置样式为粗体

时间:2017-02-21 15:43:25      阅读:241      评论:0      收藏:0      [点我收藏+]

标签: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 设置样式为粗体

标签:npoi   short   create   poi   ntb   font   sheet   etc   get   

原文地址:http://www.cnblogs.com/a14907/p/6424010.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!