@FunctionalInterface public interface CellHandler
Modifier and Type | Method and Description |
---|---|
void |
handle(org.apache.poi.ss.usermodel.Cell cell,
Object value)
处理
|
void handle(org.apache.poi.ss.usermodel.Cell cell, Object value)
cell
- 单元格对象,可以获取单元格行、列样式等信息value
- 单元格值Copyright © 2024. All rights reserved.