spire.officejs-spreadsheet-test 1.0.2
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/README.md +11 -0
- package/index.d.ts +7 -0
- package/index.js +2 -0
- package/package copy.json +10 -0
- package/package.json +10 -0
- package/spireexcel/WebAssembly/Spire.Xls.Base.js +111813 -0
- package/spireexcel/WebAssembly/Spire.Xls.Base.wasm +0 -0
- package/spireexcel/api-all-min.js +1322 -0
- package/spireexcel/api-all.js +12880 -0
- package/spireexcel/css/main-mobile.css +120 -0
- package/spireexcel/css/main.css +157 -0
package/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# spire.officejs-spreadsheet
|
|
2
|
+
|
|
3
|
+
spreadsheet组件是 `spire-officejs` 的产品之一。
|
|
4
|
+
|
|
5
|
+
# 安装
|
|
6
|
+
```bash
|
|
7
|
+
npm install spire.officejs-spreadsheet
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
# 获取更多帮助
|
|
11
|
+
想需要获取更多产品信息,请浏览 [Spire.Office for JavaScript](https://www.e-iceblue.cn/Downloads/Spire-Office-JavaScript.html)
|
package/index.d.ts
ADDED
package/index.js
ADDED