src/main/java/com/hx/util/ExcelUtil.java @@ -679,7 +679,6 @@ /**读取excel文件,兼容2003和2007 * 通过流读取Excel文件 * @return @@ -768,6 +767,7 @@ return null; } private static String getCellVal(Cell cell) { if (null == cell) { return "";