Package org.aoju.bus.office.excel.cell
Interface CellValue<T>
- All Known Implementing Classes:
ErrorCellValue,FormulaCellValue,NumericCellValue
public interface CellValue<T>
抽象的单元格值接口,用于判断不同类型的单元格值
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
-
Method Details
-
getValue
T getValue()获取单元格值- Returns:
- 值
-