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
Enhance your Python applications with the [Aspose.Cells Cloud SDK](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.
@@ -72,7 +72,7 @@ Full list of issues covering all changes in this release:
72
72
73
73
## Quick Start Guide
74
74
75
-
To begin with Aspose.Cells Cloud SDK, here's what you need to do:
75
+
To begin with Aspose.Cells Cloud, here's what you need to do:
76
76
77
77
1. Sign up for an account at [Aspose for Cloud](https://dashboard.aspose.cloud/#/apps) to obtain your application details.
78
78
2. Install the Aspose.Cells Cloud Python package from the [pypi](https://pypi.org/).
Copy file name to clipboardExpand all lines: setup.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,15 @@
17
17
setup(
18
18
name=NAME,
19
19
version=VERSION,
20
-
description="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.",
20
+
description="Python Cloud SDK wraps Aspose.Cells Cloud API so you could seamlessly integrate Microsoft Excel file generation, manipulation, conversion & inspection features into your own Python applications.",
long_description="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.",
28
+
long_description="Python Cloud SDK wraps Aspose.Cells Cloud API so you could seamlessly integrate Microsoft Excel file generation, manipulation, conversion & inspection features into your own Python applications.",
0 commit comments