gridjs-spreadsheet 23.4.5 → 23.4.6

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gridjs-spreadsheet",
3
- "version": "23.4.5",
3
+ "version": "23.4.6",
4
4
  "description": "A smart and simple to use Excel-like JavaScript Spreadsheet library allows you to view and edit spreadsheet file with ease and quick.",
5
5
  "types": "index.d.ts",
6
6
  "main": "xspreadsheet.js",
package/readme.md CHANGED
@@ -61,10 +61,12 @@ npm install gridjs-spreadsheet
61
61
  //includ all the dependencies
62
62
  //Including jszip
63
63
  import JSZip from 'jszip';
64
+ window.JSZip = JSZip;
64
65
  //Including jQuery
65
66
  import $ from 'jquery';
66
67
  window.$ = $;
67
68
  //Including gridjs-spreadsheet
69
+ import 'gridjs-spreadsheet/xspreadsheet.css';
68
70
  import Spreadsheet from "gridjs-spreadsheet";
69
71
 
70
72
  // If you need to override the default options, you can set the override