rapid-spreadjs 1.0.62 → 1.0.63

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
@@ -19374,7 +19374,7 @@ const FormulaUtils = {
19374
19374
  funCallback: (spread, sheet, retData) => {
19375
19375
  //如果传递的参数小于2个,则返回空字符串
19376
19376
  if (retData.allCellVals.length < 2) {
19377
- return '';
19377
+ return '/';
19378
19378
  }
19379
19379
  try {
19380
19380
  const rangeStr = retData.allCellVals[0], num = retData.allCellVals[1];