gridjs-spreadsheet
Advanced tools
Comparing version 23.4.0 to 23.4.1
{ | ||
"name": "gridjs-spreadsheet", | ||
"version": "23.4.0", | ||
"description": "A simple library allows you to view and edit spreadsheet documents with ease.", | ||
"main": "xspreadsheet.js", | ||
"version": "23.4.1", | ||
"description": "A smart and simple to use Excel-like JavaScript Spreadsheet library allows you to view and edit spreadsheet file with ease and quick.", | ||
"types": "index.d.ts", | ||
"main": "index.js", | ||
"scripts": { | ||
@@ -10,3 +11,2 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
"keywords": [ | ||
"Excel", | ||
"XLS", | ||
@@ -34,6 +34,15 @@ "XLSX", | ||
"SQL", | ||
"XML" | ||
"XML", | ||
"Online excel", | ||
"spread-sheets", | ||
"javascript spreadsheet", | ||
"javascript excel", | ||
"excel io", | ||
"sheets", | ||
"sheet", | ||
"javascript", | ||
"excel" | ||
], | ||
"author": "Aspose", | ||
"author": "Aspose Cells Team", | ||
"license": "MIT" | ||
} |
# gridjs-spreadsheet | ||
> A web-based JavaScript spreadsheet for GridJs client side | ||
> A smart and simple to use Excel-like JavaScript Canvas based Spreadsheet library allows you to view and edit spreadsheet file with ease and quick | ||
@@ -47,3 +47,28 @@ | ||
## NPM | ||
```shell | ||
npm install gridjs-spreadsheet | ||
``` | ||
```html | ||
<div id="gridjs-demo"></div> | ||
``` | ||
```javascript | ||
import Spreadsheet from "gridjs-spreadsheet"; | ||
// If you need to override the default options, you can set the override | ||
// const options = {}; | ||
// new Spreadsheet('#gridjs-demo', options); | ||
const s = new Spreadsheet("#gridjs-demo") | ||
.loadData({}) // load data | ||
.change(data => { | ||
// save data to db | ||
}); | ||
// data validation | ||
s.validate() | ||
``` | ||
## simple usage | ||
@@ -156,2 +181,3 @@ | ||
- Filter row, column | ||
- Zoom in/out | ||
- Sort | ||
@@ -172,8 +198,11 @@ - Search | ||
## Demo | ||
for more detail ,please check | ||
Visit the GridJs demo to find more detail info | ||
https://github.com/aspose-cells/Aspose.Cells-for-.NET/tree/master/Examples_GridJs | ||
You can ask any question using the [Forum](https://forum.aspose.com/c/cells). | ||
## Documentation | ||
Online documentation is available here: | ||
- [Developer's Guide](https://docs.aspose.com/cells/net/aspose-cells-gridjs/) | ||
- [API Reference](https://docs.aspose.com/cells/net/aspose-cells-gridjs/client/) | ||
## Browser Support | ||
@@ -180,0 +209,0 @@ |
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
943462
8
2887
216