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

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