public abstract class AbstractExcelWriteExecutor extends Object implements ExcelWriteExecutor
| Modifier and Type | Field and Description |
|---|---|
protected WriteContext |
writeContext |
| Constructor and Description |
|---|
AbstractExcelWriteExecutor(WriteContext writeContext) |
| Modifier and Type | Method and Description |
|---|---|
protected WriteCellData<?> |
convert(CellWriteHandlerContext cellWriteHandlerContext) |
protected void |
converterAndSet(CellWriteHandlerContext cellWriteHandlerContext)
Transform the data and then to set into the cell
|
protected void |
fillImage(CellWriteHandlerContext cellWriteHandlerContext,
List<ImageData> imageDataList) |
protected WriteContext writeContext
public AbstractExcelWriteExecutor(WriteContext writeContext)
protected void converterAndSet(CellWriteHandlerContext cellWriteHandlerContext)
cellWriteHandlerContext - contextprotected void fillImage(CellWriteHandlerContext cellWriteHandlerContext, List<ImageData> imageDataList)
protected WriteCellData<?> convert(CellWriteHandlerContext cellWriteHandlerContext)
Copyright © 2018–2022 Alibaba Group. All rights reserved.