模块 excel.io

接口 SheetExtraHandler<T>

类型参数:
T -

public interface SheetExtraHandler<T>
工作表扩展处理
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    handle(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.Sheet sheet, CellStyleManager cellStyleManager, int firstRow, int lastRow, List<T> list)
     
  • 方法详细资料

    • handle

      void handle(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.Sheet sheet, CellStyleManager cellStyleManager, int firstRow, int lastRow, List<T> list)