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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,7 @@ Enhance your .NET applications with the [Aspose.Cells Cloud](https://products.as
7
7
## Quick Start Guide
8
8
9
9
To get started with Aspose.Cells Cloud for .NET, follow these steps:
10
-
11
-
1. Create an account at [Aspose for Cloud](https://dashboard.aspose.cloud/#/apps) and obtain your CellsCloudClientId and CellsCloudClientSecret.
10
+
1. Create an account at [Aspose for Cloud](https://dashboard.aspose.cloud/#/apps) and obtain your ”Client Id" and "Client Secret".
12
11
2. execute `Install-Package Aspose.Cells-Cloud` from the Package Manager Console in Visual Studio to fetch & reference Aspose.Cells Cloud SDK assembly in your project.If you already have Aspose.Cells Cloud for .NET and want to upgrade it, please execute `Update-Package Aspose.Cells-Cloud` to get the latest version.
13
12
14
13
```csharp
@@ -22,8 +21,9 @@ To get started with Aspose.Cells Cloud for .NET, follow these steps:
22
21
{
23
22
publicvoidConvertSpreadsheetPDFExample()
24
23
{
25
-
//You need to set your CellsCloudClientId and CellsCloudClientSecret in the environment variables.
0 commit comments