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

cn.joylau.office.excel.ExcelWriter Maven / Gradle / Ivy

The newest version!
/*******************************************************************************
 * Copyright (c) 2017 by JoyLau. All rights reserved
 ******************************************************************************/

package cn.joylau.office.excel;


import cn.joylau.office.excel.config.ExcelWriterConfig;

import java.io.OutputStream;

public interface ExcelWriter {
    void write(OutputStream outputStream, ExcelWriterConfig config, ExcelWriterConfig... moreSheet) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy