gridjs-spreadsheet 24.6.0 → 24.6.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/package.json +16 -4
- package/package.json.bak +16 -4
- package/readme.md +2 -2
- package/readme.md.bak +3 -3
- package/xspreadsheet.js +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gridjs-spreadsheet",
|
|
3
|
-
"version": "24.6.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "24.6.2",
|
|
4
|
+
"description": "this is the client side script for gridjs which is a lightweight, scalable, and customizable toolkit that provides cross-platform web applications, enables convenient development for editing or viewing Excel/Spreadsheet files, offers simple deployment, and provides easy-to-use APIs.",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"main": "xspreadsheet.js",
|
|
7
7
|
"scripts": {
|
|
@@ -31,8 +31,20 @@
|
|
|
31
31
|
"JSON",
|
|
32
32
|
"SQL",
|
|
33
33
|
"XML",
|
|
34
|
-
"Online
|
|
35
|
-
"
|
|
34
|
+
"Online Spreadsheet Editor",
|
|
35
|
+
"Online Office",
|
|
36
|
+
"Online Excel",
|
|
37
|
+
"Online Excel Editor",
|
|
38
|
+
"Excel Editor",
|
|
39
|
+
"Excel Viewer",
|
|
40
|
+
"Excel Online",
|
|
41
|
+
"open excel",
|
|
42
|
+
"view excel",
|
|
43
|
+
"open spreadsheet",
|
|
44
|
+
"view spreadsheet",
|
|
45
|
+
"spread-sheet",
|
|
46
|
+
"spreadsheet editor",
|
|
47
|
+
"spreadsheet online",
|
|
36
48
|
"javascript spreadsheet",
|
|
37
49
|
"javascript excel",
|
|
38
50
|
"excel io",
|
package/package.json.bak
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gridjs-spreadsheet",
|
|
3
|
-
"version": "24.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "24.6.1",
|
|
4
|
+
"description": "this is the client side script for gridjs which is a lightweight, scalable, and customizable toolkit that provides cross-platform web applications, enables convenient development for editing or viewing Excel/Spreadsheet files, offers simple deployment, and provides easy-to-use APIs.",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"main": "xspreadsheet.js",
|
|
7
7
|
"scripts": {
|
|
@@ -31,8 +31,20 @@
|
|
|
31
31
|
"JSON",
|
|
32
32
|
"SQL",
|
|
33
33
|
"XML",
|
|
34
|
-
"Online
|
|
35
|
-
"
|
|
34
|
+
"Online Spreadsheet Editor",
|
|
35
|
+
"Online Office",
|
|
36
|
+
"Online Excel",
|
|
37
|
+
"Online Excel Editor",
|
|
38
|
+
"Excel Editor",
|
|
39
|
+
"Excel Viewer",
|
|
40
|
+
"Excel Online",
|
|
41
|
+
"open excel",
|
|
42
|
+
"view excel",
|
|
43
|
+
"open spreadsheet",
|
|
44
|
+
"view spreadsheet",
|
|
45
|
+
"spread-sheet",
|
|
46
|
+
"spreadsheet editor",
|
|
47
|
+
"spreadsheet online",
|
|
36
48
|
"javascript spreadsheet",
|
|
37
49
|
"javascript excel",
|
|
38
50
|
"excel io",
|
package/readme.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# gridjs-spreadsheet
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> this is the client side script for gridjs which is a lightweight, scalable, and customizable toolkit that provides cross-platform web applications, enables convenient development for editing or viewing Excel/Spreadsheet files, offers simple deployment, and provides easy-to-use APIs
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
## Document
|
|
8
|
-
It allows you to view and edit spreadsheet
|
|
8
|
+
It allows you to view and edit spreadsheet files with ease.
|
|
9
9
|
|
|
10
10
|
this is developed based on https://github.com/myliang/x-spreadsheet
|
|
11
11
|
|
package/readme.md.bak
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# gridjs-spreadsheet
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> this is the client side script for gridjs which is a lightweight, scalable, and customizable toolkit that provides cross-platform web applications, enables convenient development for editing or viewing Excel/Spreadsheet files, offers simple deployment, and provides easy-to-use APIs
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
<script src="https://unpkg.com/jquery-ui@1.13.2/dist/jquery-ui.min.js"></script>
|
|
23
23
|
<script src="https://unpkg.com/jszip@3.10.1/dist/jszip.min.js"></script>
|
|
24
24
|
<!-- other dependency end -->
|
|
25
|
-
<link rel="stylesheet" href="https://unpkg.com/gridjs-spreadsheet@
|
|
26
|
-
<script src="https://unpkg.com/gridjs-spreadsheet@
|
|
25
|
+
<link rel="stylesheet" href="https://unpkg.com/gridjs-spreadsheet@24.1.0/xspreadsheet.css">
|
|
26
|
+
<script src="https://unpkg.com/gridjs-spreadsheet@24.1.0/xspreadsheet.js"></script>
|
|
27
27
|
|
|
28
28
|
<script>
|
|
29
29
|
const option = {
|