com.alibaba.excel.util
类 WriteHandlerUtils
- java.lang.Object
-
- com.alibaba.excel.util.WriteHandlerUtils
public class WriteHandlerUtils extends Object
Write handler utils- 作者:
- Jiaju Zhuang
-
方法概要
-
方法详细资料
createWorkbookWriteHandlerContext
public static WorkbookWriteHandlerContext createWorkbookWriteHandlerContext(WriteContext writeContext)
beforeWorkbookCreate
public static void beforeWorkbookCreate(WorkbookWriteHandlerContext context)
beforeWorkbookCreate
public static void beforeWorkbookCreate(WorkbookWriteHandlerContext context, boolean runOwn)
afterWorkbookCreate
public static void afterWorkbookCreate(WorkbookWriteHandlerContext context)
afterWorkbookCreate
public static void afterWorkbookCreate(WorkbookWriteHandlerContext context, boolean runOwn)
afterWorkbookDispose
public static void afterWorkbookDispose(WorkbookWriteHandlerContext context)
createSheetWriteHandlerContext
public static SheetWriteHandlerContext createSheetWriteHandlerContext(WriteContext writeContext)
beforeSheetCreate
public static void beforeSheetCreate(SheetWriteHandlerContext context)
beforeSheetCreate
public static void beforeSheetCreate(SheetWriteHandlerContext context, boolean runOwn)
afterSheetCreate
public static void afterSheetCreate(SheetWriteHandlerContext context)
afterSheetCreate
public static void afterSheetCreate(SheetWriteHandlerContext context, boolean runOwn)
createCellWriteHandlerContext
public static CellWriteHandlerContext createCellWriteHandlerContext(WriteContext writeContext, org.apache.poi.ss.usermodel.Row row, Integer rowIndex, Head head, Integer columnIndex, Integer relativeRowIndex, Boolean isHead, ExcelContentProperty excelContentProperty)
beforeCellCreate
public static void beforeCellCreate(CellWriteHandlerContext context)
afterCellCreate
public static void afterCellCreate(CellWriteHandlerContext context)
afterCellDataConverted
public static void afterCellDataConverted(CellWriteHandlerContext context)
afterCellDispose
public static void afterCellDispose(CellWriteHandlerContext context)
createRowWriteHandlerContext
public static RowWriteHandlerContext createRowWriteHandlerContext(WriteContext writeContext, Integer rowIndex, Integer relativeRowIndex, Boolean isHead)
beforeRowCreate
public static void beforeRowCreate(RowWriteHandlerContext context)
afterRowCreate
public static void afterRowCreate(RowWriteHandlerContext context)
afterRowDispose
public static void afterRowDispose(RowWriteHandlerContext context)
Copyright © 2018–2021 Alibaba Group. All rights reserved.