Skip to content

Commit 4a0cb21

Browse files
authored
Standardized readme.md
1 parent d360d7c commit 4a0cb21

File tree

1 file changed

+35
-17
lines changed

1 file changed

+35
-17
lines changed

README.md

Lines changed: 35 additions & 17 deletions
Original file line numberDiff line numberDiff 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.
1+
![](https://img.shields.io/badge/REST%20API-v3.0-lightgrey) ![PyPI](https://img.shields.io/pypi/v/asposecellscloud) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/asposecellscloud) ![PyPI - Downloads](https://img.shields.io/pypi/dm/asposecellscloud) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-python)](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/20.9)
22

3-
[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.
49

510
## Manipulate Excel Files in the Cloud with Python
611

@@ -16,11 +21,11 @@ Python Cloud SDK wraps Aspose.Cells REST API so you could seamlessly integrate M
1621
- Convert worksheets to PDF, XPS & SVG formats.
1722
- Inter-convert files to popular Excel formats.
1823

19-
## Feature & Enhancements in Version 20.9
24+
## Enhancements in Version 20.9
2025

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.
2429

2530
## Read & Write Spreadsheet Formats
2631

@@ -29,30 +34,35 @@ Python Cloud SDK wraps Aspose.Cells REST API so you could seamlessly integrate M
2934
**SpreadsheetML:** XML
3035
**Text:** CSV, TSV, TXT (TabDelimited)
3136
**Web:** HTML, MHTML
32-
**PDF**
3337

34-
## Save Spreadsheet As
38+
## Save Spreadsheets As
3539

36-
DIF, HTML, MHTML,PNG,JPG, TIFF, XPS, SVG, MD (Markdown), ODS ,xlsx,xls,xlsb, PDF,XML,TXT,CSV
40+
**Microsoft Excel:** XLS, XLSX, XLSB
41+
**OpenOffice:** ODS
42+
**SpreadsheetML:** XML
43+
**Text:** CSV, TSV, TXT (TabDelimited)
44+
**Web:** HTML, MHTML
45+
**Fixed Layout:** PDF, XPS
46+
**Images:** PNG, JPG, TIFF, SVG
47+
**Markdown:** MD
48+
**Other:** DIF
3749

38-
## Read Spreadsheet Formats
50+
## Read Other Formats
3951

4052
SXC, FODS
4153

42-
## Storage API Support
43-
44-
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
4555

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;
4757

4858
- Upload, download, copy, move and delete files, including versions handling (if you are using Cloud storage that supports this feature - true by default).
4959
- Create, copy, move and delete folders.
5060
- Copy and move files and folders across separate storages in scope of a single operation.
5161
- Check if certain file, folder or storage exists.
5262

53-
## Getting Started with Aspose.Cells Cloud SDK for Python
63+
## Gett Started with Aspose.Cells Cloud SDK for Python
5464

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).
5666

5767
## Create Spreadsheet from a Template in the Cloud via Python
5868

@@ -89,4 +99,12 @@ Firstly, create an account at [Aspose for Cloud](https://dashboard.aspose.cloud/
8999
# self.assertEqual(result.code,200)
90100
```
91101

92-
[Product Page](https://products.aspose.cloud/cells/python) | [Documentation](https://docs.aspose.cloud/cells/) | [Live Demo](https://products.aspose.app/cells/family) | [API Reference](https://apireference.aspose.cloud/cells/) | [Code Samples](https://github.com/aspose-cells-cloud/aspose-cells-cloud-python) | [Blog](https://blog.aspose.cloud/category/cells/) | [Free Support](https://forum.aspose.cloud/c/cells) | [Free Trial](https://dashboard.aspose.cloud/#/apps)
102+
## Aspose.Cells Cloud SDKs in Popular Languages
103+
104+
| .NET | Java | PHP | Ruby | Node.js | Android | Swift | Perl | GO |
105+
|---|---|---|---|---|---|---|---|---|
106+
| [GitHub](https://github.com/aspose-cells-cloud/aspose-cells-cloud-dotnet) | [GitHub](https://github.com/aspose-cells-cloud/aspose-cells-cloud-java) | [GitHub](https://github.com/aspose-cells-cloud/aspose-cells-cloud-php) | [GitHub](https://github.com/aspose-cells-cloud/aspose-cells-cloud-ruby) | [GitHub](https://github.com/aspose-cells-cloud/aspose-cells-cloud-node) | [GitHub](https://github.com/aspose-cells-cloud/aspose-cells-cloud-android) | [GitHub](https://github.com/aspose-cells-cloud/aspose-cells-cloud-swift) | [GitHub](https://github.com/aspose-cells-cloud/aspose-cells-cloud-perl) | [GitHub](https://github.com/aspose-cells-cloud/aspose-cells-cloud-go) |
107+
| [NuGet](https://www.nuget.org/packages/Aspose.Cells-Cloud/) | [Maven](https://repository.aspose.cloud/webapp/#/artifacts/browse/tree/General/repo/com/aspose/aspose-cells-cloud) | [Composer](https://packagist.org/packages/aspose/cells-sdk-php) | [GEM](https://rubygems.org/gems/aspose_cells_cloud) | [NPM](https://www.npmjs.com/package/asposecellscloud) | [Maven](https://repository.aspose.cloud/webapp/#/artifacts/browse/tree/General/repo/com/aspose/aspose-cells-cloud-android) | [POD](https://cocoapods.org/pods/AsposeCellsCloud) | [CPAN](https://metacpan.org/release/AsposeCellsCloud-CellsApi) | [GO](https://pkg.go.dev/github.com/aspose-cells-cloud/aspose-cells-cloud-go/v20?tab=overview) |
108+
109+
110+
[Product Page](https://products.aspose.cloud/cells/python) | [Documentation](https://docs.aspose.cloud/cells/) | [Live Demo](https://products.aspose.app/cells/family) | [API Reference](https://apireference.aspose.cloud/cells/) | [Code Samples](https://github.com/aspose-cells-cloud/aspose-cells-cloud-python/tree/master/test) | [Blog](https://blog.aspose.cloud/category/cells/) | [Free Support](https://forum.aspose.cloud/c/cells) | [Free Trial](https://dashboard.aspose.cloud/#/apps)

0 commit comments

Comments
 (0)