JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.dromara.hutool.poi.excel.cell.values
Interface CellValue<T>
Type Parameters:
T
- 值得类型
All Known Implementing Classes:
CompositeCellValue
,
ErrorCellValue
,
FormulaCellValue
,
NumericCellValue
public interface
CellValue<T>
抽象的单元格值接口,用于判断不同类型的单元格值
通过自定义的此接口,对于复杂的单元格值类型,可以自定义读取值的类型,如数字、公式等。
Since:
4.0.11
Author:
looly
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
getValue
()
获取单元格值
Method Detail
getValue
T
getValue()
获取单元格值
Returns:
值
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2025. All rights reserved.