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

com.poiji.bind.mapping.PoijiPropertyHelper Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package com.poiji.bind.mapping;

import com.poiji.option.PoijiOptions;
import java.io.File;
import java.io.InputStream;

/**
 * Created by hakan on 24.05.2020
 */
public final class PoijiPropertyHelper {

    public static HSSFPropertyFile createPoijiPropertyFile(File file, PoijiOptions options) {
        return new HSSFPropertyFile(file, options);
    }

    public static HSSFPropertyStream createPoijiPropertyStream(InputStream inputStream, PoijiOptions options) {
        return new HSSFPropertyStream(inputStream, options);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy