public class NumericToIntEditor extends Object implements CellEditor
Constructor and Description |
---|
NumericToIntEditor() |
Modifier and Type | Method and Description |
---|---|
Object |
edit(org.apache.poi.ss.usermodel.Cell cell,
Object value)
编辑,根据单元格信息处理结果值,返回处理后的结果
|
public Object edit(org.apache.poi.ss.usermodel.Cell cell, Object value)
CellEditor
edit
in interface CellEditor
cell
- 单元格对象,可以获取单元格行、列样式等信息value
- 单元格值Copyright © 2024. All rights reserved.