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

com.alibaba.excel.cache.selector.ReadCacheSelector Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
package com.alibaba.excel.cache.selector;

import org.apache.poi.openxml4j.opc.PackagePart;

import com.alibaba.excel.cache.ReadCache;

/**
 * Select the cache
 *
 * @author Jiaju Zhuang
 **/
public interface ReadCacheSelector {

    /**
     * Select a cache
     *
     * @param sharedStringsTablePackagePart
     * @return
     */
    ReadCache readCache(PackagePart sharedStringsTablePackagePart);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy