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

com.moon.poi.excel.TableUtil Maven / Gradle / Ivy

package com.moon.poi.excel;

import com.moon.poi.excel.table.TableParser;

/**
 * @author moonsky
 */
final class TableUtil extends TableParser {

    static Renderer parse(Class targetClass, TableFactory factory, boolean cacheDisabled) {
        return parseConfiguration(targetClass, factory, cacheDisabled);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy