Commit ed9b668a authored by GoshaZotov's avatar GoshaZotov

fix bug 35362

parent 3b0afd4d
......@@ -9788,7 +9788,7 @@
{
offset = range.getCells()[numFormula].getOffset2(value2[numFormula].sId);
}
var assemb, _p_ = new AscCommonExcel.parserFormula(value2[numFormula].sFormula, null, val);
var assemb, _p_ = new AscCommonExcel.parserFormula(value2[numFormula].sFormula, null, t.model);
if (_p_.parse()) {
......
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