
com.fredericboisguerin.excel.writer.ExcelWriter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of excel-reader-writer Show documentation
Show all versions of excel-reader-writer Show documentation
A library to read/write excel files with simple descriptions of the model
package com.fredericboisguerin.excel.writer;
import com.fredericboisguerin.excel.common.ExcelRow;
import java.io.InputStream;
import java.util.List;
import java.util.Map;
/**
* Created by fboisguerin on 12/08/2015.
*/
public interface ExcelWriter {
InputStream getStream(Map> bookRowsMap) throws ExcelWriterException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy