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

org.jxls.reader.SectionCheck Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package org.jxls.reader;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy