摘要: String excelPath = "Excel文件路徑"; String password = "Excel文件密碼"; Workbook workbook; InputStream inp = new FileInputStream(excelPath); //解密 POIFSFileSystem pfs = new POIFSFileSystem(inp); inp.close(); En 阅读全文
posted @ 2019-11-26 15:09 heart.. 阅读(1428) 评论(0) 推荐(0) 编辑