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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.cjs.min.js +1 -1
- package/dist/index.cjs.min.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.esm.min.js +1 -1
- package/dist/index.esm.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -19396,7 +19396,7 @@ const FormulaUtils = {
|
|
|
19396
19396
|
funCallback: (spread, sheet, retData) => {
|
|
19397
19397
|
//如果传递的参数小于2个,则返回空字符串
|
|
19398
19398
|
if (retData.allCellVals.length < 2) {
|
|
19399
|
-
return '';
|
|
19399
|
+
return '/';
|
|
19400
19400
|
}
|
|
19401
19401
|
try {
|
|
19402
19402
|
const rangeStr = retData.allCellVals[0], num = retData.allCellVals[1];
|