![JAR search and dependency download from the Maven repository](/logo.png)
cn.gjing.tools.excel.metadata.aware.ExcelReaderContextAware Maven / Gradle / Ivy
package cn.gjing.tools.excel.metadata.aware;
import cn.gjing.tools.excel.read.ExcelReaderContext;
/**
* Retrieve excel reader context
*
* @author Gjing
**/
public interface ExcelReaderContextAware extends ExcelAware {
/**
* Set excel reader context
*
* @param readerContext Excel reader context
*/
void setContext(ExcelReaderContext readerContext);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy