chenjiahe
2023-10-08 e96b0d2ac2d14a1035e91cf221f5ecd764980e16
src/main/java/com/hx/util/ExcelUtil.java
@@ -976,7 +976,8 @@
               cell = row.getCell(j);
               if (cell == null) {
                  arrayString.add("");
               } else if (cell.getCellType() == CellType.NUMERIC) {
               }
               if (cell.getCellType() == CellType.NUMERIC) {
                  isData = true;
                  format = cell.getCellStyle().getDataFormat();
                  if (format == 14 || format == 31 || format == 57 || format == 58) {