- All Implemented Interfaces:
CellValue<Object>
数字类型单元格值
单元格值可能为Long、Double、Date
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NumericCellValue
public NumericCellValue(org.apache.poi.ss.usermodel.Cell cell)
构造
- Parameters:
cell - Cell
-