gridjs-spreadsheet 22.11.4 → 22.12.0
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 +1 -1
- package/readme.md +2 -2
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
<script src="https://unpkg.com/jquery-ui@1.13.2/dist/jquery-ui.min.js"></script>
|
|
20
20
|
<script src="https://unpkg.com/jszip@3.10.1/dist/jszip.min.js"></script>
|
|
21
21
|
<!-- other dependency end -->
|
|
22
|
-
<link rel="stylesheet" href="https://unpkg.com/gridjs-spreadsheet@22.
|
|
23
|
-
<script src="https://unpkg.com/gridjs-spreadsheet@22.
|
|
22
|
+
<link rel="stylesheet" href="https://unpkg.com/gridjs-spreadsheet@22.12.0/xspreadsheet.css">
|
|
23
|
+
<script src="https://unpkg.com/gridjs-spreadsheet@22.12.0/xspreadsheet.js"></script>
|
|
24
24
|
|
|
25
25
|
<script>
|
|
26
26
|
const option = {
|