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.aoju.bus.office.support.excel.cell
Interface CellValue<T>
All Known Implementing Classes:
FormulaCellValue
public interface
CellValue<T>
抽象的单元格值接口,用于判断不同类型的单元格值
Since:
JDK 1.8+
Version:
5.5.3
Author:
Kimi Liu
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 © 2020. All rights reserved.