Skip to content

Commit db4311c

Browse files
committed
Add features for formula error check and external reference checks in Excel files.
1 parent f463820 commit db4311c

File tree

378 files changed

+2353
-405
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

378 files changed

+2353
-405
lines changed

README.md

Lines changed: 53 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
![](https://img.shields.io/badge/aspose.cells%20Cloud%20SDK%20for%20Ruby-25.4-green?style=for-the-badge&logo=ruby) [![Product Page](https://img.shields.io/badge/Product-0288d1?style=for-the-badge&logo=Google-Chrome&logoColor=white)](https://products.aspose.cloud/cells/ruby/) [![Documentation](https://img.shields.io/badge/Documentation-388e3c?style=for-the-badge&logo=Hugo&logoColor=white)](https://docs.aspose.cloud/cells/) [![API Ref](https://img.shields.io/badge/Reference-f39c12?style=for-the-badge&logo=html5&logoColor=white)](https://reference.aspose.cloud/cells/) [![Examples](https://img.shields.io/badge/Examples-1565c0?style=for-the-badge&logo=Github&logoColor=white)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-perl/tree/master/Examples) [![Blog](https://img.shields.io/badge/Blog-d32f2f?style=for-the-badge&logo=WordPress&logoColor=white)](https://blog.aspose.cloud/categories/aspose.cells-cloud-product-family/) [![Support](https://img.shields.io/badge/Support-7b1fa2?style=for-the-badge&logo=Discourse&logoColor=white)](https://forum.aspose.cloud/c/cells/7) ![Gem](https://img.shields.io/gem/v/aspose_cells_cloud?style=for-the-badge) ![Gem](https://img.shields.io/gem/dt/aspose_cells_cloud?style=for-the-badge) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-ruby?style=for-the-badge)](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/25.4?style=for-the-badge)
2-
3-
Aspose.Cells Cloud SDK for Ruby empowers developers to programmatically manage Excel files with precision. This comprehensive Go library supports advanced Excel operations like cell data formatting, dynamic formulas, pivot tables, conditional styling, charts, hyperlinks, comments, and data validation. It also enables seamless Excel file conversion (XLSX, CSV, PDF, ODS), document splitting/merging, and file repair. Designed for cloud integration, this API-first solution accelerates spreadsheet automation while ensuring data integrity across platforms like AWS, Azure, and Google Cloud.
1+
![](https://img.shields.io/badge/aspose.cells%20Cloud%20SDK-25.5-green?style=for-the-badge&logo=ruby) [![Product Page](https://img.shields.io/badge/Product-0288d1?style=for-the-badge&logo=Google-Chrome&logoColor=white)](https://products.aspose.cloud/cells/ruby/) [![Documentation](https://img.shields.io/badge/Documentation-388e3c?style=for-the-badge&logo=Hugo&logoColor=white)](https://docs.aspose.cloud/cells/) [![API Ref](https://img.shields.io/badge/Reference-f39c12?style=for-the-badge&logo=html5&logoColor=white)](https://reference.aspose.cloud/cells/) [![Examples](https://img.shields.io/badge/Examples-1565c0?style=for-the-badge&logo=Github&logoColor=white)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-perl/tree/master/Examples) [![Blog](https://img.shields.io/badge/Blog-d32f2f?style=for-the-badge&logo=WordPress&logoColor=white)](https://blog.aspose.cloud/categories/aspose.cells-cloud-product-family/) [![Support](https://img.shields.io/badge/Support-7b1fa2?style=for-the-badge&logo=Discourse&logoColor=white)](https://forum.aspose.cloud/c/cells/7) [![Gem](https://img.shields.io/gem/v/aspose_cells_cloud?style=for-the-badge)](https://rubygems.org/gems/aspose_cells_cloud) [![Gem](https://img.shields.io/gem/dt/aspose_cells_cloud?style=for-the-badge)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-ruby/archive/refs/heads/master.zip) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-ruby?style=for-the-badge)](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/25.5?style=for-the-badge)
42

53
# Ruby package for Aspose.Cells Cloud
64

@@ -39,28 +37,6 @@ FileUtils.cp(response.path, 'EmployeeSalesSummary.csv')
3937

4038
```
4139

42-
## Feature & Enhancements in Version 25.4
43-
44-
Full list of issues covering all changes in this release:
45-
46-
|**Summary**|**Category**|
47-
| :- | :- |
48-
| New API for Comprehensive Formula Error Checks in Excel Workbooks | New Feature |
49-
| New API for External Reference Checks in Excel Workbooks | New Feature |
50-
51-
## Manipulate Excel and other spreadsheet files in the Cloud
52-
53-
- File Manipulation: Users can upload, download, delete, and manage Excel files stored in the cloud.
54-
- Formatting: Supports formatting of cells, fonts, colors, and alignment modes in Excel files to cater to users' specific requirements.
55-
- Data Processing: Powerful functions for data processing including reading, writing, modifying cell data, performing formula calculations, and formatting data.
56-
- Formula Calculation: Built-in formula engine handles complex formula calculations in Excel and returns accurate results.
57-
- Chart Manipulation: Users can create, edit, and delete charts from Excel files for data analysis and visualization needs.
58-
- Table Processing: Offers robust processing capabilities for various form operations such as creation, editing, formatting, and conversion, meeting diverse form processing needs.
59-
- Data Verification: Includes data verification function to set cell data type, range, uniqueness, ensuring data accuracy and integrity.
60-
- Batch Processing: Supports batch processing of multiple Excel documents, such as batch format conversion, data extraction, and style application..
61-
- Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
62-
- Security Management: Offers a range of security features like data encryption, access control, and permission management to safeguard the security and integrity of spreadsheet data.
63-
6440
## Support file format
6541

6642
|**Format**|**Description**|**Load**|**Save**|
@@ -75,12 +51,10 @@ Full list of issues covering all changes in this release:
7551
|[XLAM](https://docs.fileformat.com/spreadsheet/xlam/)|An Excel Macro-Enabled Add-In file that's used to add new functions to Excel.| |√|
7652
|[CSV](https://docs.fileformat.com/spreadsheet/csv/)|CSV (Comma Separated Value) file.|√|√|
7753
|[TSV](https://docs.fileformat.com/spreadsheet/tsv/)|TSV (Tab-separated values) file.|√|√|
78-
|TabDelimited|Tab-delimited text file, same with TSV file.|√|√|
7954
|[TXT](https://docs.fileformat.com/word-processing/txt/)|Delimited plain text file.|√|√|
8055
|[HTML](https://docs.fileformat.com/web/html/)|HTML format.|√|√|
8156
|[MHTML](https://docs.fileformat.com/web/mhtml/)|MHTML file.|√|√|
8257
|[ODS](https://docs.fileformat.com/spreadsheet/ods/)|ODS (OpenDocument Spreadsheet).|√|√|
83-
|SpreadsheetML|Excel 2003 XML file.|√|√|
8458
|[Numbers](https://docs.fileformat.com/spreadsheet/numbers/)|The document is created by Apple's "Numbers" application which forms part of Apple's iWork office suite, a set of applications which run on the Mac OS X and iOS operating systems.|√||
8559
|[JSON](https://docs.fileformat.com/web/json/)|JavaScript Object Notation|√|√|
8660
|[DIF](https://docs.fileformat.com/spreadsheet/dif/)|Data Interchange Format.| |√|
@@ -98,14 +72,60 @@ Full list of issues covering all changes in this release:
9872
|[FODS](https://docs.fileformat.com/spreadsheet/fods/)|This is an Open Document format stored as flat XML.|√|√|
9973
|[DOCX](https://docs.fileformat.com/word-processing/docx/)|A well-known format for Microsoft Word documents that is a combination of XML and binary files.||√|
10074
|[PPTX](https://docs.fileformat.com/presentation/pptx/)|The PPTX format is based on the Microsoft PowerPoint open XML presentation file format.||√|
75+
|[OTS](https://docs.fileformat.com/spreadsheet/ots/)|OTS (OpenDocument Spreadsheet).|√|√|
76+
|[XML](https://docs.fileformat.com/web/xml/)|XML file.|√|√|
77+
|[HTM](https://docs.fileformat.com/web/htm/)|HTM file.|√|√|
78+
|[TIF](https://docs.fileformat.com/image/tiff/)|Tagged Image File Format| |√|
79+
|[WMF](https://docs.fileformat.com/image/wmf/)|WMF Image Format| |√|
80+
|[PCL](https://docs.fileformat.com/page-description-language/pcl/)|Printer Command Language Format| |√|
81+
|[AZW3](https://docs.fileformat.com/ebook/azw3/)|AZ3/KF8 File Format| |√|
82+
|[EPUB](https://docs.fileformat.com/ebook/epub/)|EPUB File Format| |√|
83+
|[DBF](https://docs.fileformat.com/ebook/epub/)|DBF File Format| |√|
84+
|[EPUB](https://docs.fileformat.com/database/dbf/)|database file| |√|
85+
|[XHTML](https://docs.fileformat.com/web/xhtml/)|XHTML File Format| |√|
86+
87+
## Manipulate Excel and other spreadsheet files in the Cloud
88+
89+
- File Manipulation: Users can upload, download, delete, and manage Excel files stored in the cloud.
90+
- Formatting: Supports formatting of cells, fonts, colors, and alignment modes in Excel files to cater to users' specific requirements.
91+
- Data Processing: Powerful functions for data processing including reading, writing, modifying cell data, performing formula calculations, and formatting data.
92+
- Formula Calculation: Built-in formula engine handles complex formula calculations in Excel and returns accurate results.
93+
- Chart Manipulation: Users can create, edit, and delete charts from Excel files for data analysis and visualization needs.
94+
- Table Processing: Offers robust processing capabilities for various form operations such as creation, editing, formatting, and conversion, meeting diverse form processing needs.
95+
- Data Verification: Includes data verification function to set cell data type, range, uniqueness, ensuring data accuracy and integrity.
96+
- Batch Processing: Supports batch processing of multiple Excel documents, such as batch format conversion, data extraction, and style application..
97+
- Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
98+
- Security Management: Offers a range of security features like data encryption, access control, and permission management to safeguard the security and integrity of spreadsheet data.
99+
100+
## Feature & Enhancements in Version v25.5.0
101+
102+
Full list of issues covering all changes in this release:
103+
104+
|**Summary**| **Category** |
105+
| :- |:-------------|
106+
| Add the new API for getting the public key for encrypting the password. | New Feature |
107+
| Optimize the convert workbook feature: Add auto-fit row parameter. | Improvement |
108+
| Optimize auto-fit rows for the worksheet. | Improvement |
109+
| Optimize auto-fit rows for worksheet: Add firstColumn and lastColumn. | Improvement |
110+
111+
## Available SDKs
112+
113+
The Aspose.Cells Cloud SDK is available in multiple popular programming languages, enabling developers to integrate spreadsheet processing capabilities across various development environments.
114+
115+
[![Go](https://img.shields.io/badge/Go-00ADD8.svg?style=for-the-badge&logo=go&logoColor=white)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-go) [![Go](https://img.shields.io/badge/Go-Install%20go%20get%20package--asposecellscloud-%2300ADD8?logo=go&style=for-the-badge)](https://pkg.go.dev/github.com/aspose-cells-cloud/aspose-cells-cloud-go/v25)
116+
117+
[![Java](https://img.shields.io/badge/Java-red?logo=openjdk&style=for-the-badge&logoColor=white)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-java) [![Java](https://img.shields.io/badge/Maven-Aspose.Cells%20Cloud.pom.xml-red?logo=apache-maven&style=for-the-badge)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-java/blob/master/Aspose.Cells.Cloud.pom.xml)
118+
119+
[![C#](https://img.shields.io/badge/.NET-%23512BD4?style=for-the-badge&logo=dotnet&logoColor=white)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-dotnet) [![.NET](https://img.shields.io/badge/NuGet-Install%20Aspose.Cells--Cloud-%23512BD4?logo=nuget&style=for-the-badge)](https://www.nuget.org/packages/Aspose.cells-Cloud/#readme-body-tab)
120+
121+
[![Node.js](https://img.shields.io/badge/Node.js-43853D.svg?style=for-the-badge&logo=node.js&logoColor=white)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-node) [![Node.js](https://img.shields.io/badge/npm-install%20asposecellscloud-orange?logo=npm&style=for-the-badge)](https://www.npmjs.com/package/asposecellscloud)
122+
123+
[![Perl](https://img.shields.io/badge/Perl-39457E.svg?style=for-the-badge&logo=perl&logoColor=white)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-perl) [![Perl](https://img.shields.io/badge/CPAN-Install%20AsposeCellsCloud--CellsApi-blue?logo=perl&style=for-the-badge)](https://metacpan.org/dist/AsposeCellsCloud-CellsApi)
101124

102-
## Aspose.Cells Cloud in Popular Languages
125+
[![PHP](https://img.shields.io/badge/PHP-777BB4.svg?style=for-the-badge&logo=php&logoColor=white)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-php) [![PHP](https://img.shields.io/badge/Composer-require%20aspose/cells--sdk--php-8892BF?logo=php&style=for-the-badge)](https://packagist.org/packages/aspose/cells-sdk-php)
103126

104-
| .NET | Java | PHP | Python | Node.js | Android | Swift | Perl | GO |
105-
|---|---|---|---|---|---|---|---|---|
106-
| [GitHub](https://github.com/aspose-cells-cloud/aspose-cells-cloud-dotnet) | [GitHub](https://github.com/aspose-cells-cloud/aspose-cells-cloud-java) | [GitHub](https://github.com/aspose-cells-cloud/aspose-cells-cloud-php) | [GitHub](https://github.com/aspose-cells-cloud/aspose-cells-cloud-python) | [GitHub](https://github.com/aspose-cells-cloud/aspose-cells-cloud-node) | [GitHub](https://github.com/aspose-cells-cloud/aspose-cells-cloud-android) | [GitHub](https://github.com/aspose-cells-cloud/aspose-cells-cloud-swift) | [GitHub](https://github.com/aspose-cells-cloud/aspose-cells-cloud-perl) | [GitHub](https://github.com/aspose-cells-cloud/aspose-cells-cloud-go) |
107-
| [NuGet](https://www.nuget.org/packages/Aspose.Cells-Cloud/) | [Maven](https://repository.aspose.cloud/webapp/#/artifacts/browse/tree/General/repo/com/aspose/aspose-cells-cloud) | [Composer](https://packagist.org/packages/aspose/cells-sdk-php) | [PIP](https://pypi.org/project/asposecellscloud/) | [NPM](https://www.npmjs.com/package/asposecellscloud) | [Maven](https://repository.aspose.cloud/webapp/#/artifacts/browse/tree/General/repo/com/aspose/aspose-cells-cloud-android) | [POD](https://cocoapods.org/pods/AsposeCellsCloud) | [CPAN](https://metacpan.org/release/AsposeCellsCloud-CellsApi) | [GO](https://pkg.go.dev/github.com/aspose-cells-cloud/aspose-cells-cloud-go/v20?tab=overview) |
127+
[![Python](https://img.shields.io/badge/Python-14354C.svg?style=for-the-badge&logo=python&logoColor=white)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-python) [![Python](https://img.shields.io/badge/pip-install%20asposecellscloud-blue?logo=pypi&style=for-the-badge)](https://pypi.org/project/asposecellscloud/)
108128

109-
[Product Page](https://products.aspose.cloud/cells/ruby) | [Documentation](https://docs.aspose.cloud/cells/) | [Live Demo](https://products.aspose.app/cells/family) | [API Reference](https://apireference.aspose.cloud/cells/) | [Code Samples](https://github.com/aspose-cells-cloud/aspose-cells-cloud-ruby/tree/master/spec) | [Blog](https://blog.aspose.cloud/category/cells/) | [Free Support](https://forum.aspose.cloud/c/cells) | [Free Trial](https://dashboard.aspose.cloud/#/apps)
129+
[![Ruby](https://img.shields.io/badge/Ruby-CC342D.svg?style=for-the-badge&logo=ruby&logoColor=white)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-ruby) [![Ruby](https://img.shields.io/badge/Gem-install%20aspose__cells__cloud-red?logo=ruby&style=for-the-badge)](https://rubygems.org/gems/aspose_cells_cloud)
110130

111131
## [Release history version](HistoryVersion.md)

docs/CellsCloudPublicKey.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# AsposeCellsCloud::Object::CellsCloudPublicKey
2+
3+
## Load the model package
4+
```perl
5+
use AsposeCellsCloud::Object::CellsCloudPublicKey;
6+
```
7+
8+
## Properties
9+
Name | Type | Description | Notes
10+
------------ | ------------- | ------------- | -------------
11+
**Exponent** | **string** | |
12+
**Modulus** | **string** | |
13+
14+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
15+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# AsposeCellsCloud::Object::CellsCloudPublicKeyResponse
2+
3+
## Load the model package
4+
```perl
5+
use AsposeCellsCloud::Object::CellsCloudPublicKeyResponse;
6+
```
7+
8+
## Properties
9+
Name | Type | Description | Notes
10+
------------ | ------------- | ------------- | -------------
11+
**CellsCloudPublicKey** | **CellsCloudPublicKey** | |
12+
**Code** | **int** | |
13+
**Status** | **string** | |
14+
15+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
16+

docs/DbfSaveOptions.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# AsposeCellsCloud::Object::DbfSaveOptions
2+
3+
## Load the model package
4+
```perl
5+
use AsposeCellsCloud::Object::DbfSaveOptions;
6+
```
7+
8+
## Properties
9+
Name | Type | Description | Notes
10+
------------ | ------------- | ------------- | -------------
11+
**ExportAsString** | **boolean** | |
12+
**SaveFormat** | **string** | |
13+
**CachedFileFolder** | **string** | |
14+
**ClearData** | **boolean** | |
15+
**CreateDirectory** | **boolean** | |
16+
**EnableHTTPCompression** | **boolean** | |
17+
**RefreshChartCache** | **boolean** | |
18+
**SortNames** | **boolean** | |
19+
**ValidateMergedAreas** | **boolean** | |
20+
**MergeAreas** | **boolean** | |
21+
**SortExternalNames** | **boolean** | |
22+
**CheckExcelRestriction** | **boolean** | |
23+
**UpdateSmartArt** | **boolean** | |
24+
**EncryptDocumentProperties** | **boolean** | |
25+
26+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
27+

docs/GetPublicKeyRequest.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# AsposeCellsCloud::Request::GetPublicKey
2+
3+
## Load the model package
4+
```perl
5+
use AsposeCellsCloud::Request::GetPublicKey;
6+
```
7+
8+
## Properties
9+
Name | Type | Description | Notes
10+
------------ | ------------- | ------------- | -------------
11+
12+
13+
[[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
14+

docs/GetWorkbookRequest.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Name | Type | Description | Notes
2121
**region** | **string** | The regional settings for workbook. |
2222
**page_wide_fit_on_per_sheet** | **boolean** | The page wide fit on worksheet. |
2323
**page_tall_fit_on_per_sheet** | **boolean** | The page tall fit on worksheet. |
24+
**one_page_per_sheet** | **boolean** | |
25+
**only_autofit_table** | **boolean** | |
2426
**fonts_location** | **string** | Use Custom fonts. |
2527

2628
[[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

docs/PclSaveOptions.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# AsposeCellsCloud::Object::PclSaveOptions
2+
3+
## Load the model package
4+
```perl
5+
use AsposeCellsCloud::Object::PclSaveOptions;
6+
```
7+
8+
## Properties
9+
Name | Type | Description | Notes
10+
------------ | ------------- | ------------- | -------------
11+
**fontFullName** | **string** | |
12+
**fontPclName** | **string** | |
13+
**SaveFormat** | **string** | |
14+
**CachedFileFolder** | **string** | |
15+
**ClearData** | **boolean** | |
16+
**CreateDirectory** | **boolean** | |
17+
**EnableHTTPCompression** | **boolean** | |
18+
**RefreshChartCache** | **boolean** | |
19+
**SortNames** | **boolean** | |
20+
**ValidateMergedAreas** | **boolean** | |
21+
**MergeAreas** | **boolean** | |
22+
**SortExternalNames** | **boolean** | |
23+
**CheckExcelRestriction** | **boolean** | |
24+
**UpdateSmartArt** | **boolean** | |
25+
**EncryptDocumentProperties** | **boolean** | |
26+
27+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
28+

0 commit comments

Comments
 (0)