类 WriteHandlerUtils

java.lang.Object
com.sh.wf.excel.util.WriteHandlerUtils

public class WriteHandlerUtils extends Object
Write handler utils
  • 方法详细资料

    • beforeWorkbookCreate

      public static void beforeWorkbookCreate(WriteContext writeContext)
    • afterWorkbookCreate

      public static void afterWorkbookCreate(WriteContext writeContext)
    • afterWorkbookDispose

      public static void afterWorkbookDispose(WriteContext writeContext)
    • beforeSheetCreate

      public static void beforeSheetCreate(WriteContext writeContext)
    • afterSheetCreate

      public static void afterSheetCreate(WriteContext writeContext)
    • 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

      public static void afterCellDispose(WriteContext writeContext, List<CellData> cellDataList, org.apache.poi.ss.usermodel.Cell cell, Head head, Integer relativeRowIndex, Boolean isHead)
    • 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)