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
Aspose.Cells Cloud SDK for Python 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.
5
5
@@ -31,32 +31,11 @@ from asposecellscloud.requests import *
31
31
32
32
api = CellsApi(os.getenv('CellsCloudClientId'),os.getenv('CellsCloudClientSecret'),"v3.0",os.getenv('CellsCloudApiBaseUrl'))
Full list of issues covering all changes in this release:
42
-
43
-
|**Summary**|**Category**|
44
-
| :- | :- |
45
-
| New API for Comprehensive Formula Error Checks in Excel Workbooks | New Feature |
46
-
| New API for External Reference Checks in Excel Workbooks | New Feature |
47
-
48
-
## Manipulate Excel and other spreadsheet files in the Cloud
49
-
50
-
- File Manipulation: Users can upload, download, delete, and manage Excel files stored in the cloud.
51
-
- Formatting: Supports formatting of cells, fonts, colors, and alignment modes in Excel files to cater to users' specific requirements.
52
-
- Data Processing: Powerful functions for data processing including reading, writing, modifying cell data, performing formula calculations, and formatting data.
53
-
- Formula Calculation: Built-in formula engine handles complex formula calculations in Excel and returns accurate results.
54
-
- Chart Manipulation: Users can create, edit, and delete charts from Excel files for data analysis and visualization needs.
55
-
- Table Processing: Offers robust processing capabilities for various form operations such as creation, editing, formatting, and conversion, meeting diverse form processing needs.
56
-
- Data Verification: Includes data verification function to set cell data type, range, uniqueness, ensuring data accuracy and integrity.
57
-
- Batch Processing: Supports batch processing of multiple Excel documents, such as batch format conversion, data extraction, and style application..
58
-
- Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
59
-
- 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.
60
39
61
40
## Support file format
62
41
@@ -72,12 +51,10 @@ Full list of issues covering all changes in this release:
72
51
|[XLAM](https://docs.fileformat.com/spreadsheet/xlam/)|An Excel Macro-Enabled Add-In file that's used to add new functions to Excel.||√|
|SpreadsheetML|Excel 2003 XML file.|√|√|
81
58
|[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.|√||
@@ -95,15 +72,61 @@ Full list of issues covering all changes in this release:
95
72
|[FODS](https://docs.fileformat.com/spreadsheet/fods/)|This is an Open Document format stored as flat XML.|√|√|
96
73
|[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.||√|
97
74
|[PPTX](https://docs.fileformat.com/presentation/pptx/)|The PPTX format is based on the Microsoft PowerPoint open XML presentation file format.||√|
## 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 public key about encrypt password. | New Feature |
107
+
| Optimize convert workbook feature: Add auto fit row parameter. | Improvement |
108
+
| Optimize auto fit rows for worksheet. | Improvement |
109
+
| Optimize auto fit rows for worksheet: Add firstColumn and lastColumn. | Improvement |
110
+
111
+
112
+
## Available SDKs
113
+
114
+
The Aspose.Cells Cloud SDK is available in multiple popular programming languages, enabling developers to integrate spreadsheet processing capabilities across various development environments.
0 commit comments