com.alibaba.excel.write.metadata.holder
接口 WriteHolder
-
- 所有超级接口:
- ConfigurationHolder, Holder
public interface WriteHolder extends ConfigurationHolder
Get the corresponding Holder- 作者:
- Jiaju Zhuang
-
属性概要
所有方法 实例方法 抽象方法 类型 属性和说明 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 executeboolean
ignore(String fieldName, Integer columnIndex)
Is to determine if a field needs to be ignoredboolean
needHead()
Whether a header is required for the currently operated cellint
relativeHeadRowIndex()
Writes the head relative to the existing contents of the sheet.从接口继承的方法 com.alibaba.excel.metadata.ConfigurationHolder
converterMap, globalConfiguration, isNew
从接口继承的方法 com.alibaba.excel.metadata.Holder
holderType
-
属性详细信息
excelWriteHead
ExcelWriteHeadProperty excelWriteHeadProperty
What 'ExcelWriteHeadProperty' does the currently operated cell need to execute
方法详细资料
excelWriteHeadProperty
ExcelWriteHeadProperty excelWriteHeadProperty()
What 'ExcelWriteHeadProperty' does the currently operated cell need to execute
ignore
boolean ignore(String fieldName, Integer columnIndex)
Is to determine if a field needs to be ignored- 参数:
-
fieldName
- -
columnIndex
- - 返回:
needHead
boolean needHead()
Whether a header is required for the currently operated cell- 返回:
automaticMergeHead
boolean automaticMergeHead()
Whether need automatic merge headers.- 返回:
relativeHeadRowIndex
int relativeHeadRowIndex()
Writes the head relative to the existing contents of the sheet. Indexes are zero-based.- 返回:
Copyright © 2018–2021 Alibaba Group. All rights reserved.