org.subtlelib.poi.api.configuration.ConfigurationProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of poi.builder Show documentation
Show all versions of poi.builder Show documentation
Convenience library for apache poi-based xls documents creation
The newest version!
package org.subtlelib.poi.api.configuration;
/**
* Configuration provider.
*
* @author i.voshkulat
*
*/
public interface ConfigurationProvider {
/**
* Get workbook wide configuration.
*
* @return configuration
*/
public Configuration getConfiguration();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy