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 for Python enables you to handle various aspects of Excel files, including cell data, styles, formulas, charts, pivot tables, data validation, comments, drawing objects, images, hyperlinks, and so on. Additionally, it supports operations such as splitting, merging, repairing, and converting to other compatible file formats.
4
4
5
5
# Python package for Aspose.Cells Cloud
6
6
7
-
8
7
Enhance your Python applications with the [Aspose.Cells Cloud](https://products.aspose.cloud/cells/python) , enabling seamless integration with [Excel, ODS, CSV, Json and other spreadsheet document formats](https://docs.aspose.cloud/cells/supported-file-formats/). With its powerful APIs, developers can effortlessly read, convert, create, edit, and manipulate the contents of Excel documents without the need for any office software installed on the machine.
9
8
10
-
11
9
## Manipulate Excel and other spreadsheet files in the Cloud
12
10
13
11
- File Manipulation: Users can upload, download, delete, and manage Excel files stored in the cloud.
@@ -21,14 +19,12 @@ Enhance your Python applications with the [Aspose.Cells Cloud](https://products.
21
19
- Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
22
20
- 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.
23
21
24
-
25
-
## Feature & Enhancements in Version 24.5
22
+
## Feature & Enhancements in Version 24.6
26
23
27
24
Full list of issues covering all changes in this release:
28
25
29
-
- Add merge queries method for loading data of data transformation.
30
-
- Optimize chart data model.
31
-
26
+
- Optimize load data function of data transformation.
27
+
- Optimize the data conversion applied steps.
32
28
33
29
## Support file format
34
30
@@ -79,10 +75,10 @@ To begin with Aspose.Cells Cloud, here's what you need to do:
79
75
```bash
80
76
pip install asposecellscloud
81
77
```
82
-
3. Use the conversion code provided below as a reference to add or modify your application.
83
78
79
+
3. Use the conversion code provided below as a reference to add or modify your application.
0 commit comments