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

com.janeluo.jfinalplus.kit.excel.convert.CellConvert Maven / Gradle / Ivy

There is a newer version: 2.2.0.r3
Show newest version
package com.janeluo.jfinalplus.kit.excel.convert;

/**
 *  单元格值转换器
 * @author zhoulei
 *
 */
public interface CellConvert {
	T convert(String val, T obj);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy