Skip to content

Commit ddc3510

Browse files
committed
ISSUE-CELLSCLOUD-13424: Development of cells cloud sdk 25.9.
1 parent 565c42c commit ddc3510

File tree

498 files changed

+1824
-2032
lines changed

Some content is hidden

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

498 files changed

+1824
-2032
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Release History Version
22

3+
## Feature & Enhancements in Version v25.8
4+
5+
|**Summary**|**Category**|
6+
| :- | :- |
7+
| Support of Authorization in Aspose.Cells Cloud Docker Container | New Feature |
8+
| New Feature: Aggregate cells by color in CalculateController. | New Feature |
9+
| New Feature: Math Calculations in CalculateController. | New Feature |
10+
| New Feature: Adding/Deleting/Renaming worksheet in ManagementController. | New Feature |
11+
| New Feature: Adding/Deleting worksheet in ManagementController. | New Feature |
12+
| New Feature: create spreadsheet in ManagementController. | New Feature |
13+
| New feature: Redesign the data import into the Spreadsheet. | New Feature |
14+
| New feature: Swap data ranges in the spreadsheet. | New Feature |
15+
| Fix the code generator of the cells cloud SDK specification for the enum query parameter. | Bug |
16+
317
## Feature & Enhancements in Version 25.7
418

519
|**Summary**| **Category** |

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
1+
![](https://img.shields.io/badge/aspose.cells%20Cloud%20SDK-25.9-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.9?style=for-the-badge)
22

33
# Python package for Aspose.Cells Cloud
44

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

94-
## Feature & Enhancements in Version v25.8
94+
## Feature & Enhancements in Version v25.9
9595

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

9898
|**Summary**|**Category**|
9999
| :- | :- |
100-
| Support of Authorization in Aspose.Cells Cloud Docker Container | New Feature |
101-
| New Feature: Aggregate cells by color in CalculateController. | New Feature |
102-
| New Feature: Math Calculations in CalculateController. | New Feature |
103-
| New Feature: Adding/Deleting/Renaming worksheet in ManagementController. | New Feature |
104-
| New Feature: Adding/Deleting worksheet in ManagementController. | New Feature |
105-
| New Feature: create spreadsheet in ManagementController. | New Feature |
106-
| New feature: Redesign the data import into the Spreadsheet. | New Feature |
107-
| New feature: Swap data ranges in the spreadsheet. | New Feature |
108-
| Fix the code generator of the cells cloud SDK specification for the enum query parameter. | Bug |
100+
| Support trim spreadsheet content in Cells Cloud 4.0. | Improvement |
101+
| Support trim worksheet range content in Cells Cloud 4.0. | Improvement |
102+
| Fix few issues about spelling error. | Bug |
109103

110104
## Available SDKs
111105

asposecellscloud/__init__.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
from asposecellscloud.models.xml_save_options import XmlSaveOptions
7373
from asposecellscloud.models.xps_save_options import XpsSaveOptions
7474
from asposecellscloud.models.aggregate_result_by_color_response import AggregateResultByColorResponse
75-
from asposecellscloud.models.broken_links_reponse import BrokenLinksReponse
75+
from asposecellscloud.models.broken_links_response import BrokenLinksResponse
7676
from asposecellscloud.models.cells_cloud_file_info_response import CellsCloudFileInfoResponse
7777
from asposecellscloud.models.cells_cloud_public_key_response import CellsCloudPublicKeyResponse
7878
from asposecellscloud.models.cells_cloud_response import CellsCloudResponse
@@ -488,6 +488,8 @@
488488
from asposecellscloud.requests.export_table_as_format_request import ExportTableAsFormatRequest
489489
from asposecellscloud.requests.export_range_as_format_request import ExportRangeAsFormatRequest
490490
from asposecellscloud.requests.convert_spreadsheet_request import ConvertSpreadsheetRequest
491+
from asposecellscloud.requests.convert_spreadsheet_to_pdf_request import ConvertSpreadsheetToPdfRequest
492+
from asposecellscloud.requests.convert_spreadsheet_to_csv_request import ConvertSpreadsheetToCsvRequest
491493
from asposecellscloud.requests.convert_worksheet_to_image_request import ConvertWorksheetToImageRequest
492494
from asposecellscloud.requests.convert_worksheet_to_pdf_request import ConvertWorksheetToPdfRequest
493495
from asposecellscloud.requests.convert_table_to_image_request import ConvertTableToImageRequest
@@ -532,10 +534,12 @@
532534
from asposecellscloud.requests.search_broken_links_in_remote_range_request import SearchBrokenLinksInRemoteRangeRequest
533535
from asposecellscloud.requests.spec_request import SpecRequest
534536
from asposecellscloud.requests.codegen_spec_request import CodegenSpecRequest
537+
from asposecellscloud.requests.trim_spreadsheet_content_request import TrimSpreadsheetContentRequest
538+
from asposecellscloud.requests.trim_worksheet_range_request import TrimWorksheetRangeRequest
535539
from asposecellscloud.requests.delete_spreadsheet_blank_rows_request import DeleteSpreadsheetBlankRowsRequest
536540
from asposecellscloud.requests.delete_spreadsheet_blank_columns_request import DeleteSpreadsheetBlankColumnsRequest
537541
from asposecellscloud.requests.delete_spreadsheet_blank_worksheets_request import DeleteSpreadsheetBlankWorksheetsRequest
538-
from asposecellscloud.requests.sawp_range_request import SawpRangeRequest
542+
from asposecellscloud.requests.swap_range_request import SwapRangeRequest
539543
from asposecellscloud.requests.download_file_request import DownloadFileRequest
540544
from asposecellscloud.requests.upload_file_request import UploadFileRequest
541545
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.8/python'
91+
self.user_agent = 'Aspose.Cells.Cloud/25.9/python'
9292

9393
@property
9494
def user_agent(self):

0 commit comments

Comments
 (0)