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()); }