gridjs-spreadsheet
Advanced tools
Comparing version 23.4.4 to 23.4.5
{ | ||
"name": "gridjs-spreadsheet", | ||
"version": "23.4.4", | ||
"version": "23.4.5", | ||
"description": "A smart and simple to use Excel-like JavaScript Spreadsheet library allows you to view and edit spreadsheet file with ease and quick.", | ||
@@ -48,6 +48,5 @@ "types": "index.d.ts", | ||
"jquery-ui": "~ 1.13.2", | ||
"jszip": "~ 3.10.1", | ||
"jquery-ui": "~ 1.13.2" | ||
"jszip": "~ 3.10.1" | ||
}, | ||
"license": "MIT" | ||
} |
@@ -9,3 +9,5 @@ # gridjs-spreadsheet | ||
It allows you to view and edit spreadsheet documents with ease. | ||
this is developed based on https://github.com/myliang/x-spreadsheet | ||
Quick online demo: https://products.aspose.app/cells/editor | ||
@@ -60,3 +62,11 @@ | ||
```javascript | ||
//includ all the dependencies | ||
//Including jszip | ||
import JSZip from 'jszip'; | ||
//Including jQuery | ||
import $ from 'jquery'; | ||
window.$ = $; | ||
//Including gridjs-spreadsheet | ||
import Spreadsheet from "gridjs-spreadsheet"; | ||
// If you need to override the default options, you can set the override | ||
@@ -63,0 +73,0 @@ // const options = {}; |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
945598
231