Commit 6d9cc024 authored by GoshaZotov's avatar GoshaZotov

error at formula paste

parent 93c95317
......@@ -9702,7 +9702,7 @@
callAdress = new AscCommon.CellAddress(value2[0].sId);
offset = new AscCommonExcel.CRangeOffset((range.bbox.c1 - callAdress.col + 1), (range.bbox.r1 - callAdress.row + 1));
}
var assemb, _p_ = new AscCommonExcel.parserFormula(value2[numFormula].sFormula, null, t.model);
var assemb, _p_ = new AscCommonExcel.parserFormula(value2[0].sFormula, null, t.model);
if (_p_.parse()) {
if(specialPasteProps.transpose)
......
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