[se] Fix bug 78419

This commit is contained in:
Dmitriy Orlov
2025-11-14 15:02:26 +03:00
parent 0560ef1f2b
commit 19134fc813
2 changed files with 48 additions and 1 deletions

View File

@ -2909,7 +2909,7 @@ function (window, undefined) {
arr.push(v);
}
});
} else if (arg0 instanceof cArea) {
} else if (arg0.type === cElementType.cellsRange || arg0.type === cElementType.cellsRange3D) {
arg0.foreach2(function (v) {
if (v instanceof cNumber) {
arr.push(v);