| Package | Description |
|---|---|
| com.alibaba.excel.util | |
| com.alibaba.excel.write.handler | |
| com.alibaba.excel.write.handler.chain |
| Modifier and Type | Method and Description |
|---|---|
static WorkbookWriteHandlerContext |
WriteHandlerUtils.createWorkbookWriteHandlerContext(WriteContext writeContext) |
| Modifier and Type | Method and Description |
|---|---|
static void |
WriteHandlerUtils.afterWorkbookCreate(WorkbookWriteHandlerContext context) |
static void |
WriteHandlerUtils.afterWorkbookCreate(WorkbookWriteHandlerContext context,
boolean runOwn) |
static void |
WriteHandlerUtils.afterWorkbookDispose(WorkbookWriteHandlerContext context) |
static void |
WriteHandlerUtils.beforeWorkbookCreate(WorkbookWriteHandlerContext context) |
static void |
WriteHandlerUtils.beforeWorkbookCreate(WorkbookWriteHandlerContext context,
boolean runOwn) |
| Modifier and Type | Method and Description |
|---|---|
default void |
WorkbookWriteHandler.afterWorkbookCreate(WorkbookWriteHandlerContext context)
Called after the workbook is created
|
default void |
WorkbookWriteHandler.afterWorkbookDispose(WorkbookWriteHandlerContext context)
Called after all operations on the workbook have been completed
|
default void |
WorkbookWriteHandler.beforeWorkbookCreate(WorkbookWriteHandlerContext context)
Called before create the workbook
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkbookHandlerExecutionChain.afterWorkbookCreate(WorkbookWriteHandlerContext context) |
void |
WorkbookHandlerExecutionChain.afterWorkbookDispose(WorkbookWriteHandlerContext context) |
void |
WorkbookHandlerExecutionChain.beforeWorkbookCreate(WorkbookWriteHandlerContext context) |
Copyright © 2018–2022 Alibaba Group. All rights reserved.