Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MARP-637: handle feedback
Browse files Browse the repository at this point in the history
linhpd-axonivy committed Aug 12, 2024
1 parent c735e7d commit 2a1304a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -121,10 +121,8 @@ public static String getCellValueAsString(Cell cell) {
return String.valueOf(cell.getBooleanCellValue());
case FORMULA:
return cell.getCellFormula();
case BLANK:
return StringUtils.EMPTY;
default:
return "Unsupported cell type";
return StringUtils.EMPTY;
}
}
}

0 comments on commit 2a1304a

Please sign in to comment.