Skip to content

Commit

Permalink
[se] Fix bug 63979
Browse files Browse the repository at this point in the history
  • Loading branch information
GoshaZotov committed Sep 28, 2023
1 parent f854ea3 commit 067df27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cell/view/WorksheetView.js
Original file line number Diff line number Diff line change
Expand Up @@ -15749,6 +15749,10 @@
if (_p_.parse()) {
assemb = _p_.changeOffset(offset, null, true).assemble(true);
rangeStyle.formula = {range: range, val: "=" + assemb};
} else {
rangeStyle.cellValueData = new AscCommonExcel.UndoRedoData_CellValueData(null, new AscCommonExcel.CCellValue({
text: "=" + sFormula, type: CellValueType.String
}));
}
}
}
Expand Down

0 comments on commit 067df27

Please sign in to comment.