接口 WriteHandler


@Deprecated public interface WriteHandler
已过时。
please use WriteHandler
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    cell(int cellNum, org.apache.poi.ss.usermodel.Cell cell)
    已过时。
    Custom operation after creating each cell
    void
    row(int rowNum, org.apache.poi.ss.usermodel.Row row)
    已过时。
    Custom operation after creating each row
    void
    sheet(int sheetNo, org.apache.poi.ss.usermodel.Sheet sheet)
    已过时。
    Custom operation after creating each sheet
  • 方法详细资料

    • sheet

      void sheet(int sheetNo, org.apache.poi.ss.usermodel.Sheet sheet)
      已过时。
      Custom operation after creating each sheet
      参数:
      sheetNo - int
      sheet - Sheet
    • row

      void row(int rowNum, org.apache.poi.ss.usermodel.Row row)
      已过时。
      Custom operation after creating each row
      参数:
      rowNum - int
      row - Row
    • cell

      void cell(int cellNum, org.apache.poi.ss.usermodel.Cell cell)
      已过时。
      Custom operation after creating each cell
      参数:
      cellNum - int
      cell - Cell