![JAR search and dependency download from the Maven repository](/logo.png)
net.sf.jxls.reader.SimpleBlockReader Maven / Gradle / Ivy
package net.sf.jxls.reader;
import java.util.List;
/**
* Interface to read simple block of excel rows
* @author Leonid Vysochyn
*/
public interface SimpleBlockReader extends XLSBlockReader{
void addMapping(BeanCellMapping mapping);
List getMappings();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy