fhx
2023-11-16 d182dc7cd0ebd4b8dc4a8048e79a629209d2bf43
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());
      }
@@ -941,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());