All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ludii.excel.parse.CellValueTransform Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package com.ludii.excel.parse;

/**
 * @author 陆迪
 * @date 2022/3/24
 */
public interface CellValueTransform {

    /**
     * 转换后的值
     *
     * @param cellValue         从excel读取的单元格的值
     * @param configDefinedItem 字段定义元数据
     * @return 返回值
     */
    Object transformReadValue(Object cellValue, ExcelFieldConfigDefinedItem configDefinedItem);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy