Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ public void createCellAtIndexWithValue(Row row, int i, String value, Workbook wo
cellStyle.setBorderRight(BorderStyle.THIN);
cellStyle.setBorderLeft(BorderStyle.THIN);

System.out.println("asdasd");

cellStyle.setWrapText(true);

Font font = workbook.createFont(); // font is always 9 TimesNewRoman, if needed I can make it parametrized
Expand Down
Loading