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.
- package/package.json +1 -1
- package/readme.md +30 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gridjs-spreadsheet",
|
|
3
|
-
"version": "25.1.
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
258
|
-
fix bug that fail to
|
|
259
|
-
|
|
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
|
-
|
|
267
|
+
|
|
268
|
+
- support a view option to show formulas
|
|
269
|
+
|
|
262
270
|
v24.11:
|
|
263
|
-
|
|
271
|
+
|
|
272
|
+
- improve the display of rich text cell values
|
|
273
|
+
|
|
264
274
|
v24.12:
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
support row/column insert
|
|
268
|
-
support events for
|
|
269
|
-
support
|
|
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
|
-
|
|
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
|
-
|
|
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)
|