rapid-spreadjs 1.0.6 → 1.0.7

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +0 -35
  2. package/README.md +35 -0
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,35 +0,0 @@
1
- # 1、组件介绍
2
-
3
- 该组件是基于[葡萄城的 SpreadJS](https://www.grapecity.com.cn/developer/spreadjs)封装的公用处理函数组件。
4
-
5
- 该组件主要包含了对设计器的操作、工作簿的操作以及工作表的操作等。
6
-
7
- SpreadJS 官网地址:[https://www.grapecity.com.cn/developer/spreadjs](https://www.grapecity.com.cn/developer/spreadjs)
8
-
9
- SpreadJS 帮助中心:[https://www.grapecity.com.cn/developer/spreadjs/help](https://www.grapecity.com.cn/developer/spreadjs/help)
10
-
11
- SpreadJS 文档地址:[https://demo.grapecity.com.cn/spreadjs/help/docs/overview](https://demo.grapecity.com.cn/spreadjs/help/docs/overview)
12
-
13
- SpreadJS 演示地址:[https://demo.grapecity.com.cn/spreadjs/SpreadJSTutorial/#/samples](https://demo.grapecity.com.cn/spreadjs/SpreadJSTutorial/#/samples)
14
-
15
- SpreadJS 论坛地址:[https://gcdn.grapecity.com.cn/](https://gcdn.grapecity.com.cn/)
16
-
17
- SpreadJS 在线地址:[https://demo.grapecity.com.cn/SpreadJS/WebDesigner/index.html](https://demo.grapecity.com.cn/SpreadJS/WebDesigner/index.html)
18
-
19
- SpreadJS API 地址:[https://demo.grapecity.com.cn/spreadjs/help/docs/API_documentation](https://demo.grapecity.com.cn/spreadjs/help/docs/API_documentation)
20
-
21
- ---
22
-
23
- # 2、依赖组件
24
-
25
- 具体依赖组件如下所示:
26
-
27
- - file-saver:导出 Excel 文件所需的组件;
28
-
29
- - @types/file-saver:导出 Excel 文件所需的类型组件;
30
-
31
- ---
32
-
33
- # 3、使用说明
34
-
35
- ---
package/README.md CHANGED
@@ -0,0 +1,35 @@
1
+ # 1、组件介绍
2
+
3
+ 该组件是基于[葡萄城的 SpreadJS](https://www.grapecity.com.cn/developer/spreadjs)封装的公用处理函数组件。
4
+
5
+ 该组件主要包含了对设计器的操作、工作簿的操作以及工作表的操作等。
6
+
7
+ SpreadJS 官网地址:[https://www.grapecity.com.cn/developer/spreadjs](https://www.grapecity.com.cn/developer/spreadjs)
8
+
9
+ SpreadJS 帮助中心:[https://www.grapecity.com.cn/developer/spreadjs/help](https://www.grapecity.com.cn/developer/spreadjs/help)
10
+
11
+ SpreadJS 文档地址:[https://demo.grapecity.com.cn/spreadjs/help/docs/overview](https://demo.grapecity.com.cn/spreadjs/help/docs/overview)
12
+
13
+ SpreadJS 演示地址:[https://demo.grapecity.com.cn/spreadjs/SpreadJSTutorial/#/samples](https://demo.grapecity.com.cn/spreadjs/SpreadJSTutorial/#/samples)
14
+
15
+ SpreadJS 论坛地址:[https://gcdn.grapecity.com.cn/](https://gcdn.grapecity.com.cn/)
16
+
17
+ SpreadJS 在线地址:[https://demo.grapecity.com.cn/SpreadJS/WebDesigner/index.html](https://demo.grapecity.com.cn/SpreadJS/WebDesigner/index.html)
18
+
19
+ SpreadJS API 地址:[https://demo.grapecity.com.cn/spreadjs/help/docs/API_documentation](https://demo.grapecity.com.cn/spreadjs/help/docs/API_documentation)
20
+
21
+ ---
22
+
23
+ # 2、依赖组件
24
+
25
+ 具体依赖组件如下所示:
26
+
27
+ - file-saver:导出 Excel 文件所需的组件;
28
+
29
+ - @types/file-saver:导出 Excel 文件所需的类型组件;
30
+
31
+ ---
32
+
33
+ # 3、使用说明
34
+
35
+ ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rapid-spreadjs",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "SpreadJS常用公用处理函数,包括设计器、工作簿和工作表的相关处理函数。",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",