public class ExcelCellValueHandler extends Object implements ExcelCellHandler
| 构造器和说明 |
|---|
ExcelCellValueHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
initialize(org.apache.poi.ss.usermodel.Workbook workbook)
Workbook初始化完毕调用该方法
|
void |
invoke(ElementFrame frame,
org.apache.poi.ss.usermodel.Cell cell)
在每个单元格被创建之后会调用该方法
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompletepublic void initialize(org.apache.poi.ss.usermodel.Workbook workbook)
ExcelCellHandlerinitialize 在接口中 ExcelCellHandlerworkbook - Workbookpublic void invoke(ElementFrame frame, org.apache.poi.ss.usermodel.Cell cell)
ExcelCellHandlerinvoke 在接口中 ExcelCellHandlerframe - 元素结构cell - 单元格Copyright © 2025 EFCloud. All rights reserved.