public abstract class AbstractMergeStrategy extends Object implements CellWriteHandler
| Constructor and Description |
|---|
AbstractMergeStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterCellDispose(CellWriteHandlerContext context)
Called after all operations on the cell have been completed
|
protected abstract void |
merge(org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.Cell cell,
Head head,
Integer relativeRowIndex)
merge
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterCellCreate, afterCellCreate, afterCellDataConverted, afterCellDataConverted, afterCellDispose, beforeCellCreate, beforeCellCreatepublic void afterCellDispose(CellWriteHandlerContext context)
CellWriteHandlerafterCellDispose in interface CellWriteHandlerCopyright © 2018–2023 Alibaba Group. All rights reserved.