| Package | Description |
|---|---|
| com.alibaba.excel | |
| com.alibaba.excel.context | |
| com.alibaba.excel.util | |
| com.alibaba.excel.write | |
| com.alibaba.excel.write.executor | |
| com.alibaba.excel.write.handler.context |
| Modifier and Type | Method and Description |
|---|---|
WriteContext |
ExcelWriter.writeContext()
The context of the entire writing process
|
| Modifier and Type | Class and Description |
|---|---|
class |
WriteContextImpl
A context is the main anchorage point of a excel writer.
|
| Modifier and Type | Method and Description |
|---|---|
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 RowWriteHandlerContext |
WriteHandlerUtils.createRowWriteHandlerContext(WriteContext writeContext,
Integer rowIndex,
Integer relativeRowIndex,
Boolean isHead) |
static SheetWriteHandlerContext |
WriteHandlerUtils.createSheetWriteHandlerContext(WriteContext writeContext) |
static WorkbookWriteHandlerContext |
WriteHandlerUtils.createWorkbookWriteHandlerContext(WriteContext writeContext) |
| Modifier and Type | Method and Description |
|---|---|
WriteContext |
ExcelBuilder.writeContext()
Gets the written data
|
WriteContext |
ExcelBuilderImpl.writeContext() |
| Modifier and Type | Field and Description |
|---|---|
protected WriteContext |
AbstractExcelWriteExecutor.writeContext |
| Constructor and Description |
|---|
AbstractExcelWriteExecutor(WriteContext writeContext) |
ExcelWriteAddExecutor(WriteContext writeContext) |
ExcelWriteFillExecutor(WriteContext writeContext) |
| Constructor and Description |
|---|
CellWriteHandlerContext(WriteContext writeContext,
WriteWorkbookHolder writeWorkbookHolder,
WriteSheetHolder writeSheetHolder,
WriteTableHolder writeTableHolder,
org.apache.poi.ss.usermodel.Row row,
Integer rowIndex,
org.apache.poi.ss.usermodel.Cell cell,
Integer columnIndex,
Integer relativeRowIndex,
Head headData,
List<WriteCellData<?>> cellDataList,
WriteCellData<?> firstCellData,
Boolean head,
ExcelContentProperty excelContentProperty) |
Copyright © 2018–2022 Alibaba Group. All rights reserved.