chenjiahe
2024-06-14 1898bc40ca08ca02be9ac74a9c353dea3d17f120
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());