POI导出给指定单元格添加背景色
摘要:
POI3.8 XSSFCellStyle,setFillForegroundColor(IndexedColors.YELLOW.getIndex()); 别的版本POI没有测试过,CellStyle不知道可不可以。 cellStyle.setFillPattern(CellStyle.SOLID_ 阅读全文
posted @ 2019-11-21 09:03 石的编程录 阅读(792) 评论(0) 推荐(0) 编辑