关于POI导出execl表格背景色的设置问题

style.setFillForegroundColor(IndexedColors.ORANGE.getIndex());
style.setFillPattern(CellStyle.SOLID_FOREGROUND);
cell.setCellStyle(style);
这样设置之后为什么不可以?

http://blog.csdn.net/wangshouh/article/details/69396999