public abstract class AbstractExcelWriterParameterBuilder<T extends AbstractExcelWriterParameterBuilder,C extends WriteBasicParameter> extends AbstractParameterBuilder<T,C>
| 构造器和说明 |
|---|
AbstractExcelWriterParameterBuilder() |
| 限定符和类型 | 方法和说明 |
|---|---|
T |
automaticMergeHead(Boolean automaticMergeHead)
Whether to automatically merge headers.Default is true.
|
T |
excludeColumnFiledNames(Collection<String> excludeColumnFiledNames)
Ignore the custom columns.
|
T |
excludeColumnIndexes(Collection<Integer> excludeColumnIndexes)
Ignore the custom columns.
|
T |
includeColumnFiledNames(Collection<String> includeColumnFiledNames)
Only output the custom columns.
|
T |
includeColumnIndexes(Collection<Integer> includeColumnIndexes)
Only output the custom columns.
|
T |
needHead(Boolean needHead)
Need Head
|
T |
registerWriteHandler(WriteHandler writeHandler)
Custom write handler
|
T |
relativeHeadRowIndex(Integer relativeHeadRowIndex)
Writes the head relative to the existing contents of the sheet.
|
T |
useDefaultStyle(Boolean useDefaultStyle)
Use the default style.Default is true.
|
autoTrim, head, head, locale, parameter, registerConverter, self, use1904windowingpublic T relativeHeadRowIndex(Integer relativeHeadRowIndex)
relativeHeadRowIndex - public T registerWriteHandler(WriteHandler writeHandler)
writeHandler - public T useDefaultStyle(Boolean useDefaultStyle)
useDefaultStyle - public T automaticMergeHead(Boolean automaticMergeHead)
automaticMergeHead - public T excludeColumnIndexes(Collection<Integer> excludeColumnIndexes)
public T excludeColumnFiledNames(Collection<String> excludeColumnFiledNames)
public T includeColumnIndexes(Collection<Integer> includeColumnIndexes)
public T includeColumnFiledNames(Collection<String> includeColumnFiledNames)
Copyright © 2018–2021 Alibaba Group. All rights reserved.