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

org.jxls.util.JxlsConfigProvider Maven / Gradle / Ivy

The newest version!
package org.jxls.util;

/**
 * Provides Jxls configuration properties
 */
public interface JxlsConfigProvider {
	
	String getProperty(String key, String defaultValue);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy