fwq
2023-10-23 9020811b517b3a417231e0558d740804ca6fb5b2
src/main/java/com/hx/util/ExcelUtil.java
@@ -916,7 +916,10 @@
               .open(new BufferedInputStream(file.getInputStream()));
         listData =readhandle(book);
      }catch (Exception e){
      }catch (OLE2NotOfficeXmlFileException ex){
         ex.printStackTrace();
         throw new RuntimeException("excel版本不为2007及以上");
      } catch (Exception e){
         e.printStackTrace();
         throw new RuntimeException(e.getMessage());
      }