aspose_cells_cloud 22.11 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 654156e1376d6e60a5d36de06c41a82c2f828962534002735cf11d8f4981ac29
4
- data.tar.gz: 00c0f978a2b828c76d50a1b6a59480058cc84a8165b45faeb3fea40735c4b58a
3
+ metadata.gz: 4f2476c3561d2f3156a754d8d34c439bc0889531e1b0e1150c29245adf047f4d
4
+ data.tar.gz: 0bba7bb8ef1bce4d9fde54287ee6a4c61d3ba0d969d207ffc35ebdd90a6fbd96
5
5
  SHA512:
6
- metadata.gz: 7c9a8eb23e8abb4d6f649459ac7df239cc2d972091da4d907dda62aa52a6e5dce832327d78bfe5b7c231cc6679816c6f537511d0a860c33ac63c8cb31bbe85cf
7
- data.tar.gz: 50f6471eaa77fbb2bfb6d0e8e79d22afc075a4e77c1a38649c7ef4835e79520a1a8fe6168cd66df5a636558a5f0d16737a26736495bbf6a6596d8dbc1a5798ff
6
+ metadata.gz: 75f5bcc8158970828375c0524cf39f1a51809dc02e1001f5596e83bb13c592292e0a01c060d2d298ed27ac7a858db993350cfff0745ebcafe26380d3f23e631c
7
+ data.tar.gz: f7d5d20ac10c2780abf2403e92ecef5d578e66d3a7b899f68fc75513d10eede5bdd81609c4c8bdf005e34e13964cb4fe812453b0e554b3d364f08e3734895779
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ![](https://img.shields.io/badge/REST%20API-v3.0-lightgrey) ![Gem](https://img.shields.io/gem/v/aspose_cells_cloud) ![Gem](https://img.shields.io/gem/dt/aspose_cells_cloud) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-ruby)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-ruby/blob/master/LICENSE) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells-cloud/aspose-cells-cloud-ruby/22.11)
1
+ ![](https://img.shields.io/badge/REST%20API-v3.0-lightgrey) ![Gem](https://img.shields.io/gem/v/aspose_cells_cloud) ![Gem](https://img.shields.io/gem/dt/aspose_cells_cloud) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-ruby)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-ruby/blob/master/LICENSE) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells-cloud/aspose-cells-cloud-ruby/22.12)
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.11
25
+ ## Feature & Enhancements in Version 22.12
26
26
 
27
- - Add api for converting workbook to json.
28
- - Add api for converting workbook to sql.
29
- - Add api for converting workbook to csv.
27
+ - Support chart axis operations.
30
28
 
31
29
  ## Read & Write Spreadsheet Formats
32
30