public class ExcelCellStyleHandler extends Object implements ExcelCellHandler
| 构造器和说明 |
|---|
ExcelCellStyleHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
complete(ElementFrame rootFrame,
org.apache.poi.ss.usermodel.Sheet sheet)
在所有单元格创建完毕后会调用该方法
|
void |
invoke(ElementFrame elementFrame,
org.apache.poi.ss.usermodel.Cell cell)
在每个单元格被创建之后会调用该方法
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitializepublic void invoke(ElementFrame elementFrame, org.apache.poi.ss.usermodel.Cell cell)
ExcelCellHandlerinvoke 在接口中 ExcelCellHandlerelementFrame - 元素结构cell - 单元格public void complete(ElementFrame rootFrame, org.apache.poi.ss.usermodel.Sheet sheet)
ExcelCellHandlercomplete 在接口中 ExcelCellHandlerrootFrame - 根元素结构sheet - 工作表Copyright © 2025 EFCloud. All rights reserved.