fwq
2023-10-26 a30695d15a46ef43dc59e4d1c7ddd948d16094a0
src/main/java/com/hx/util/ExcelUtil.java
@@ -944,6 +944,9 @@
               .open(file);
         listData =readhandle(book);
      }catch (OLE2NotOfficeXmlFileException ex){
         ex.printStackTrace();
         throw new RuntimeException("excel版本不为2007及以上");
      }catch (Exception e){
         e.printStackTrace();
         throw new RuntimeException(e.getMessage());