public abstract class AbstractWriteHolder extends AbstractHolder implements WriteHolder
| 类型 | 属性和说明 |
|---|---|
ExcelWriteHeadProperty |
excelWriteHead
What 'ExcelWriteHeadProperty' does the currently operated cell need to execute
|
| 限定符和类型 | 字段和说明 |
|---|---|
CellHandlerExecutionChain |
cellHandlerExecutionChain
Execute the cell handler chain
|
SheetHandlerExecutionChain |
ownSheetHandlerExecutionChain
Execute the sheet handler chain
Created in the sheet in the workbook interceptors will not be executed because the workbook to
create an event long past.
|
WorkbookHandlerExecutionChain |
ownWorkbookHandlerExecutionChain
Execute the workbook handler chain
Created in the sheet in the workbook interceptors will not be executed because the workbook to
create an event long past.
|
RowHandlerExecutionChain |
rowHandlerExecutionChain
Execute the row handler chain
|
SheetHandlerExecutionChain |
sheetHandlerExecutionChain
Execute the sheet handler chain
|
WorkbookHandlerExecutionChain |
workbookHandlerExecutionChain
Execute the workbook handler chain
|
| 构造器和说明 |
|---|
AbstractWriteHolder(WriteBasicParameter writeBasicParameter,
AbstractWriteHolder parentAbstractWriteHolder) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
automaticMergeHead()
Whether need automatic merge headers.
|
protected void |
buildChain(WriteHandler writeHandler,
boolean runOwn) |
ExcelWriteHeadProperty |
excelWriteHeadProperty()
What 'ExcelWriteHeadProperty' does the currently operated cell need to execute
|
boolean |
ignore(String fieldName,
Integer columnIndex)
Is to determine if a field needs to be ignored
|
protected void |
initAnnotationConfig(List<WriteHandler> handlerList,
WriteBasicParameter writeBasicParameter) |
protected void |
initHandler(WriteBasicParameter writeBasicParameter,
AbstractWriteHolder parentAbstractWriteHolder) |
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.
|
protected void |
sortAndClearUpHandler(List<WriteHandler> handlerList,
boolean runOwn) |
converterMap, globalConfiguration, isNewclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconverterMap, globalConfiguration, isNewholderTypepublic ExcelWriteHeadProperty excelWriteHeadProperty
excelWriteHeadProperty 在接口中 WriteHolderpublic WorkbookHandlerExecutionChain ownWorkbookHandlerExecutionChain
public SheetHandlerExecutionChain ownSheetHandlerExecutionChain
public WorkbookHandlerExecutionChain workbookHandlerExecutionChain
public SheetHandlerExecutionChain sheetHandlerExecutionChain
public RowHandlerExecutionChain rowHandlerExecutionChain
public CellHandlerExecutionChain cellHandlerExecutionChain
public AbstractWriteHolder(WriteBasicParameter writeBasicParameter, AbstractWriteHolder parentAbstractWriteHolder)
protected void initHandler(WriteBasicParameter writeBasicParameter, AbstractWriteHolder parentAbstractWriteHolder)
protected void initAnnotationConfig(List<WriteHandler> handlerList, WriteBasicParameter writeBasicParameter)
protected void sortAndClearUpHandler(List<WriteHandler> handlerList, boolean runOwn)
protected void buildChain(WriteHandler writeHandler, boolean runOwn)
public boolean ignore(String fieldName, Integer columnIndex)
WriteHolderignore 在接口中 WriteHolderpublic ExcelWriteHeadProperty excelWriteHeadProperty()
WriteHolderexcelWriteHeadProperty 在接口中 WriteHolderpublic boolean needHead()
WriteHolderneedHead 在接口中 WriteHolderpublic int relativeHeadRowIndex()
WriteHolderrelativeHeadRowIndex 在接口中 WriteHolderpublic boolean automaticMergeHead()
WriteHolderautomaticMergeHead 在接口中 WriteHolderCopyright © 2018–2022 Alibaba Group. All rights reserved.