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

com.fredericboisguerin.excel.reader.ExcelReader Maven / Gradle / Ivy

There is a newer version: 2.1
Show newest version
package com.fredericboisguerin.excel.reader;

import com.fredericboisguerin.excel.common.ExcelRow;

import java.io.InputStream;
import java.util.List;
import java.util.Map;

/**
 * Created by fboisguerin on 22/07/2015.
 */
public interface ExcelReader {

    Map> readWorkbook(InputStream inputStream) throws ExcelReaderException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy