public interface WriteHolder extends ConfigurationHolder
| Modifier and Type | Method and Description |
|---|---|
boolean |
automaticMergeHead()
Whether need automatic merge headers.
|
ExcelWriteHeadProperty |
excelWriteHeadProperty()
What 'ExcelWriteHeadProperty' does the currently operated cell need to execute
|
Collection<String> |
excludeColumnFieldNames()
Ignore the custom columns.
|
Collection<Integer> |
excludeColumnIndexes()
Ignore the custom columns.
|
boolean |
ignore(String fieldName,
Integer columnIndex)
Is to determine if a field needs to be ignored
|
Collection<String> |
includeColumnFieldNames()
Only output the custom columns.
|
Collection<Integer> |
includeColumnIndexes()
Only output the custom columns.
|
boolean |
needHead()
Whether a header is required for the currently operated cell
|
boolean |
orderByIncludeColumn()
Data will be order by
includeColumnFieldNames() or includeColumnIndexes(). |
int |
relativeHeadRowIndex()
Writes the head relative to the existing contents of the sheet.
|
converterMap, globalConfiguration, isNewholderTypeExcelWriteHeadProperty excelWriteHeadProperty()
boolean ignore(String fieldName, Integer columnIndex)
fieldName - columnIndex - boolean needHead()
boolean automaticMergeHead()
int relativeHeadRowIndex()
boolean orderByIncludeColumn()
includeColumnFieldNames() or includeColumnIndexes().
default is false.Collection<Integer> includeColumnIndexes()
Collection<String> includeColumnFieldNames()
Collection<Integer> excludeColumnIndexes()
Collection<String> excludeColumnFieldNames()
Copyright © 2018–2023 Alibaba Group. All rights reserved.