com.alibaba.excel.write.handler

类 AbstractCellWriteHandler

    • 构造器详细资料

      • AbstractCellWriteHandler

        public AbstractCellWriteHandler()
        已过时。 
    • 方法详细资料

      • beforeCellCreate

        public void beforeCellCreate(WriteSheetHolder writeSheetHolder,
                                     WriteTableHolder writeTableHolder,
                                     org.apache.poi.ss.usermodel.Row row,
                                     Head head,
                                     Integer columnIndex,
                                     Integer relativeRowIndex,
                                     Boolean isHead)
        已过时。 
        从接口复制的说明: CellWriteHandler
        Called before create the cell
        指定者:
        beforeCellCreate 在接口中  CellWriteHandler
        writeTableHolder - Nullable.It is null without using table writes.
        head - Nullable.It is null in the case of fill data and without head.
        relativeRowIndex - Nullable.It is null in the case of fill data.
        isHead - It will always be false when fill data.
      • afterCellCreate

        public void afterCellCreate(WriteSheetHolder writeSheetHolder,
                                    WriteTableHolder writeTableHolder,
                                    org.apache.poi.ss.usermodel.Cell cell,
                                    Head head,
                                    Integer relativeRowIndex,
                                    Boolean isHead)
        已过时。 
        从接口复制的说明: CellWriteHandler
        Called after the cell is created
        指定者:
        afterCellCreate 在接口中  CellWriteHandler
        writeTableHolder - Nullable.It is null without using table writes.
        head - Nullable.It is null in the case of fill data and without head.
        relativeRowIndex - Nullable.It is null in the case of fill data.
        isHead - It will always be false when fill data.
      • afterCellDataConverted

        public void afterCellDataConverted(WriteSheetHolder writeSheetHolder,
                                           WriteTableHolder writeTableHolder,
                                           WriteCellData<?> cellData,
                                           org.apache.poi.ss.usermodel.Cell cell,
                                           Head head,
                                           Integer relativeRowIndex,
                                           Boolean isHead)
        已过时。 
        从接口复制的说明: CellWriteHandler
        Called after the cell data is converted
        指定者:
        afterCellDataConverted 在接口中  CellWriteHandler
        writeTableHolder - Nullable.It is null without using table writes.
        cellData - Nullable.It is null in the case of add header.
        head - Nullable.It is null in the case of fill data and without head.
        relativeRowIndex - Nullable.It is null in the case of fill data.
        isHead - It will always be false when fill data.
      • afterCellDispose

        public void afterCellDispose(WriteSheetHolder writeSheetHolder,
                                     WriteTableHolder writeTableHolder,
                                     List<WriteCellData<?>> cellDataList,
                                     org.apache.poi.ss.usermodel.Cell cell,
                                     Head head,
                                     Integer relativeRowIndex,
                                     Boolean isHead)
        已过时。 
        从接口复制的说明: CellWriteHandler
        Called after all operations on the cell have been completed
        指定者:
        afterCellDispose 在接口中  CellWriteHandler
        writeTableHolder - Nullable.It is null without using table writes.
        cellDataList - Nullable.It is null in the case of add header.There may be several when fill the data.
        head - Nullable.It is null in the case of fill data and without head.
        relativeRowIndex - Nullable.It is null in the case of fill data.
        isHead - It will always be false when fill data.

Copyright © 2018–2021 Alibaba Group. All rights reserved.