摘要: @Test public void testFormat() throws IOException { //获取文件流 FileInputStream fileInputStream = new FileInputStream("E:\\practice\\poi-test\\" + "test1. 阅读全文
posted @ 2021-11-05 17:29 GitHub-ahao 阅读(493) 评论(0) 推荐(0)
摘要: ##03 /** * 03版本 * @throws IOException */ @Test public void testRead03() throws IOException { //获取文件流 FileInputStream fileInputStream = new FileInputSt 阅读全文
posted @ 2021-11-05 16:47 GitHub-ahao 阅读(39) 评论(0) 推荐(0)
摘要: ##03版本excel <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>5.1.0</version> </dependency> /** * HSSFWorkbook 03版e 阅读全文
posted @ 2021-11-05 16:38 GitHub-ahao 阅读(89) 评论(0) 推荐(0)