updated to POI 4.0.0
This commit is contained in:
@ -161,7 +161,7 @@ public class WorkbookApp {
|
||||
newCell.setCellStyle(newCellStyle);
|
||||
}
|
||||
|
||||
switch (oldCell.getCellTypeEnum()) {
|
||||
switch (oldCell.getCellType()) {
|
||||
case STRING:
|
||||
newCell.setCellValue(oldCell.getStringCellValue());
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user