rapid-spreadjs 1.0.30 → 1.0.32

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.
@@ -0,0 +1,14 @@
1
+ /**
2
+ * 其他自定义公式
3
+ * 此文件用于放置其他自定义公式,如:YJHTQD(此公式代码较多)
4
+ */
5
+ export declare const FormulaUtilsOther: {
6
+ /**
7
+ * 回弹强度换算查表
8
+ * @param forComm commFormula.ts中的CommFormula.commFun对象
9
+ * @param jzfs 浇筑方式
10
+ * @param xzhhtz 修正后回弹值
11
+ * @param thsd 碳化深度
12
+ */
13
+ YJHTQD: (forComm: any, jzfs: any, xzhhtz: any, thsd: any) => any;
14
+ };
@@ -0,0 +1,4 @@
1
+ /**
2
+ * 自定义函数公用方法
3
+ */
4
+ export declare const FormulaUtils: any;
@@ -41,7 +41,7 @@ export declare const WorkbookUtils: {
41
41
  */
42
42
  exportToExcel: (GC: any, spread: any, fileName?: string) => void;
43
43
  /**
44
- * 合并多个工作簿并导出Excel(同时返回合并后的工作簿实例)
44
+ * 合并多个工作簿并导出Excel或PDF(同时返回合并后的工作簿实例)
45
45
  * @param GC Spread的GC对象
46
46
  * @param spreads 工作簿实例集合
47
47
  * @param isExcel 是否导出为Excel文件,默认为true(如果为false,则导出为PDF)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rapid-spreadjs",
3
- "version": "1.0.30",
3
+ "version": "1.0.32",
4
4
  "description": "SpreadJS常用公用处理函数,包括设计器、工作簿和工作表的相关处理函数。",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",