public interface WriteHolder extends ConfigurationHolder
类型 | 属性和说明 |
---|---|
ExcelWriteHeadProperty |
excelWriteHead
What 'ExcelWriteHeadProperty' does the currently operated cell need to execute
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
automaticMergeHead()
Whether need automatic merge headers.
|
ExcelWriteHeadProperty |
excelWriteHeadProperty()
What 'ExcelWriteHeadProperty' does the currently operated cell need to execute
|
boolean |
ignore(java.lang.String fieldName,
java.lang.Integer columnIndex)
Is to determine if a field needs to be ignored
|
boolean |
needHead()
Whether a header is required for the currently operated cell
|
int |
relativeHeadRowIndex()
Writes the head relative to the existing contents of the sheet.
|
java.util.Map<java.lang.Class<? extends WriteHandler>,java.util.List<WriteHandler>> |
writeHandlerMap()
What handler does the currently operated cell need to execute
|
converterMap, globalConfiguration, isNew
holderType
ExcelWriteHeadProperty excelWriteHeadProperty
ExcelWriteHeadProperty excelWriteHeadProperty()
java.util.Map<java.lang.Class<? extends WriteHandler>,java.util.List<WriteHandler>> writeHandlerMap()
boolean ignore(java.lang.String fieldName, java.lang.Integer columnIndex)
fieldName
- StringcolumnIndex
- Integerboolean needHead()
boolean automaticMergeHead()
int relativeHeadRowIndex()