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

spreadsheet.mapper.w2f.write.WorkbookWriteHelper Maven / Gradle / Ivy

The newest version!
package spreadsheet.mapper.w2f.write;

import spreadsheet.mapper.model.core.Workbook;

import java.io.OutputStream;

/**
 * workbook write helper
 * 

* Created by hanwen on 2016/12/30. */ public interface WorkbookWriteHelper { /** * write {@link Workbook} to supplied output stream * * @param workbook {@link Workbook} * @param outputStream notice close the stream */ void write(Workbook workbook, OutputStream outputStream); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy