Skip to content

Commit a60ce44

Browse files
committed
Release Aspose.Cells Cloud SDK 25.1.0
1 parent 9020f0d commit a60ce44

File tree

883 files changed

+1919
-1544
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

883 files changed

+1919
-1544
lines changed

Aspose.Cells.Cloud.SDK.Examples/ExamplePutWorksheetPivotTableFilter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
var filter = new PivotFilter()
1717
{
18-
FieldIndex = 1,
18+
FieldIndex = 0,
1919
FilterType = "Count"
2020
};
2121
var request = new PutWorksheetPivotTableFilterRequest(

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright company="Aspose" file="AutoFilterControllerTests.cs">
3-
// Copyright (c) 2024 Aspose.Cells Cloud
3+
// Copyright (c) 2025 Aspose.Cells Cloud
44
// </copyright>
55
// <summary>
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright company="Aspose" file="BatchControllerTests.cs">
3-
// Copyright (c) 2024 Aspose.Cells Cloud
3+
// Copyright (c) 2025 Aspose.Cells Cloud
44
// </copyright>
55
// <summary>
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright company="Aspose" file="CellsControllerTests.cs">
3-
// Copyright (c) 2024 Aspose.Cells Cloud
3+
// Copyright (c) 2025 Aspose.Cells Cloud
44
// </copyright>
55
// <summary>
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright company="Aspose" file="CellsStatusControllerTests.cs">
3-
// Copyright (c) 2024 Aspose.Cells Cloud
3+
// Copyright (c) 2025 Aspose.Cells Cloud
44
// </copyright>
55
// <summary>
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright company="Aspose" file="ChartAreaControllerTests.cs">
3-
// Copyright (c) 2024 Aspose.Cells Cloud
3+
// Copyright (c) 2025 Aspose.Cells Cloud
44
// </copyright>
55
// <summary>
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright company="Aspose" file="ChartsControllerTests.cs">
3-
// Copyright (c) 2024 Aspose.Cells Cloud
3+
// Copyright (c) 2025 Aspose.Cells Cloud
44
// </copyright>
55
// <summary>
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright company="Aspose" file="ConditionalFormattingsControllerTests.cs">
3-
// Copyright (c) 2024 Aspose.Cells Cloud
3+
// Copyright (c) 2025 Aspose.Cells Cloud
44
// </copyright>
55
// <summary>
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright company="Aspose" file="DataProcessingControllerTests.cs">
3-
// Copyright (c) 2024 Aspose.Cells Cloud
3+
// Copyright (c) 2025 Aspose.Cells Cloud
44
// </copyright>
55
// <summary>
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright company="Aspose" file="FileControllerTests.cs">
3-
// Copyright (c) 2024 Aspose.Cells Cloud
3+
// Copyright (c) 2025 Aspose.Cells Cloud
44
// </copyright>
55
// <summary>
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

0 commit comments

Comments
 (0)