org.jxls.reader.ConvertUtilsBeanProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jxls-reader Show documentation
Show all versions of jxls-reader Show documentation
Jxls Reader module to read Excel files
package org.jxls.reader;
import org.apache.commons.beanutils.ConvertUtilsBean;
public interface ConvertUtilsBeanProvider {
ConvertUtilsBean getConvertUtilsBean();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy