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
@@ -10,24 +10,21 @@ To get started with Aspose.Cells Cloud for .NET, follow these steps:
10
10
11
11
1. Create an account at [Aspose for Cloud](https://dashboard.aspose.cloud/#/apps) and obtain your application information.
12
12
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
-
3. You need to set your CellsCloudClientId and CellsCloudClientSecret in the environment variables.
14
13
15
14
```csharp
16
15
namespaceAspose.Cells.Cloud.SDK.Example
17
16
{
18
17
usingAspose.Cells.Cloud.SDK.Api;
19
18
usingAspose.Cells.Cloud.SDK.Request;
20
19
usingSystem;
21
-
usingSystem.Collections.Generic;
22
-
usingSystem.IO;
23
20
24
21
publicpartialclassCellsApiExample
25
22
{
26
-
publicvoidPutConvertWorkbookHtmlExample()
23
+
publicvoidConvertSpreadsheetPDFExample()
27
24
{
25
+
//You need to set your CellsCloudClientId and CellsCloudClientSecret in the environment variables.
0 commit comments