类 WriteHandlerUtils
java.lang.Object
com.sh.wf.excel.util.WriteHandlerUtils
Write handler utils
-
方法概要
修饰符和类型方法说明static voidafterCellCreate(WriteContext writeContext, org.apache.poi.ss.usermodel.Cell cell, Head head, Integer relativeRowIndex, Boolean isHead) static voidafterCellDispose(WriteContext writeContext, CellData cellData, org.apache.poi.ss.usermodel.Cell cell, Head head, Integer relativeRowIndex, Boolean isHead) static voidafterCellDispose(WriteContext writeContext, List<CellData> cellDataList, org.apache.poi.ss.usermodel.Cell cell, Head head, Integer relativeRowIndex, Boolean isHead) static voidafterRowCreate(WriteContext writeContext, org.apache.poi.ss.usermodel.Row row, Integer relativeRowIndex, Boolean isHead) static voidafterRowDispose(WriteContext writeContext, org.apache.poi.ss.usermodel.Row row, Integer relativeRowIndex, Boolean isHead) static voidafterSheetCreate(WriteContext writeContext) static voidafterWorkbookCreate(WriteContext writeContext) static voidafterWorkbookDispose(WriteContext writeContext) static voidbeforeCellCreate(WriteContext writeContext, org.apache.poi.ss.usermodel.Row row, Head head, Integer columnIndex, Integer relativeRowIndex, Boolean isHead) static voidbeforeRowCreate(WriteContext writeContext, Integer rowIndex, Integer relativeRowIndex, Boolean isHead) static voidbeforeSheetCreate(WriteContext writeContext) static voidbeforeWorkbookCreate(WriteContext writeContext)
-
方法详细资料
-
beforeWorkbookCreate
-
afterWorkbookCreate
-
afterWorkbookDispose
-
beforeSheetCreate
-
afterSheetCreate
-
beforeCellCreate
public static void beforeCellCreate(WriteContext writeContext, org.apache.poi.ss.usermodel.Row row, Head head, Integer columnIndex, Integer relativeRowIndex, Boolean isHead) -
afterCellCreate
public static void afterCellCreate(WriteContext writeContext, org.apache.poi.ss.usermodel.Cell cell, Head head, Integer relativeRowIndex, Boolean isHead) -
afterCellDispose
public static void afterCellDispose(WriteContext writeContext, CellData cellData, org.apache.poi.ss.usermodel.Cell cell, Head head, Integer relativeRowIndex, Boolean isHead) -
afterCellDispose
-
beforeRowCreate
public static void beforeRowCreate(WriteContext writeContext, Integer rowIndex, Integer relativeRowIndex, Boolean isHead) -
afterRowCreate
public static void afterRowCreate(WriteContext writeContext, org.apache.poi.ss.usermodel.Row row, Integer relativeRowIndex, Boolean isHead) -
afterRowDispose
public static void afterRowDispose(WriteContext writeContext, org.apache.poi.ss.usermodel.Row row, Integer relativeRowIndex, Boolean isHead)
-