Interface CellValue<T>

All Known Implementing Classes:
ErrorCellValue, FormulaCellValue, NumericCellValue

public interface CellValue<T>
抽象的单元格值接口,用于判断不同类型的单元格值
Since:
Java 17+
Author:
Kimi Liu
  • Method Summary

    Modifier and Type
    Method
    Description
    获取单元格值
  • Method Details

    • getValue

      T getValue()
      获取单元格值
      Returns: