Chinaunix首页 | 论坛 | 博客
  • 博客访问: 693127
  • 博文数量: 194
  • 博客积分: 3831
  • 博客等级: 中校
  • 技术积分: 1843
  • 用 户 组: 普通用户
  • 注册时间: 2009-02-28 13:24
文章分类

全部博文(194)

文章存档

2012年(41)

2011年(42)

2010年(45)

2009年(66)

分类: Java

2011-04-29 10:20:16

HSSFCellStyle style = wb.createCellStyle();
//
创建一个样式
style.setFillBackgroundColor(HSSFCellStyle.AQUA);
//
设定此样式的的背景颜色填充
style.setFillPattern(HSSFCellStyle.BIG_SPOTS);
//
样式的填充类型。

style.setFillBackgroundColor(HSSFColor.GREEN.index);
//
设定单元个背景颜色
style.setFillForegroundColor(HSSFColor.RED.index);
//
设置单元格显示颜色

阅读(1724) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~