Skip to content

Commit

Permalink
Revert "Handle STR type #123"
Browse files Browse the repository at this point in the history
This reverts commit 533d845
  • Loading branch information
Desire456 committed Jul 27, 2021
1 parent 554e9a9 commit f552021
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ protected void updateCell(WorksheetPart worksheetPart, BandData bandData, Cell n
is.setT(t);
newCell.setIs(is);
newCell.setV("");
if (newCell.getT() == STCellType.S || newCell.getT() == STCellType.STR) {
if (newCell.getT() == STCellType.S) {
newCell.setT(STCellType.INLINE_STR);
}
}
Expand Down

0 comments on commit f552021

Please sign in to comment.