Skip to content

Commit 19f8434

Browse files
committed
Release Aspose.Cells Cloud SDK 20.7
1 parent 2230277 commit 19f8434

26 files changed

+159
-623
lines changed

Aspose.Cells.Cloud.SDK.Test/Api/CellsApiTests.cs

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,11 @@
1-
/*
2-
* Web API Swagger specification
3-
*
4-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5-
*
6-
* OpenAPI spec version: 1.0
7-
*
8-
* Generated by: https://github.com/swagger-api/swagger-codegen.git
9-
*/
10-
11-
using System;
12-
using System.Collections.Generic;
13-
using NUnit.Framework;
14-
using Aspose.Cells.Cloud.SDK.Api;
15-
using Aspose.Cells.Cloud.SDK.Model;
161

172
namespace Aspose.Cells.Cloud.SDK.Test
183
{
4+
using System;
5+
using System.Collections.Generic;
6+
using NUnit.Framework;
7+
using Aspose.Cells.Cloud.SDK.Api;
8+
using Aspose.Cells.Cloud.SDK.Model;
199
/// <summary>
2010
/// Class for testing CellsApi
2111
/// </summary>
@@ -756,6 +746,7 @@ public void CellsPostWorksheetCellSetValueTest(string Value, string Type, string
756746
string type = Type;
757747
string formula = Formula;
758748
string folder = TEMPFOLDER;
749+
UpdateDataFile(instance, TEMPFOLDER, BOOK1);
759750
var response = instance.CellsPostWorksheetCellSetValue(name, sheetName, cellName, value, type, formula, folder);
760751
Assert.IsInstanceOf<CellResponse>(response, "response is CellResponse");
761752
Assert.AreEqual(response.Status, "OK");

Aspose.Cells.Cloud.SDK.Test/Api/CellsApiV11.cs

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using NUnit.Framework;
4-
using Aspose.Cells.Cloud.SDK.Api;
5-
using Aspose.Cells.Cloud.SDK.Model;
6-
7-
namespace Aspose.Cells.Cloud.SDK.Test
1+
namespace Aspose.Cells.Cloud.SDK.Test
82
{
3+
using NUnit.Framework;
4+
using Aspose.Cells.Cloud.SDK.Api;
5+
using Aspose.Cells.Cloud.SDK.Model;
6+
97
/// <summary>
108
/// Class for testing CellsApi
119
/// </summary>

Aspose.Cells.Cloud.SDK.Test/Api/CellsAutoFilterApiTests.cs

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
1-
/*
2-
* Web API Swagger specification
3-
*
4-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5-
*
6-
* OpenAPI spec version: 1.0
7-
*
8-
* Generated by: https://github.com/swagger-api/swagger-codegen.git
9-
*/
10-
11-
using NUnit.Framework;
12-
using Aspose.Cells.Cloud.SDK.Api;
13-
using Aspose.Cells.Cloud.SDK.Model;
14-
151
namespace Aspose.Cells.Cloud.SDK.Test
162
{
3+
using NUnit.Framework;
4+
using Aspose.Cells.Cloud.SDK.Api;
5+
using Aspose.Cells.Cloud.SDK.Model;
6+
177
/// <summary>
188
/// Class for testing CellsAutoFilterApi
199
/// </summary>

Aspose.Cells.Cloud.SDK.Test/Api/CellsAutoshapesApiTests.cs

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
1-
/*
2-
* Web API Swagger specification
3-
*
4-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5-
*
6-
* OpenAPI spec version: 1.0
7-
*
8-
* Generated by: https://github.com/swagger-api/swagger-codegen.git
9-
*/
10-
11-
using NUnit.Framework;
12-
using Aspose.Cells.Cloud.SDK.Api;
13-
using Aspose.Cells.Cloud.SDK.Model;
14-
151
namespace Aspose.Cells.Cloud.SDK.Test
162
{
3+
4+
using NUnit.Framework;
5+
using Aspose.Cells.Cloud.SDK.Api;
6+
using Aspose.Cells.Cloud.SDK.Model;
7+
8+
179
/// <summary>
1810
/// Class for testing CellsAutoshapesApi
1911
/// </summary>

Aspose.Cells.Cloud.SDK.Test/Api/CellsChartAreaApiTests.cs

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,10 @@
1-
/*
2-
* Web API Swagger specification
3-
*
4-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5-
*
6-
* OpenAPI spec version: 1.0
7-
*
8-
* Generated by: https://github.com/swagger-api/swagger-codegen.git
9-
*/
10-
11-
using System;
12-
using System.IO;
13-
using System.Collections.Generic;
14-
using System.Collections.ObjectModel;
15-
using System.Linq;
16-
using System.Reflection;
17-
using RestSharp;
18-
using NUnit.Framework;
19-
20-
using Aspose.Cells.Cloud.SDK.Client;
21-
using Aspose.Cells.Cloud.SDK.Api;
22-
using Aspose.Cells.Cloud.SDK.Model;
231

242
namespace Aspose.Cells.Cloud.SDK.Test
253
{
4+
using NUnit.Framework;
5+
using Aspose.Cells.Cloud.SDK.Api;
6+
using Aspose.Cells.Cloud.SDK.Model;
7+
268
/// <summary>
279
/// Class for testing CellsChartAreaApi
2810
/// </summary>

Aspose.Cells.Cloud.SDK.Test/Api/CellsChartsApiTests.cs

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,10 @@
1-
/*
2-
* Web API Swagger specification
3-
*
4-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5-
*
6-
* OpenAPI spec version: 1.0
7-
*
8-
* Generated by: https://github.com/swagger-api/swagger-codegen.git
9-
*/
10-
11-
using System;
12-
using System.IO;
13-
using System.Collections.Generic;
14-
using System.Collections.ObjectModel;
15-
using System.Linq;
16-
using System.Reflection;
17-
using RestSharp;
18-
using NUnit.Framework;
19-
20-
using Aspose.Cells.Cloud.SDK.Client;
21-
using Aspose.Cells.Cloud.SDK.Api;
22-
using Aspose.Cells.Cloud.SDK.Model;
23-
241
namespace Aspose.Cells.Cloud.SDK.Test
252
{
3+
using NUnit.Framework;
4+
using Aspose.Cells.Cloud.SDK.Api;
5+
using Aspose.Cells.Cloud.SDK.Model;
6+
7+
268
/// <summary>
279
/// Class for testing CellsChartsApi
2810
/// </summary>

Aspose.Cells.Cloud.SDK.Test/Api/CellsConditionalFormattingsApiTests.cs

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,9 @@
1-
/*
2-
* Web API Swagger specification
3-
*
4-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5-
*
6-
* OpenAPI spec version: 1.0
7-
*
8-
* Generated by: https://github.com/swagger-api/swagger-codegen.git
9-
*/
10-
11-
using System;
12-
using System.IO;
13-
using System.Collections.Generic;
14-
using System.Collections.ObjectModel;
15-
using System.Linq;
16-
using System.Reflection;
17-
using RestSharp;
18-
using NUnit.Framework;
19-
20-
using Aspose.Cells.Cloud.SDK.Client;
21-
using Aspose.Cells.Cloud.SDK.Api;
22-
using Aspose.Cells.Cloud.SDK.Model;
23-
241
namespace Aspose.Cells.Cloud.SDK.Test
252
{
3+
using NUnit.Framework;
4+
using Aspose.Cells.Cloud.SDK.Api;
5+
using Aspose.Cells.Cloud.SDK.Model;
6+
267
/// <summary>
278
/// Class for testing CellsConditionalFormattingsApi
289
/// </summary>

Aspose.Cells.Cloud.SDK.Test/Api/CellsHypelinksApiTests.cs

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,9 @@
1-
/*
2-
* Web API Swagger specification
3-
*
4-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5-
*
6-
* OpenAPI spec version: 1.0
7-
*
8-
* Generated by: https://github.com/swagger-api/swagger-codegen.git
9-
*/
10-
11-
using System;
12-
using System.IO;
13-
using System.Collections.Generic;
14-
using System.Collections.ObjectModel;
15-
using System.Linq;
16-
using System.Reflection;
17-
using RestSharp;
18-
using NUnit.Framework;
19-
20-
using Aspose.Cells.Cloud.SDK.Client;
21-
using Aspose.Cells.Cloud.SDK.Api;
22-
using Aspose.Cells.Cloud.SDK.Model;
23-
241
namespace Aspose.Cells.Cloud.SDK.Test
252
{
3+
using NUnit.Framework;
4+
using Aspose.Cells.Cloud.SDK.Api;
5+
using Aspose.Cells.Cloud.SDK.Model;
6+
267
/// <summary>
278
/// Class for testing CellsHypelinksApi
289
/// </summary>

Aspose.Cells.Cloud.SDK.Test/Api/CellsListObjectsApiTests.cs

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,11 @@
1-
/*
2-
* Web API Swagger specification
3-
*
4-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5-
*
6-
* OpenAPI spec version: 1.0
7-
*
8-
* Generated by: https://github.com/swagger-api/swagger-codegen.git
9-
*/
10-
11-
using System;
12-
using System.IO;
13-
using System.Collections.Generic;
14-
using System.Collections.ObjectModel;
15-
using System.Linq;
16-
using System.Reflection;
17-
using RestSharp;
18-
using NUnit.Framework;
19-
20-
using Aspose.Cells.Cloud.SDK.Client;
21-
using Aspose.Cells.Cloud.SDK.Api;
22-
using Aspose.Cells.Cloud.SDK.Model;
231

242
namespace Aspose.Cells.Cloud.SDK.Test
253
{
4+
using NUnit.Framework;
5+
using Aspose.Cells.Cloud.SDK.Api;
6+
using Aspose.Cells.Cloud.SDK.Model;
7+
using System.Collections.Generic;
8+
269
/// <summary>
2710
/// Class for testing CellsListObjectsApi
2811
/// </summary>

Aspose.Cells.Cloud.SDK.Test/Api/CellsOleObjectsApiTests.cs

Lines changed: 7 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,9 @@
1-
/*
2-
* Web API Swagger specification
3-
*
4-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5-
*
6-
* OpenAPI spec version: 1.0
7-
*
8-
* Generated by: https://github.com/swagger-api/swagger-codegen.git
9-
*/
10-
11-
using System;
12-
using System.IO;
13-
using System.Collections.Generic;
14-
using System.Collections.ObjectModel;
15-
using System.Linq;
16-
using System.Reflection;
17-
using RestSharp;
18-
using NUnit.Framework;
19-
20-
using Aspose.Cells.Cloud.SDK.Client;
21-
using Aspose.Cells.Cloud.SDK.Api;
22-
using Aspose.Cells.Cloud.SDK.Model;
23-
241
namespace Aspose.Cells.Cloud.SDK.Test
252
{
3+
using NUnit.Framework;
4+
using Aspose.Cells.Cloud.SDK.Api;
5+
using Aspose.Cells.Cloud.SDK.Model;
6+
267
/// <summary>
278
/// Class for testing CellsOleObjectsApi
289
/// </summary>
@@ -166,9 +147,9 @@ public void CellsOleObjectsPutWorksheetOleObjectTest()
166147
oleObject.SourceFullName = oleFile;
167148
oleObject = null;
168149
UpdateDataFile(instance,folder, name);
169-
UpdateDataFile(instance, oleFile);
170-
UpdateDataFile(instance, imageFile);
171-
var response = instance.CellsOleObjectsPutWorksheetOleObject(name, sheetName, oleObject, upperLeftRow, upperLeftColumn, height, width, oleFile, imageFile, folder);
150+
UpdateDataFile(instance, folder, oleFile);
151+
UpdateDataFile(instance, folder, imageFile);
152+
var response = instance.CellsOleObjectsPutWorksheetOleObject(name, sheetName, oleObject, upperLeftRow, upperLeftColumn, height, width, folder +"\\" + oleFile, folder + "\\" + imageFile, folder);
172153
Assert.IsInstanceOf<OleObjectResponse>(response, "response is OleObjectResponse");
173154
Assert.AreEqual(response.Code, 200);
174155
}

0 commit comments

Comments
 (0)