Skip to content

Commit e419681

Browse files
committed
Add delete blank rows/columns/worksheet, optimize search and replace features.
1 parent 1b5a081 commit e419681

File tree

449 files changed

+22459
-2753
lines changed

Some content is hidden

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

449 files changed

+22459
-2753
lines changed

Aspose.Cells.Cloud.SDK/Api/CellsApi.cs

Lines changed: 345 additions & 30 deletions
Large diffs are not rendered by default.

Aspose.Cells.Cloud.SDK/Api/CellsApiExtension.cs

Lines changed: 0 additions & 218 deletions
This file was deleted.

Aspose.Cells.Cloud.SDK/Infrastructure/Invoker/ApiInvoker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ internal class ApiInvoker
5050
internal ApiInvoker(List<IRequestHandler> requestHandlers)
5151
{
5252
this.AddDefaultHeader(AsposeClientHeaderName, ".net sdk");
53-
this.AddDefaultHeader(AsposeClientVersionHeaderName, "25.5.4");
53+
this.AddDefaultHeader(AsposeClientVersionHeaderName, "25.6.1");
5454
this.requestHandlers = requestHandlers;
5555
}
5656

0 commit comments

Comments
 (0)