Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gridjs-spreadsheet

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gridjs-spreadsheet - npm Package Compare versions

Comparing version 23.4.4 to 23.4.5

5

package.json
{
"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 = {};

xspreadsheet.js

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc