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

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

There is a newer version: 1.2.2
Show newest version
package cn.ocoop.framework.common.excel;


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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy