Commit 94925eaa authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 33737 🐛

parent dd392a1a
...@@ -4901,7 +4901,7 @@ cSTDEVA.prototype.getInfo = function () { ...@@ -4901,7 +4901,7 @@ cSTDEVA.prototype.getInfo = function () {
for (var j = 0; j < arg.length; j++) { for (var j = 0; j < arg.length; j++) {
element = arg[j]; element = arg[j];
if (cElementType.cellsRange === element.type || cElementType.cellsRange3D === element.type) { if (cElementType.cellsRange === element.type || cElementType.cellsRange3D === element.type) {
var _arrVal = arg.getValue(this.checkExclude, this.excludeHiddenRows); var _arrVal = element.getValue(this.checkExclude, this.excludeHiddenRows);
_arrVal.forEach(function (elem) { _arrVal.forEach(function (elem) {
if (cElementType.number === elem.type || cElementType.error === elem.type) { if (cElementType.number === elem.type || cElementType.error === elem.type) {
arr0.push(elem); arr0.push(elem);
......
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