gridjs-spreadsheet 25.8.0 → 25.9.0
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/{9ab1b217edd126e8925e88cc8f25a154.svg → 555f60323063f2b68b6eac7ce9c45b19.svg} +88 -88
- package/{113a871731ce1f8a28d02ff60e8d9478.svg → ae125bc972519a804601f2ead209255c.svg} +914 -914
- package/example/pom.xml +2 -2
- package/package.json +1 -1
- package/readme.md +9 -4
- package/xspreadsheet.css +3 -3
- package/xspreadsheet.js +5 -5
package/example/pom.xml
CHANGED
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
<dependency>
|
|
52
52
|
<groupId>com.aspose</groupId>
|
|
53
53
|
<artifactId>aspose-cells</artifactId>
|
|
54
|
-
<version>25.
|
|
54
|
+
<version>25.9</version>
|
|
55
55
|
</dependency>
|
|
56
56
|
<dependency>
|
|
57
57
|
<groupId>com.aspose</groupId>
|
|
58
58
|
<artifactId>aspose-cells</artifactId>
|
|
59
|
-
<version>25.
|
|
59
|
+
<version>25.9</version>
|
|
60
60
|
<classifier>gridjs</classifier>
|
|
61
61
|
</dependency>
|
|
62
62
|
<!-- <dependency>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gridjs-spreadsheet",
|
|
3
|
-
"version": "25.
|
|
3
|
+
"version": "25.9.0",
|
|
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
|
@@ -262,11 +262,11 @@ xs.cellStyle(ri, ci);
|
|
|
262
262
|
|
|
263
263
|
Visit the GridJs demo to find more detail info:
|
|
264
264
|
|
|
265
|
-
https://github.com/aspose-cells/Aspose.Cells-for-.NET/tree/master/Examples_GridJs
|
|
265
|
+
https://github.com/aspose-cells/Aspose.Cells.Grid-for-.NET/tree/master/Examples_GridJs
|
|
266
266
|
|
|
267
|
-
https://github.com/aspose-cells/Aspose.Cells-for-Java/tree/master/Examples.GridJs
|
|
267
|
+
https://github.com/aspose-cells/Aspose.Cells.Grid-for-Java/tree/master/Examples.GridJs
|
|
268
268
|
|
|
269
|
-
https://github.com/aspose-cells/Aspose.Cells-for-Python-via-.NET/tree/main/
|
|
269
|
+
https://github.com/aspose-cells/Aspose.Cells.Grid-for-Python-via-.NET/tree/main/Examples.GridJs
|
|
270
270
|
|
|
271
271
|
|
|
272
272
|
|
|
@@ -350,6 +350,11 @@ v25.8:
|
|
|
350
350
|
- Support automatic text wrapping
|
|
351
351
|
- Support API to apply font setting in textbox control
|
|
352
352
|
|
|
353
|
+
v25.9:
|
|
354
|
+
|
|
355
|
+
- Support to render pattern style for cell
|
|
356
|
+
|
|
357
|
+
|
|
353
358
|
## License
|
|
354
359
|
|
|
355
360
|
MIT
|
|
@@ -358,4 +363,4 @@ MIT
|
|
|
358
363
|
|
|
359
364
|
You can ask any question or request features or report bugs using the [Forum](https://forum.aspose.com/c/cells).
|
|
360
365
|
|
|
361
|
-
[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/
|
|
366
|
+
[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.Grid-for-.NET/tree/main/Examples_GridJs) | [Free Support](https://forum.aspose.com/c/cells)
|
package/xspreadsheet.css
CHANGED
|
@@ -145,14 +145,14 @@ body {
|
|
|
145
145
|
height: 60px;
|
|
146
146
|
margin: 10px;
|
|
147
147
|
background-repeat: no-repeat;
|
|
148
|
-
background-image: url(
|
|
148
|
+
background-image: url(555f60323063f2b68b6eac7ce9c45b19.svg);
|
|
149
149
|
}
|
|
150
150
|
.x-spreadsheet-banner-icon-s {
|
|
151
151
|
width: 30px;
|
|
152
152
|
height: 30px;
|
|
153
153
|
margin: 5px;
|
|
154
154
|
background-repeat: no-repeat;
|
|
155
|
-
background-image: url(
|
|
155
|
+
background-image: url(555f60323063f2b68b6eac7ce9c45b19.svg);
|
|
156
156
|
}
|
|
157
157
|
.x-spreadsheet-banner-filename {
|
|
158
158
|
width: max-content;
|
|
@@ -1381,7 +1381,7 @@ form fieldset select {
|
|
|
1381
1381
|
display: inline-block;
|
|
1382
1382
|
}
|
|
1383
1383
|
.x-spreadsheet-icon .x-spreadsheet-icon-img {
|
|
1384
|
-
background-image: url(
|
|
1384
|
+
background-image: url(ae125bc972519a804601f2ead209255c.svg);
|
|
1385
1385
|
position: absolute;
|
|
1386
1386
|
width: 262px;
|
|
1387
1387
|
height: 444px;
|