chenjiahe
2023-10-08 e96b0d2ac2d14a1035e91cf221f5ecd764980e16
src/main/java/com/hx/util/ExcelUtil.java
@@ -975,7 +975,7 @@
            for (int j = 0;j<arrange;j++) {
               cell = row.getCell(j);
               if (cell == null) {
                  continue;
                  arrayString.add("");
               }
               if (cell.getCellType() == CellType.NUMERIC) {
                  isData = true;