| 构造器和说明 |
|---|
ExcelWriteDataConvertException(CellWriteHandlerContext cellWriteHandlerContext,
String message) |
ExcelWriteDataConvertException(CellWriteHandlerContext cellWriteHandlerContext,
String message,
Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
static CellWriteHandlerContext |
WriteHandlerUtils.createCellWriteHandlerContext(WriteContext writeContext,
org.apache.poi.ss.usermodel.Row row,
Integer rowIndex,
Head head,
Integer columnIndex,
Integer relativeRowIndex,
Boolean isHead,
ExcelContentProperty excelContentProperty) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
WriteHandlerUtils.afterCellCreate(CellWriteHandlerContext context) |
static void |
WriteHandlerUtils.afterCellDataConverted(CellWriteHandlerContext context) |
static void |
WriteHandlerUtils.afterCellDispose(CellWriteHandlerContext context) |
static void |
WriteHandlerUtils.beforeCellCreate(CellWriteHandlerContext context) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected WriteCellData<?> |
AbstractExcelWriteExecutor.convert(CellWriteHandlerContext cellWriteHandlerContext) |
protected void |
AbstractExcelWriteExecutor.converterAndSet(CellWriteHandlerContext cellWriteHandlerContext)
Transform the data and then to set into the cell
|
protected void |
AbstractExcelWriteExecutor.fillImage(CellWriteHandlerContext cellWriteHandlerContext,
List<ImageData> imageDataList) |
| 限定符和类型 | 方法和说明 |
|---|---|
default void |
CellWriteHandler.afterCellCreate(CellWriteHandlerContext context)
Called after the cell is created
|
default void |
CellWriteHandler.afterCellDataConverted(CellWriteHandlerContext context)
Called after the cell data is converted
|
default void |
CellWriteHandler.afterCellDispose(CellWriteHandlerContext context)
Called after all operations on the cell have been completed
|
default void |
CellWriteHandler.beforeCellCreate(CellWriteHandlerContext context)
Called before create the cell
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CellHandlerExecutionChain.afterCellCreate(CellWriteHandlerContext context) |
void |
CellHandlerExecutionChain.afterCellDataConverted(CellWriteHandlerContext context) |
void |
CellHandlerExecutionChain.afterCellDispose(CellWriteHandlerContext context) |
void |
CellHandlerExecutionChain.beforeCellCreate(CellWriteHandlerContext context) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
FillStyleCellWriteHandler.afterCellDispose(CellWriteHandlerContext context) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AbstractMergeStrategy.afterCellDispose(CellWriteHandlerContext context) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AbstractCellStyleStrategy.afterCellDispose(CellWriteHandlerContext context) |
protected WriteCellStyle |
AbstractVerticalCellStyleStrategy.contentCellStyle(CellWriteHandlerContext context)
Returns the column width corresponding to each column head.
|
protected WriteCellStyle |
AbstractVerticalCellStyleStrategy.headCellStyle(CellWriteHandlerContext context)
Returns the column width corresponding to each column head
|
protected void |
HorizontalCellStyleStrategy.setContentCellStyle(CellWriteHandlerContext context) |
protected void |
AbstractCellStyleStrategy.setContentCellStyle(CellWriteHandlerContext context)
Sets the cell style of content
|
protected void |
AbstractVerticalCellStyleStrategy.setContentCellStyle(CellWriteHandlerContext context) |
protected void |
HorizontalCellStyleStrategy.setHeadCellStyle(CellWriteHandlerContext context) |
protected void |
AbstractCellStyleStrategy.setHeadCellStyle(CellWriteHandlerContext context)
Sets the cell style of header
|
protected void |
AbstractVerticalCellStyleStrategy.setHeadCellStyle(CellWriteHandlerContext context) |
protected boolean |
HorizontalCellStyleStrategy.stopProcessing(CellWriteHandlerContext context) |
protected boolean |
AbstractVerticalCellStyleStrategy.stopProcessing(CellWriteHandlerContext context) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AbstractColumnWidthStyleStrategy.afterCellDispose(CellWriteHandlerContext context) |
protected void |
AbstractColumnWidthStyleStrategy.setColumnWidth(CellWriteHandlerContext context)
Sets the column width when head create
|
Copyright © 2018–2022 Alibaba Group. All rights reserved.