com.whaleal.icefrog.poi.excel.cell.CellValue Maven / Gradle / Ivy
package com.whaleal.icefrog.poi.excel.cell;
/**
* 抽象的单元格值接口,用于判断不同类型的单元格值
*
* @param 值得类型
* @author Looly
* @author wh
* @since 1.0.0
*/
public interface CellValue {
/**
* 获取单元格值
*
* @return 值
*/
T getValue();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy