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.esm.js CHANGED
@@ -18918,6 +18918,9 @@ const FormulaUtils = {
18918
18918
  arr.push(retData.allCellVals[index]);
18919
18919
  }
18920
18920
  let bzc = retData.allCellVals[retData.allCellVals.length - 1];
18921
+ console.log(1, retData.allCellVals);
18922
+ console.log(2, arr);
18923
+ console.log(3, bzc);
18921
18924
  var avg;
18922
18925
  avg = FormulaUtils.commFun.GetAverage(arr);
18923
18926
  if (bzc <= 5) {