rapid-spreadjs 1.0.65 → 1.0.66
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
|
@@ -19578,7 +19578,7 @@ const FormulaUtils = {
|
|
|
19578
19578
|
],
|
|
19579
19579
|
funCallback: (spread, sheet, retData) => {
|
|
19580
19580
|
//如果传递的参数小于2个,则返回空字符串
|
|
19581
|
-
if (retData.allCellVals.length <
|
|
19581
|
+
if (retData.allCellVals.length < 1) {
|
|
19582
19582
|
return '/';
|
|
19583
19583
|
}
|
|
19584
19584
|
const a = retData.allCellVals[0];
|