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

cn.ocoop.framework.common.excel.CellValueMapper Maven / Gradle / Ivy

The newest version!
package cn.ocoop.framework.common.excel;


public interface CellValueMapper {
    Object map(String value) throws InvalidValueException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy