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
Copy file name to clipboardExpand all lines: README.md
+35-17Lines changed: 35 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
-
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.
[Aspose.Cells Cloud SDK for Python](https://products.aspose.cloud/cells/python) offers Excel® file creation, manipulation, 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. Feel free to explore the [Developer's Guide](https://docs.aspose.cloud/display/cellscloud/Developer+Guide) for all usage scenarios.
3
+
4
+
# Python SDK for Spreadsheet Processing in Cloud
5
+
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.
7
+
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.
4
9
5
10
## Manipulate Excel Files in the Cloud with Python
6
11
@@ -16,11 +21,11 @@ Python Cloud SDK wraps Aspose.Cells REST API so you could seamlessly integrate M
16
21
- Convert worksheets to PDF, XPS & SVG formats.
17
22
- Inter-convert files to popular Excel formats.
18
23
19
-
## Feature & Enhancements in Version 20.9
24
+
## Enhancements in Version 20.9
20
25
21
-
-Support sparkline groups.
22
-
-Add API about updating pivot field.
23
-
-Enhancement for add chart API.
26
+
-Supported sparkline groups.
27
+
-Added API to update Pivot Fields.
28
+
-Enhanced chart API.
24
29
25
30
## Read & Write Spreadsheet Formats
26
31
@@ -29,30 +34,35 @@ Python Cloud SDK wraps Aspose.Cells REST API so you could seamlessly integrate M
Since version 19.9, SDK includes support of storage operations for better user experience and unification, so now there's no need to use 2 different SDKs!
54
+
## Integrated Storage API
45
55
46
-
It gives you an ability to:
56
+
Since version 19.9, SDK includes support of storage operations for better user experience and unification. It gives you an ability to;
47
57
48
58
- Upload, download, copy, move and delete files, including versions handling (if you are using Cloud storage that supports this feature - true by default).
49
59
- Create, copy, move and delete folders.
50
60
- Copy and move files and folders across separate storages in scope of a single operation.
51
61
- Check if certain file, folder or storage exists.
52
62
53
-
## Getting Started with Aspose.Cells Cloud SDK for Python
63
+
## Gett Started with Aspose.Cells Cloud SDK for Python
54
64
55
-
Firstly, create an account at [Aspose for Cloud](https://dashboard.aspose.cloud/#/apps) to get your application information and free quota to use the API. Now execute `pip install asposecellscloud` from the command line to get the get the SDK from PIP. The complete source code is available at [GitHub Repository](https://github.com/aspose-cells-cloud/aspose-cells-cloud-python).
65
+
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).
56
66
57
67
## Create Spreadsheet from a Template in the Cloud via Python
58
68
@@ -89,4 +99,12 @@ Firstly, create an account at [Aspose for Cloud](https://dashboard.aspose.cloud/
0 commit comments