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

cn.gjing.tools.excel.metadata.aware.ExcelWriteContextAware Maven / Gradle / Ivy

package cn.gjing.tools.excel.metadata.aware;

import cn.gjing.tools.excel.write.ExcelWriterContext;

/**
 * Retrieve excel writer context
 *
 * @author Gjing
 **/
public interface ExcelWriteContextAware extends ExcelAware {
    /**
     * Set excel writer context
     *
     * @param writerContext Excel writer context
     */
    void setContext(ExcelWriterContext writerContext);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy