gridjs-spreadsheet 25.1.0 → 25.1.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 (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +30 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gridjs-spreadsheet",
3
- "version": "25.1.0",
3
+ "version": "25.1.1",
4
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.",
5
5
  "types": "index.d.ts",
6
6
  "main": "xspreadsheet.js",
package/readme.md CHANGED
@@ -11,6 +11,7 @@
11
11
  - [License](#license)
12
12
 
13
13
  ## About
14
+
14
15
  It allows you to view and edit spreadsheet files with ease.
15
16
 
16
17
  this is developed based on https://github.com/myliang/x-spreadsheet
@@ -19,7 +20,8 @@
19
20
 
20
21
  ## Preview
21
22
 
22
- ![demo](preview.gif)
23
+ <img alt='demo' src='https://unpkg.com/gridjs-spreadsheet@25.1.0/preview.gif'height="800" />
24
+
23
25
 
24
26
  ## API
25
27
 
@@ -95,7 +97,7 @@ const s = new Spreadsheet("#gridjs-demo")
95
97
  ```
96
98
 
97
99
 
98
- ## simple usage
100
+ ## simple usage
99
101
 
100
102
  ```javascript
101
103
 
@@ -189,6 +191,7 @@ xs.cellStyle(ri, ci);
189
191
 
190
192
 
191
193
  ## Features
194
+
192
195
  - Localization/Multiple language UI
193
196
  - Paint format
194
197
  - Clear format
@@ -235,12 +238,12 @@ https://github.com/aspose-cells/Aspose.Cells-for-Java/tree/master/Examples.GridJ
235
238
 
236
239
  https://github.com/aspose-cells/Aspose.Cells-for-Python-via-.NET/tree/main/Examples_GridJs_Python_Net
237
240
 
238
- ## Support
239
241
 
240
- You can ask any question using the [Forum](https://forum.aspose.com/c/cells).
241
242
 
242
243
  ## Documentation
244
+
243
245
  Online documentation is available here:
246
+
244
247
  - [Developer's Guide C#](https://docs.aspose.com/cells/net/aspose-cells-gridjs/)
245
248
  - [API Reference C#](https://docs.aspose.com/cells/net/aspose-cells-gridjs/client/)
246
249
  - [Developer's Guide Python](https://docs.aspose.com/cells/python-net/aspose-cells-gridjs/)
@@ -253,28 +256,39 @@ Online documentation is available here:
253
256
  Modern browsers(chrome, firefox, Safari).
254
257
 
255
258
  ## Version History
259
+
256
260
  v24.9.1:
257
- fix bug that fail to insert column in the new added worksheet
258
- fix bug that fail to rename worksheet
259
- support lazy loading
261
+
262
+ - fix bug that fail to insert column in the new added worksheet
263
+ - fix bug that fail to rename worksheet
264
+ - support lazy loading
265
+
260
266
  v24.10:
261
- support a view option to show formulas
267
+
268
+ - support a view option to show formulas
269
+
262
270
  v24.11:
263
- improve the display of rich text cell values
271
+
272
+ - improve the display of rich text cell values
273
+
264
274
  v24.12:
265
- supporte API to show HTML nodes and interact with HTML nodes at specified cell positions
266
- supporte pre-check event for row/column delete/insert operations
267
- support row/column insert/delete events for client APIs
268
- support events for updating cells
269
- support multiple instances on one page
275
+
276
+ - support API to show HTML nodes and interact with HTML nodes at specified cell positions
277
+ - support pre-check event for row/column delete/insert operations
278
+ - support row/column insert/delete events for client APIs
279
+ - support events for updating cells
280
+ - support multiple instances on one page
281
+
270
282
  v25.1:
271
- support copy/paste from MS-Excel
283
+
284
+ - support copy/paste from MS-Excel
272
285
 
273
286
  ## License
274
287
 
275
288
  MIT
276
289
 
290
+ ## Support
277
291
 
278
- ## Server Side Support
292
+ You can ask any question or request features using the [Forum](https://forum.aspose.com/c/cells).
279
293
 
280
294
  [Product Page](https://products.aspose.com/cells) | [Product Documentation](https://docs.aspose.com/cells/net/aspose-cells-gridjs/) | [Blog](https://blog.aspose.com/category/cells/) |[API Reference](https://reference.aspose.com/cells/net/aspose.cells.gridjs/) | [Source Code Samples](https://github.com/aspose-cells/Aspose.Cells-for-.NET/tree/master/Examples_GridJs) | [Free Support](https://forum.aspose.com/c/cells)