aspose_cells_cloud 21.6 → 21.7
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 +5 -10
- data/lib/aspose_cells_cloud/api/lite_cells_api.rb +1 -11
- data/lib/aspose_cells_cloud/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f4b3aeb82d3f35e89665ef4b447a4827caa52c24308a9b6a273e971187a9e022
|
4
|
+
data.tar.gz: 77a4444027f3e0999be2ecd4f4c5d3c2e9b95723f20aed7c912fc78a78da1d4a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 64177b41e23a8e48b1b10c5db9cd7962239835a23c6ece0095b4f48ca171c6c14d02aa9f79392af346a1689ad3135bff31765282cb41734c2983473d51ca0fee
|
7
|
+
data.tar.gz: 59835936e9eedcd5dd040a2d37a381fc9471541314c9a893b7fa1f39a80c7892a53cd8f5226b0d1e764447b7e5c1da212aa59ad7ef25bb21349bfa85753fbdf4
|
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
|
@@ -21,16 +21,11 @@ Ruby Cloud SDK wraps Aspose.Cells REST API so you could seamlessly integrate Mic
|
|
21
21
|
- Convert worksheets to PDF, XPS & SVG formats.
|
22
22
|
- [Convert Excel files to popular formats](https://docs.aspose.cloud/cells/convert-excel-workbook-to-different-file-formats/).
|
23
23
|
|
24
|
-
## Feature & Enhancements in Version 21.
|
24
|
+
## Feature & Enhancements in Version 21.7
|
25
25
|
|
26
|
-
-
|
27
|
-
-
|
28
|
-
-
|
29
|
-
- Improve split API.
|
30
|
-
- Improve merge API.
|
31
|
-
- Improve unlock API.
|
32
|
-
- Improve protected API.
|
33
|
-
- Improve watermark API.
|
26
|
+
- Fix search API.
|
27
|
+
- Fix split API.
|
28
|
+
- Fix update metadata API.
|
34
29
|
|
35
30
|
## Read & Write Spreadsheet Formats
|
36
31
|
|
@@ -591,8 +591,6 @@ module AsposeCellsCloud
|
|
591
591
|
# @param [Hash] opts the optional parameters
|
592
592
|
# @option opts [String] :password
|
593
593
|
# @option opts [String] :sheetname
|
594
|
-
# @option opts [String] :path
|
595
|
-
# @option opts [String] :storage_name
|
596
594
|
# @return [Array<TextItem>]
|
597
595
|
def post_search(file, text, opts = {})
|
598
596
|
data, _status_code, _headers = post_search_with_http_info(file, text, opts)
|
@@ -605,9 +603,7 @@ module AsposeCellsCloud
|
|
605
603
|
# @param text
|
606
604
|
# @param [Hash] opts the optional parameters
|
607
605
|
# @option opts [String] :password
|
608
|
-
# @option opts [String] :sheetname
|
609
|
-
# @option opts [String] :path
|
610
|
-
# @option opts [String] :storage_name
|
606
|
+
# @option opts [String] :sheetname
|
611
607
|
# @return [Array<(Array<TextItem>, Fixnum, Hash)>] Array<TextItem> data, response status code and response headers
|
612
608
|
def post_search_with_http_info(file, text, opts = {})
|
613
609
|
if @api_client.config.debugging
|
@@ -630,8 +626,6 @@ module AsposeCellsCloud
|
|
630
626
|
query_params[:'text'] = text
|
631
627
|
query_params[:'password'] = opts[:'password'] if !opts[:'password'].nil?
|
632
628
|
query_params[:'sheetname'] = opts[:'sheetname'] if !opts[:'sheetname'].nil?
|
633
|
-
query_params[:'path'] = opts[:'path'] if !opts[:'path'].nil?
|
634
|
-
query_params[:'storageName'] = opts[:'storage_name'] if !opts[:'storage_name'].nil?
|
635
629
|
|
636
630
|
# header parameters
|
637
631
|
header_params = {}
|
@@ -672,8 +666,6 @@ module AsposeCellsCloud
|
|
672
666
|
# @option opts [String] :password
|
673
667
|
# @option opts [Integer] :from
|
674
668
|
# @option opts [Integer] :to
|
675
|
-
# @option opts [String] :path
|
676
|
-
# @option opts [String] :storage_name
|
677
669
|
# @return [FilesResult]
|
678
670
|
def post_split(file, format, opts = {})
|
679
671
|
data, _status_code, _headers = post_split_with_http_info(file, format, opts)
|
@@ -713,8 +705,6 @@ module AsposeCellsCloud
|
|
713
705
|
query_params[:'password'] = opts[:'password'] if !opts[:'password'].nil?
|
714
706
|
query_params[:'from'] = opts[:'from'] if !opts[:'from'].nil?
|
715
707
|
query_params[:'to'] = opts[:'to'] if !opts[:'to'].nil?
|
716
|
-
query_params[:'path'] = opts[:'path'] if !opts[:'path'].nil?
|
717
|
-
query_params[:'storageName'] = opts[:'storage_name'] if !opts[:'storage_name'].nil?
|
718
708
|
|
719
709
|
# header parameters
|
720
710
|
header_params = {}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aspose_cells_cloud
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '21.
|
4
|
+
version: '21.7'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aspose Cells Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-08-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|