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

net.sf.jxls.reader.SectionCheck Maven / Gradle / Ivy

Go to download

jXLS is a small and easy-to-use Java library for generating Excel files using XLS templates

The newest version!
package net.sf.jxls.reader;

/**
 * @author Leonid Vysochyn
 */
public interface SectionCheck {
    boolean isCheckSuccessful(XLSRowCursor cursor);
    void addRowCheck(OffsetRowCheck offsetRowCheck);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy