You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/aspose-cells-cloud/aspose-cells-cloud-ruby/blob/master/LICENSE)
2
2
3
-
This Cloud SDK enhances your Ruby cloud-based apps to [process & manipulate Microsoft Excel spreadsheets](https://products.aspose.cloud/cells/ruby) in the cloud, without MS Office.
- Add or remove cells area for conditional formatting, or OleObjects from Excel worksheets.
9
-
- Insert or delete, horizontal or vertical page breaks
10
-
- Add ListObject at a specific place within an Excel file & convert them to a range of cells.
11
-
- Delete specific or all ListObjects in a worksheet or summarize its data with pivot table.
12
-
- Apply custom criteria to list filters of various types.
13
-
- Get, update, show or hide chart legend & titles.
14
-
- Manipulate page setup, header & footer.
15
-
- Create, update, fetch or delete document properties.
16
-
- Fetch the required shape from worksheet.
17
-
- Load & Process Excel Spreadsheets via Cloud SDK.
18
-
- Cloud SDK to Read & Process Excel Worksheets.
19
-
- Leverage the Power of Pivot Tables & Ranges.
6
+
Ruby Cloud SDK wraps Aspose.Cells REST API so you could seamlessly integrate Microsoft Excel® spreadsheet generation, manipulation, conversion & inspection features into your own applications.
20
7
21
-
## Feature & Enhancements in Version 20.9
8
+
[Aspose.Cells Cloud SDK for Ruby](https://products.aspose.cloud/cells/ruby) offers Excel® file creation, editing, conversion, & rendering. Developers can format worksheets, rows, columns or cells to the most granular level, create & manipulate chart & pivot tables, render worksheets, charts and specific data ranges to PDF & images, add & calculate Excel's built-in and custom formulas and much more.
22
9
23
-
- Aspose.Cells Cloud API calls are not working with explicit storage name but only default storage.
24
-
- Get output file size without downloading during conversion.
25
-
- Enhancement for CellsShapesPutWorksheetShape API.
10
+
## Cloud Spreadsheet Processor in a Nutshell
11
+
12
+
- Create Excel files via API or [Smart Markers](https://docs.aspose.cloud/cells/create-excel-workbook-from-a-smartmarker-template/).
Since version 19.9, SDK includes support of storage operations for better user experience and unification, so now there's no need to use 2 different SDKs!
48
+
## Integrated Storage API
47
49
48
-
It gives you an ability to:
50
+
Since version 19.9, SDK includes support of storage operations for better user experience and unification. It gives you an ability to;
49
51
50
52
- Upload, download, copy, move and delete files, including versions handling (if you are using Cloud storage that supports this feature - true by default).
51
53
- Create, copy, move and delete folders.
52
54
- Copy and move files and folders across separate storages in scope of a single operation.
53
55
- Check if certain file, folder or storage exists.
54
56
55
-
## Getting Started with Aspose.Cells Cloud SDK for Ruby
56
-
57
-
The complete source code is available at the [GitHub Repository](https://github.com/aspose-cells-cloud/aspose-cells-cloud-ruby). You can either directly use it in your project via source code or get [RubyGem](https://rubygems.org/gems/aspose_cells_cloud) (recommended).
57
+
## Get Started with Aspose.Cells Cloud SDK for Ruby
58
58
59
-
## Prerequisites
59
+
First, you need to register an account at [Aspose for Cloud](https://dashboard.aspose.cloud/#/apps) and get the application information.
60
60
61
-
To use Aspose.Cells Cloud SDK for Ruby you need to register an account with [Aspose Cloud](https://www.aspose.cloud/) and lookup/create App Key and SID at [Cloud Dashboard](https://dashboard.aspose.cloud/#/apps). There is free quota available. For more details, see [Aspose Cloud Pricing](https://purchase.aspose.cloud/pricing).
62
-
63
-
## Installation
64
-
65
-
To install this package do the following:
66
-
67
-
Update your `Gemfile`
61
+
Next, execute the following command to get the latest Gem package.
68
62
69
63
```console
70
-
gem 'aspose_cells_cloud', '~> 20.4'
64
+
gem 'aspose_cells_cloud', '~> 20.9'
71
65
```
72
66
73
67
or install directly
@@ -76,12 +70,9 @@ or install directly
76
70
gem install aspose_cells_cloud
77
71
```
78
72
79
-
## Using Ruby Code to Delete Row from a Worksheet
73
+
## Delete Row from a Worksheet via Ruby Code
80
74
81
75
```ruby
82
-
# For complete examples and data files, please go to https://github.com/aspose-cells/Aspose.Cells-for-Cloud
83
-
require'aspose_cells_cloud'
84
-
85
76
classRow
86
77
87
78
includeAsposeCellsCloud
@@ -111,12 +102,11 @@ row = Row.new()
111
102
puts row.delete_worksheet_row
112
103
```
113
104
114
-
## Tests
115
-
116
-
[Tests](https://github.com/aspose-cells-cloud/aspose-cells-cloud-ruby/tree/master/spec) contain various examples of using the SDK.
117
-
118
-
## Licensing
105
+
## Aspose.Cells Cloud SDKs in Popular Languages
119
106
120
-
All Aspose.Cells Cloud SDKs are licensed under [MIT License](https://github.com/aspose-cells-cloud/aspose-cells-cloud-ruby/blob/master/LICENSE).
107
+
| .NET | Java | PHP | Python | Node.js | Android | Swift | Perl | GO |
0 commit comments