接口 WriteHolder
- 所有超级接口:
ConfigurationHolder,Holder
Get the corresponding Holder
-
方法概要
修饰符和类型方法说明booleanWhether need automatic merge headers.What 'ExcelWriteHeadProperty' does the currently operated cell need to executebooleanIs to determine if a field needs to be ignoredbooleanneedHead()Whether a header is required for the currently operated cellintWrites the head relative to the existing contents of the sheet.Map<Class<? extends WriteHandler>,List<WriteHandler>> What handler does the currently operated cell need to execute从接口继承的方法 com.sh.wf.excel.metadata.ConfigurationHolder
converterMap, globalConfiguration, isNew从接口继承的方法 com.sh.wf.excel.metadata.Holder
holderType
-
方法详细资料
-
excelWriteHeadProperty
ExcelWriteHeadProperty excelWriteHeadProperty()What 'ExcelWriteHeadProperty' does the currently operated cell need to execute- 返回:
- ExcelWriteHeadProperty
-
writeHandlerMap
Map<Class<? extends WriteHandler>,List<WriteHandler>> writeHandlerMap()What handler does the currently operated cell need to execute- 返回:
- Map
-
ignore
Is to determine if a field needs to be ignored- 参数:
fieldName- StringcolumnIndex- Integer- 返回:
- boolean
-
needHead
boolean needHead()Whether a header is required for the currently operated cell- 返回:
- boolean
-
automaticMergeHead
boolean automaticMergeHead()Whether need automatic merge headers.- 返回:
- boolean
-
relativeHeadRowIndex
int relativeHeadRowIndex()Writes the head relative to the existing contents of the sheet. Indexes are zero-based.- 返回:
- int
-