Skip to content

Instantly share code, notes, and snippets.

View RabaDabaDoba's full-sized avatar
🏠
Working from home

RabaDabaDoba RabaDabaDoba

🏠
Working from home
View GitHub Profile
@ssaurel
ssaurel / ExcelWriter.java
Last active December 10, 2019 09:14
Excel Writer for a tutorial on the SSaurel's Channel
package excel;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import org.apache.poi.openxml4j.exceptions.InvalidFormatException;
import org.apache.poi.ss.usermodel.Cell;
import org.apache.poi.ss.usermodel.CellStyle;