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

dataRange <-> locationRange

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