@Documented @Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface Merge
| 限定符和类型 | 可选元素和说明 |
|---|---|
Class<? extends ExcelAutoMergeCallback<?>> |
callback
Callback policy, you can control the merge rules by callback policy,
the default policy is to merge as long as the values are the same
|
boolean |
empty
Whether to merge when null value is encountered
|
boolean |
enable
Enable automatic merge of same vertical content
|
public abstract boolean enable
public abstract boolean empty
public abstract Class<? extends ExcelAutoMergeCallback<?>> callback
ExcelAutoMergeCallbackCopyright © 2020. All rights reserved.