style.setFillForegroundColor(IndexedColors.ORANGE.getIndex());style.setFillPattern(CellStyle.SOLID_FOREGROUND);cell.setCellStyle(style);这样设置之后为什么不可以?
http://blog.csdn.net/wangshouh/article/details/69396999