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

cn.chenhuanming.octopus.writer.SheetWriter Maven / Gradle / Ivy

The newest version!
package cn.chenhuanming.octopus.writer;

import cn.chenhuanming.octopus.model.CellPosition;
import org.apache.poi.ss.usermodel.Sheet;

import java.util.Collection;

/**
 * writes data into a sheet
 * Created by chenhuanming on 2017-07-01.
 *
 * @author chenhuanming
 */
public interface SheetWriter {

    CellPosition write(Sheet sheet, Collection data);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy