gridjs-spreadsheet 26.7.0 → 26.7.1

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.
Files changed (3) hide show
  1. package/package.json +67 -40
  2. package/readme.md +416 -63
  3. package/xspreadsheet.js +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gridjs-spreadsheet",
3
- "version": "26.7.0",
4
- "description": "this is the client side script for GridJs which is a lightweight, scalable, and customizable toolkit that provides cross-platform web applications, enables convenient development for editing or viewing Excel/Spreadsheet files, offers simple deployment, and provides easy-to-use APIs based on JSON format.",
3
+ "version": "26.7.1",
4
+ "description": "Lightweight, high-performance JavaScript spreadsheet component for building online Excel editors and web spreadsheet apps. Supports React, Vue 3, and Angular with TypeScript declarations. Features include formulas, charts, formatting, data validation, copy/paste from Excel, and server-side integration.",
5
5
  "types": "index.d.ts",
6
6
  "main": "xspreadsheet.js",
7
7
  "exports": {
@@ -80,43 +80,54 @@
80
80
  "example/vanilla-gridjs/script/package.json",
81
81
  "example/vanilla-gridjs/script/vite.config.js"
82
82
  ],
83
- "keywords": [
84
- "excel",
85
- "spreadsheet",
86
- "web-excel",
87
- "online-excel",
88
- "excel-viewer",
89
- "excel-editor",
90
- "javascript-excel",
91
- "javascript-spreadsheet",
92
- "excel-component",
93
- "spreadsheet-ui",
94
- "react-spreadsheet",
95
- "vue-excel",
83
+ "keywords": [
84
+ "excel",
85
+ "spreadsheet",
86
+ "web-excel",
87
+ "online-excel",
88
+ "excel-viewer",
89
+ "excel-editor",
90
+ "javascript-excel",
91
+ "javascript-spreadsheet",
92
+ "excel-component",
93
+ "spreadsheet-ui",
94
+ "react-spreadsheet",
95
+ "vue-excel",
96
96
  "angular-spreadsheet",
97
97
  "vue-spreadsheet",
98
98
  "react-excel",
99
99
  "angular-excel",
100
- "typescript",
101
- "xlsx",
102
- "xls",
103
- "csv",
104
- "ods",
105
- "numbers",
106
- "xlsm",
107
- "xlsb",
108
- "excel-io",
109
- "redact",
110
- "redaction",
111
- "data-redaction",
112
- "collaborative-editing",
113
- "excel-api",
114
- "data-table",
115
- "datagrid",
116
- "convert-pdf",
117
- "convert-html",
118
- "sheets"
119
- ],
100
+ "typescript",
101
+ "xlsx",
102
+ "xls",
103
+ "csv",
104
+ "ods",
105
+ "numbers",
106
+ "xlsm",
107
+ "xlsb",
108
+ "excel-io",
109
+ "redact",
110
+ "redaction",
111
+ "data-redaction",
112
+ "collaborative-editing",
113
+ "excel-api",
114
+ "data-table",
115
+ "datagrid",
116
+ "convert-pdf",
117
+ "convert-html",
118
+ "sheets",
119
+ "web-spreadsheet",
120
+ "spreadsheet-editor",
121
+ "excel-online",
122
+ "excel-formula",
123
+ "excel-chart",
124
+ "data-validation",
125
+ "copy-paste-excel",
126
+ "spreadsheet-component",
127
+ "open-source-excel",
128
+ "free-excel-editor",
129
+ "gridjs"
130
+ ],
120
131
  "author": "Aspose Cells Team",
121
132
  "dependencies": {
122
133
  "jszip": "~3.10.1"
@@ -128,10 +139,18 @@
128
139
  "@angular/common": ">=14.0.0"
129
140
  },
130
141
  "peerDependenciesMeta": {
131
- "vue": { "optional": true },
132
- "react": { "optional": true },
133
- "@angular/core": { "optional": true },
134
- "@angular/common": { "optional": true }
142
+ "vue": {
143
+ "optional": true
144
+ },
145
+ "react": {
146
+ "optional": true
147
+ },
148
+ "@angular/core": {
149
+ "optional": true
150
+ },
151
+ "@angular/common": {
152
+ "optional": true
153
+ }
135
154
  },
136
155
  "engines": {
137
156
  "node": ">=18"
@@ -139,5 +158,13 @@
139
158
  "publishConfig": {
140
159
  "access": "public"
141
160
  },
142
- "license": "MIT"
161
+ "license": "MIT",
162
+ "repository": {
163
+ "type": "git",
164
+ "url": "git+https://github.com/aspose-cells/Aspose.Cells.Grid-for-.NET.git"
165
+ },
166
+ "homepage": "https://products.aspose.app/cells/editor",
167
+ "bugs": {
168
+ "url": "https://forum.aspose.com/c/cells"
169
+ }
143
170
  }