利用poi读取excel

时间:2021-06-14 10:40:17
【文件属性】:

文件名称:利用poi读取excel

文件大小:13KB

文件格式:JAVA

更新时间:2021-06-14 10:40:17

excel 读取excel

工具类需要poi jar 请自行下载 File xlsfile = new File(path); String[][] data = null; try { data = FileUtil.getData(xlsfile, 2); } catch (Exception e) { e.printStackTrace(); }


网友评论