public class WriteHandlerUtils
extends java.lang.Object
限定符和类型 | 方法和说明 |
---|---|
static void |
afterCellCreate(WriteContext writeContext,
org.apache.poi.ss.usermodel.Cell cell,
Head head,
java.lang.Integer relativeRowIndex,
java.lang.Boolean isHead) |
static void |
afterCellDispose(WriteContext writeContext,
CellData cellData,
org.apache.poi.ss.usermodel.Cell cell,
Head head,
java.lang.Integer relativeRowIndex,
java.lang.Boolean isHead) |
static void |
afterCellDispose(WriteContext writeContext,
java.util.List<CellData> cellDataList,
org.apache.poi.ss.usermodel.Cell cell,
Head head,
java.lang.Integer relativeRowIndex,
java.lang.Boolean isHead) |
static void |
afterRowCreate(WriteContext writeContext,
org.apache.poi.ss.usermodel.Row row,
java.lang.Integer relativeRowIndex,
java.lang.Boolean isHead) |
static void |
afterRowDispose(WriteContext writeContext,
org.apache.poi.ss.usermodel.Row row,
java.lang.Integer relativeRowIndex,
java.lang.Boolean isHead) |
static void |
afterSheetCreate(WriteContext writeContext) |
static void |
afterWorkbookCreate(WriteContext writeContext) |
static void |
afterWorkbookDispose(WriteContext writeContext) |
static void |
beforeCellCreate(WriteContext writeContext,
org.apache.poi.ss.usermodel.Row row,
Head head,
java.lang.Integer columnIndex,
java.lang.Integer relativeRowIndex,
java.lang.Boolean isHead) |
static void |
beforeRowCreate(WriteContext writeContext,
java.lang.Integer rowIndex,
java.lang.Integer relativeRowIndex,
java.lang.Boolean isHead) |
static void |
beforeSheetCreate(WriteContext writeContext) |
static void |
beforeWorkbookCreate(WriteContext writeContext) |
public static void beforeWorkbookCreate(WriteContext writeContext)
public static void afterWorkbookCreate(WriteContext writeContext)
public static void afterWorkbookDispose(WriteContext writeContext)
public static void beforeSheetCreate(WriteContext writeContext)
public static void afterSheetCreate(WriteContext writeContext)
public static void beforeCellCreate(WriteContext writeContext, org.apache.poi.ss.usermodel.Row row, Head head, java.lang.Integer columnIndex, java.lang.Integer relativeRowIndex, java.lang.Boolean isHead)
public static void afterCellCreate(WriteContext writeContext, org.apache.poi.ss.usermodel.Cell cell, Head head, java.lang.Integer relativeRowIndex, java.lang.Boolean isHead)
public static void afterCellDispose(WriteContext writeContext, CellData cellData, org.apache.poi.ss.usermodel.Cell cell, Head head, java.lang.Integer relativeRowIndex, java.lang.Boolean isHead)
public static void afterCellDispose(WriteContext writeContext, java.util.List<CellData> cellDataList, org.apache.poi.ss.usermodel.Cell cell, Head head, java.lang.Integer relativeRowIndex, java.lang.Boolean isHead)
public static void beforeRowCreate(WriteContext writeContext, java.lang.Integer rowIndex, java.lang.Integer relativeRowIndex, java.lang.Boolean isHead)
public static void afterRowCreate(WriteContext writeContext, org.apache.poi.ss.usermodel.Row row, java.lang.Integer relativeRowIndex, java.lang.Boolean isHead)
public static void afterRowDispose(WriteContext writeContext, org.apache.poi.ss.usermodel.Row row, java.lang.Integer relativeRowIndex, java.lang.Boolean isHead)