随笔分类 -  excel

摘要:依赖 <dependency> <groupId>net.sf.jxls</groupId> <artifactId>jxls-core</artifactId> <version>1.0.6</version> </dependency> 关键方法 Sheet sheet = workbook.g 阅读全文
posted @ 2022-10-26 14:16 黒马 阅读(595) 评论(0) 推荐(0)
摘要:导入依赖 <dependency> <groupId>org.jxls</groupId> <artifactId>jxls</artifactId> <version>2.8.1</version> </dependency> <dependency> <groupId>org.jxls</gro 阅读全文
posted @ 2022-07-14 15:20 黒马 阅读(375) 评论(0) 推荐(0)
摘要:通过POI自定义单元格背景色 XSSFCellStyle XSSFCellStyle.setFillForegroundColor(new XSSFColor( new java.awt.Color(r, g, b))); HSSFCellStyle HSSFWorkbook workbook; H 阅读全文
posted @ 2022-02-15 11:08 黒马 阅读(502) 评论(0) 推荐(0)