Commit c59de594 authored by Alexander.Trofimov's avatar Alexander.Trofimov

dataRange <-> locationRange

parent 7744bdf4
...@@ -5387,8 +5387,8 @@ CellArea.prototype = { ...@@ -5387,8 +5387,8 @@ CellArea.prototype = {
oDataRange.assign2(item.sqref); oDataRange.assign2(item.sqref);
oLocationRange.assign2(); oLocationRange.assign2();
}*/ }*/
arrResultData.push(item.sqref.getAbsName()); arrResultData.push(item.f);
arrResultLocation.push(item.f); arrResultLocation.push(item.sqref.getAbsName());
}); });
return [arrResultData.join(AscCommon.FormulaSeparators.functionArgumentSeparator), return [arrResultData.join(AscCommon.FormulaSeparators.functionArgumentSeparator),
arrResultLocation.join(AscCommon.FormulaSeparators.functionArgumentSeparator)]; arrResultLocation.join(AscCommon.FormulaSeparators.functionArgumentSeparator)];
......
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