- 类型参数:
T-
public interface SheetExtraHandler<T>
工作表扩展处理
-
方法概要
修饰符和类型方法说明voidhandle(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)
-