aspose_cells_cloud 22.10 → 22.12
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.
- checksums.yaml +4 -4
- data/README.md +3 -5
- data/lib/aspose_cells_cloud/api/cells_api.rb +1074 -101
- data/lib/aspose_cells_cloud/models/axis.rb +516 -0
- data/lib/aspose_cells_cloud/models/axis_response.rb +221 -0
- data/lib/aspose_cells_cloud/models/tick_labels.rb +298 -0
- data/lib/aspose_cells_cloud/version.rb +1 -1
- data/lib/aspose_cells_cloud.rb +3 -0
- data/spec/api/cells_chart_axis_api_spec.rb +248 -0
- data/spec/api/cells_convert_spec.rb +15 -1
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4f2476c3561d2f3156a754d8d34c439bc0889531e1b0e1150c29245adf047f4d
|
4
|
+
data.tar.gz: 0bba7bb8ef1bce4d9fde54287ee6a4c61d3ba0d969d207ffc35ebdd90a6fbd96
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 75f5bcc8158970828375c0524cf39f1a51809dc02e1001f5596e83bb13c592292e0a01c060d2d298ed27ac7a858db993350cfff0745ebcafe26380d3f23e631c
|
7
|
+
data.tar.gz: f7d5d20ac10c2780abf2403e92ecef5d578e66d3a7b899f68fc75513d10eede5bdd81609c4c8bdf005e34e13964cb4fe812453b0e554b3d364f08e3734895779
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
   [](https://github.com/aspose-cells-cloud/aspose-cells-cloud-ruby/blob/master/LICENSE)    [](https://github.com/aspose-cells-cloud/aspose-cells-cloud-ruby/blob/master/LICENSE) 
|
2
2
|
|
3
3
|
|
4
4
|
# Ruby SDK for Spreadsheet Processing in the Cloud
|
@@ -22,11 +22,9 @@ Ruby Cloud SDK wraps Aspose.Cells REST API so you could seamlessly integrate Mic
|
|
22
22
|
- [Convert Excel files to popular formats](https://docs.aspose.cloud/cells/convert-excel-workbook-to-different-file-formats/).
|
23
23
|
|
24
24
|
|
25
|
-
## Feature & Enhancements in Version 22.
|
25
|
+
## Feature & Enhancements in Version 22.12
|
26
26
|
|
27
|
-
-
|
28
|
-
- Add api for converting workbook to html.
|
29
|
-
- Add api for converting workbook to markdown.
|
27
|
+
- Support chart axis operations.
|
30
28
|
|
31
29
|
## Read & Write Spreadsheet Formats
|
32
30
|
|