Skip to content

Commit c78a2ac

Browse files
committed
Add Aspose.Cells Cloud 25.8 new feature to Aspose.Cells Cloud SDK.
1 parent dfc43a0 commit c78a2ac

File tree

483 files changed

+4168
-475
lines changed

Some content is hidden

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

483 files changed

+4168
-475
lines changed

HistoryVersion.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release History Version
22

3+
## Feature & Enhancements in Version 25.7
4+
5+
|**Summary**| **Category** |
6+
| :- |:-------------|
7+
| Optimize operate scope options for extProcessingController.| Improvement |
8+
| Add protect/unprotect spreadsheet APIs.| New Feature |
9+
| Add convert worksheet/table/range to other formats. | New Feature |
10+
311
## Feature & Enhancements in Version 25.6
412

513
|**Summary**| **Category** |
@@ -10,7 +18,6 @@
1018
| Optimize search broken links for remote spreadsheet features by splitting them into independent APIs, each dedicated to a specific operational area. | New Feature |
1119
| Optimize replace context for remote spreadsheet features by splitting them into independent APIs, each dedicated to a specific operational area. | New Feature |
1220

13-
1421
## Feature & Enhancements in Version 25.5
1522

1623
- Add the new API for getting the public key for encrypting the password.

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![](https://img.shields.io/badge/aspose.cells%20Cloud%20SDK-25.7-green?style=for-the-badge&logo=python) [![Product Page](https://img.shields.io/badge/Product-0288d1?style=for-the-badge&logo=Google-Chrome&logoColor=white)](https://products.aspose.cloud/cells/python/) [![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) [![PyPI](https://img.shields.io/pypi/v/asposecellscloud?style=for-the-badge)](https://pypi.org/project/asposecellscloud/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/asposecellscloud?style=for-the-badge)](https://www.python.org/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/asposecellscloud?style=for-the-badge)](https://pypi.org/project/asposecellscloud/) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-python?style=for-the-badge)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-python/blob/master/LICENSE) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells-cloud/aspose-cells-cloud-python/25.7?style=for-the-badge)
1+
![](https://img.shields.io/badge/aspose.cells%20Cloud%20SDK-25.8-green?style=for-the-badge&logo=python) [![Product Page](https://img.shields.io/badge/Product-0288d1?style=for-the-badge&logo=Google-Chrome&logoColor=white)](https://products.aspose.cloud/cells/python/) [![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) [![PyPI](https://img.shields.io/pypi/v/asposecellscloud?style=for-the-badge)](https://pypi.org/project/asposecellscloud/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/asposecellscloud?style=for-the-badge)](https://www.python.org/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/asposecellscloud?style=for-the-badge)](https://pypi.org/project/asposecellscloud/) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-python?style=for-the-badge)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-python/blob/master/LICENSE) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells-cloud/aspose-cells-cloud-python/25.8?style=for-the-badge)
22

33
# Python package for Aspose.Cells Cloud
44

@@ -92,15 +92,21 @@ cellsApi.convert_spreadsheet(ConvertSpreadsheetRequest( 'EmployeeSalesSummary.xl
9292
- Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
9393
- 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.
9494

95-
## Feature & Enhancements in Version v25.7.0
95+
## Feature & Enhancements in Version v25.8
9696

9797
Full list of issues covering all changes in this release:
9898

99-
|**Summary**| **Category** |
100-
| :- |:-------------|
101-
| Optimize operate scope options for extProcessingController.| Improvement |
102-
| Add protect/unprotect spreadsheet APIs.| New Feature |
103-
| Add convert worksheet/table/range to other formats. | New Feature |
99+
|**Summary**|**Category**|
100+
| :- | :- |
101+
| Support of Authorization in Aspose.Cells Cloud Docker Container | New Feature |
102+
| New Feature: Aggregate cells by color in CalculateController. | New Feature |
103+
| New Feature: Math Calculations in CalculateController. | New Feature |
104+
| New Feature: Adding/Deleting/Renaming worksheet in ManagementController. | New Feature |
105+
| New Feature: Adding/Deleting worksheet in ManagementController. | New Feature |
106+
| New Feature: create spreadsheet in ManagementController. | New Feature |
107+
| New feature: Redesign the data import into the Spreadsheet. | New Feature |
108+
| New feature: Swap data ranges in the spreadsheet. | New Feature |
109+
| Fix the code generator of the cells cloud SDK specification for the enum query parameter. | Bug |
104110

105111
## Available SDKs
106112

asposecellscloud/__init__.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
from asposecellscloud.models.files_upload_result import FilesUploadResult
3737
from asposecellscloud.models.storage_file import StorageFile
3838
from asposecellscloud.models.google_drive_storage_file import GoogleDriveStorageFile
39+
from asposecellscloud.models.aggregate_result_by_color import AggregateResultByColor
3940
from asposecellscloud.models.broken_link import BrokenLink
4041
from asposecellscloud.models.cell_area import CellArea
4142
from asposecellscloud.models.cells_cloud_file_info import CellsCloudFileInfo
@@ -45,6 +46,7 @@
4546
from asposecellscloud.models.range import Range
4647
from asposecellscloud.models.save_result import SaveResult
4748
from asposecellscloud.models.paginated_save_options import PaginatedSaveOptions
49+
from asposecellscloud.models.spreadsheet_template import SpreadsheetTemplate
4850
from asposecellscloud.models.text_item import TextItem
4951
from asposecellscloud.models.dbf_save_options import DbfSaveOptions
5052
from asposecellscloud.models.dif_save_options import DifSaveOptions
@@ -69,6 +71,7 @@
6971
from asposecellscloud.models.xls_save_options import XlsSaveOptions
7072
from asposecellscloud.models.xml_save_options import XmlSaveOptions
7173
from asposecellscloud.models.xps_save_options import XpsSaveOptions
74+
from asposecellscloud.models.aggregate_result_by_color_response import AggregateResultByColorResponse
7275
from asposecellscloud.models.broken_links_reponse import BrokenLinksReponse
7376
from asposecellscloud.models.cells_cloud_file_info_response import CellsCloudFileInfoResponse
7477
from asposecellscloud.models.cells_cloud_public_key_response import CellsCloudPublicKeyResponse
@@ -474,6 +477,8 @@
474477
from asposecellscloud.models.excel_data_statistics import ExcelDataStatistics
475478
from asposecellscloud.models.worksheet_data_statistics import WorksheetDataStatistics
476479

480+
from asposecellscloud.requests.aggregate_cells_by_color_request import AggregateCellsByColorRequest
481+
from asposecellscloud.requests.math_calculate_request import MathCalculateRequest
477482
from asposecellscloud.requests.post_access_token_request import PostAccessTokenRequest
478483
from asposecellscloud.requests.get_aspose_cells_cloud_status_request import GetAsposeCellsCloudStatusRequest
479484
from asposecellscloud.requests.check_cloud_service_health_request import CheckCloudServiceHealthRequest
@@ -503,7 +508,14 @@
503508
from asposecellscloud.requests.merge_remote_spreadsheet_request import MergeRemoteSpreadsheetRequest
504509
from asposecellscloud.requests.split_spreadsheet_request import SplitSpreadsheetRequest
505510
from asposecellscloud.requests.split_remote_spreadsheet_request import SplitRemoteSpreadsheetRequest
511+
from asposecellscloud.requests.import_data_into_spreadsheet_request import ImportDataIntoSpreadsheetRequest
506512
from asposecellscloud.requests.get_public_key_request import GetPublicKeyRequest
513+
from asposecellscloud.requests.create_spreadsheet_request import CreateSpreadsheetRequest
514+
from asposecellscloud.requests.add_worksheet_to_spreadsheet_request import AddWorksheetToSpreadsheetRequest
515+
from asposecellscloud.requests.delete_worksheet_from_spreadsheet_request import DeleteWorksheetFromSpreadsheetRequest
516+
from asposecellscloud.requests.rename_worksheet_in_spreadsheet_request import RenameWorksheetInSpreadsheetRequest
517+
from asposecellscloud.requests.move_worksheet_in_spreadsheet_request import MoveWorksheetInSpreadsheetRequest
518+
from asposecellscloud.requests.compress_spreadsheet_request import CompressSpreadsheetRequest
507519
from asposecellscloud.requests.protect_spreadsheet_request import ProtectSpreadsheetRequest
508520
from asposecellscloud.requests.unprotect_spreadsheet_request import UnprotectSpreadsheetRequest
509521
from asposecellscloud.requests.search_spreadsheet_content_request import SearchSpreadsheetContentRequest
@@ -523,6 +535,7 @@
523535
from asposecellscloud.requests.delete_spreadsheet_blank_rows_request import DeleteSpreadsheetBlankRowsRequest
524536
from asposecellscloud.requests.delete_spreadsheet_blank_columns_request import DeleteSpreadsheetBlankColumnsRequest
525537
from asposecellscloud.requests.delete_spreadsheet_blank_worksheets_request import DeleteSpreadsheetBlankWorksheetsRequest
538+
from asposecellscloud.requests.sawp_range_request import SawpRangeRequest
526539
from asposecellscloud.requests.download_file_request import DownloadFileRequest
527540
from asposecellscloud.requests.upload_file_request import UploadFileRequest
528541
from asposecellscloud.requests.copy_file_request import CopyFileRequest

asposecellscloud/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def __init__(self, host=None, header_name=None, header_value=None, cookie=None):
8888
self.host = host
8989
self.cookie = cookie
9090
# Set default User-Agent.
91-
self.user_agent = 'Aspose.Cells.Cloud/25.7/python'
91+
self.user_agent = 'Aspose.Cells.Cloud/25.8/python'
9292

9393
@property
9494
def user_agent(self):

0 commit comments

Comments
 (0)