rapid-spreadjs 1.0.44 → 1.0.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -18940,6 +18940,9 @@ const FormulaUtils = {
18940
18940
  arr.push(retData.allCellVals[index]);
18941
18941
  }
18942
18942
  let bzc = retData.allCellVals[retData.allCellVals.length - 1];
18943
+ console.log(1, retData.allCellVals);
18944
+ console.log(2, arr);
18945
+ console.log(3, bzc);
18943
18946
  var avg;
18944
18947
  avg = FormulaUtils.commFun.GetAverage(arr);
18945
18948
  if (bzc <= 5) {