updated to POI 4.0.0

This commit is contained in:
2018-10-26 14:02:50 +02:00
parent 8c4f304d18
commit 4eb6bb77e2
4 changed files with 446 additions and 446 deletions

View File

@ -161,7 +161,7 @@ public class WorkbookApp {
newCell.setCellStyle(newCellStyle);
}
switch (oldCell.getCellTypeEnum()) {
switch (oldCell.getCellType()) {
case STRING:
newCell.setCellValue(oldCell.getStringCellValue());
break;