Ver Fonte

feat:
导出时自动合并单元格

18339543638 há 2 anos atrás
pai
commit
08e622e625

+ 1 - 1
tr-modules-api/tr-module-export-api/src/main/java/cn/tr/module/export/annotation/ExcelPropertySupport.java

@@ -29,5 +29,5 @@ public @interface ExcelPropertySupport {
      */
     String comment() default "";
 
-    ExcelCellMerge merge();
+    ExcelCellMerge merge()default @ExcelCellMerge(autoMerge = false,mergeBlank = false);
 }