Skip to content

Commit a5a52a1

Browse files
committed
Update readme 2.
1 parent b656dcb commit a5a52a1

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33

44
# Python SDK for Spreadsheet Processing in Cloud
55

6-
Python Cloud SDK wraps Aspose.Cells REST API so you could seamlessly integrate Microsoft Excel® spreadsheet generation, manipulation, conversion & inspection features into your own Python applications.
6+
The Python Cloud SDK wraps the Aspose.Cells REST API, enabling seamless integration of Microsoft Excel® spreadsheet generation, manipulation, conversion, and inspection features into Python applications.
7+
8+
With [Aspose.Cells Cloud SDK for Python](https://products.aspose.cloud/cells/python), developers can perform a wide range of tasks, including Excel® file creation, editing, conversion, and rendering. They can format worksheets, rows, columns, or cells at a granular level, create and manipulate charts and pivot tables, render worksheets, charts, and specific data ranges to PDF and images, add and calculate Excel's built-in and custom formulas, and much more.
9+
710

8-
[Aspose.Cells Cloud SDK for Python](https://products.aspose.cloud/cells/python) offers Excel® file creation, editing, conversion, & rendering. Developers can format worksheets, rows, columns or cells to the most granular level, create & manipulate chart & pivot tables, render worksheets, charts and specific data ranges to PDF & images, add & calculate Excel's built-in and custom formulas and much more.
911

1012
## Manipulate Excel Files in the Cloud with Python
1113

@@ -65,16 +67,20 @@ SXC, FODS
6567

6668
## Integrated Storage API
6769

68-
Since version 19.9, SDK includes support of storage operations for better user experience and unification. It gives you an ability to;
70+
Since version 19.9, the SDK includes support for storage operations, enhancing user experience and unification. It provides the following capabilities:
6971

70-
- Upload, download, copy, move and delete files, including versions handling (if you are using Cloud storage that supports this feature - true by default).
71-
- Create, copy, move and delete folders.
72-
- Copy and move files and folders across separate storages in scope of a single operation.
73-
- Check if certain file, folder or storage exists.
72+
- Upload, download, copy, move, and delete files, including handling versions (if supported by the cloud storage provider, defaulting to true).
73+
- Create, copy, move, and delete folders.
74+
- Copy and move files and folders across different storages in a single operation.
75+
- Check the existence of specific files, folders, or storage locations.
76+
7477

7578
## Gett Started with Aspose.Cells Cloud SDK for Python
7679

77-
Firstly, create an account at [Aspose for Cloud](https://dashboard.aspose.cloud/#/apps) to get your application information. Next, execute `pip install asposecellscloud` from the command line to get the SDK from PIP. The complete source code is also available at [GitHub Repository](https://github.com/aspose-cells-cloud/aspose-cells-cloud-python).
80+
1. Create an account at Aspose for Cloud to obtain your application information.
81+
2. Execute `pip install asposecellscloud` from the command line to install the SDK from PIP.
82+
3. The complete source code is also available at the GitHub Repository.
83+
7884

7985
## Create Spreadsheet from a Template in the Cloud via Python
8086

0 commit comments

Comments
 (0)