Commit 958a09e0 authored by Alexander.Trofimov's avatar Alexander.Trofimov

'' -> null in parserFormula

parent 7dbdc9f4
......@@ -3291,7 +3291,7 @@ var cFormulaOperators = {
refItem = refItem.slice(currentWorkbook.length);
}
var _f = new AscCommonExcel.parserFormula(refItem, '', ws);
var _f = new AscCommonExcel.parserFormula(refItem, null, ws);
if (_f.parse()) {
_f.RefPos.forEach(function (item) {
var ref;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment