com.alibaba.excel.event
接口 WriteHandler
-
已过时。please use
WriteHandler
@Deprecated public interface WriteHandler
- 作者:
- jipengfei
-
方法概要
所有方法 实例方法 抽象方法 已过时的方法 限定符和类型 方法和说明 void
cell(int cellNum, org.apache.poi.ss.usermodel.Cell cell)
已过时。Custom operation after creating each cellvoid
row(int rowNum, org.apache.poi.ss.usermodel.Row row)
已过时。Custom operation after creating each rowvoid
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
- -
sheet
-
row
void row(int rowNum, org.apache.poi.ss.usermodel.Row row)
已过时。Custom operation after creating each row- 参数:
-
rowNum
- -
row
-
cell
void cell(int cellNum, org.apache.poi.ss.usermodel.Cell cell)
已过时。Custom operation after creating each cell- 参数:
-
cellNum
- -
cell
-
Copyright © 2018–2019 Alibaba Group. All rights reserved.