WriteHandler
@Deprecated
public interface 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
|
void sheet(int sheetNo, org.apache.poi.ss.usermodel.Sheet sheet)
sheetNo
- intsheet
- Sheetvoid row(int rowNum, org.apache.poi.ss.usermodel.Row row)
rowNum
- introw
- Rowvoid cell(int cellNum, org.apache.poi.ss.usermodel.Cell cell)
cellNum
- intcell
- Cell