疯狂的狮子li
2022-12-07 06cda3fb18a3241deff404f6948b02cc0d9a75a5
ruoyi-common/src/main/java/com/ruoyi/common/excel/CellMergeStrategy.java
@@ -86,7 +86,7 @@
                  // 空值跳过不合并
                  continue;
               }
               if (cellValue != val) {
               if (!cellValue.equals(val)) {
                  if (i - repeatCell.getCurrent() > 1) {
                     cellList.add(new CellRangeAddress(repeatCell.getCurrent() + rowIndex, i + rowIndex - 1, colNum, colNum));
                  }