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.esm.js
CHANGED
|
@@ -19556,7 +19556,7 @@ const FormulaUtils = {
|
|
|
19556
19556
|
],
|
|
19557
19557
|
funCallback: (spread, sheet, retData) => {
|
|
19558
19558
|
//如果传递的参数小于2个,则返回空字符串
|
|
19559
|
-
if (retData.allCellVals.length <
|
|
19559
|
+
if (retData.allCellVals.length < 1) {
|
|
19560
19560
|
return '/';
|
|
19561
19561
|
}
|
|
19562
19562
|
const a = retData.allCellVals[0];
|