Browse Source

修改SUMIFS公式不生效问题

Renxy 1 năm trước cách đây
mục cha
commit
dcdce0e2b4
1 tập tin đã thay đổi với 10 bổ sung10 xóa
  1. 10 10
      src/function/func.js

+ 10 - 10
src/function/func.js

@@ -1715,16 +1715,16 @@ function luckysheet_getcelldata(txt) {
             "column": col
         });
 
-        if(formula.execFunctionGlobalData!=null){
-            for(let r=row[0];r<=row[1];r++){
-                for(let c=col[0];c<=col[1];c++){
-                    let ef = formula.execFunctionGlobalData[r+"_"+c+"_"+sheetIndex];
-                    if(ef!=null){
-                        ret[r-row[0]][c-col[0]] = ef;
-                    }
-                }
-            }
-        }
+        //if(formula.execFunctionGlobalData!=null){
+        //    for(let r=row[0];r<=row[1];r++){
+        //        for(let c=col[0];c<=col[1];c++){
+        //            let ef = formula.execFunctionGlobalData[r+"_"+c+"_"+sheetIndex];
+        //            if(ef!=null){
+        //               ret[r-row[0]][c-col[0]] = ef;
+        //            }
+        //        }
+        //    }
+        //}
 
         
         //范围的长宽