接口 WriteHandler
已过时。
-
方法概要
修饰符和类型方法说明voidcell(int cellNum, org.apache.poi.ss.usermodel.Cell cell) 已过时。Custom operation after creating each cellvoidrow(int rowNum, org.apache.poi.ss.usermodel.Row row) 已过时。Custom operation after creating each rowvoidsheet(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- intsheet- Sheet
-
row
void row(int rowNum, org.apache.poi.ss.usermodel.Row row) 已过时。Custom operation after creating each row- 参数:
rowNum- introw- Row
-
cell
void cell(int cellNum, org.apache.poi.ss.usermodel.Cell cell) 已过时。Custom operation after creating each cell- 参数:
cellNum- intcell- Cell
-
WriteHandler