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
cn.hutool.poi.excel.cell
Interface CellValue<T>
Type Parameters:
T
- 值得类型
All Known Implementing Classes:
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 © 2024. All rights reserved.