rapid-spreadjs 1.0.63 → 1.0.64
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
|
@@ -12834,7 +12834,6 @@ const FormulaUtils = {
|
|
|
12834
12834
|
//自定义函数逻辑
|
|
12835
12835
|
cusFun.prototype.evaluate = function () {
|
|
12836
12836
|
// 获取该自定义公式被引用单元格的索引
|
|
12837
|
-
console.log('所有参数:', arguments);
|
|
12838
12837
|
/**
|
|
12839
12838
|
* 说明:
|
|
12840
12839
|
* 如果isContext=true,则arguments的第一个参数为上下文参数,后面的参数才是自定义参数真正传入的参数
|