Skip to content

Commit 272d4b4

Browse files
committed
2 parents e379b72 + e7f2914 commit 272d4b4

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

.github/workflows/sdkbuild2run.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# This workflow will build a .NET project
2-
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
3-
41
name: .NET
52

63
on:
@@ -11,23 +8,29 @@ on:
118

129
jobs:
1310
build:
14-
1511
runs-on: windows-latest
1612
env:
1713
ProductClientId: ${{ secrets.PRODUCTCLIENTID }}
1814
ProductClientSecret: ${{ secrets.PRODUCTCLIENTSECRET }}
15+
1916
steps:
2017
- uses: actions/checkout@v4
2118

2219
- name: Setup .NET
2320
uses: actions/setup-dotnet@v4
2421
with:
2522
dotnet-version: 8.0.300
26-
- name: Restore dependencies
27-
run: dotnet restore
23+
24+
- name: Restore dependencies for SDK
25+
run: dotnet restore Aspose.Cells.Cloud.SDK/Aspose.Cells.Cloud.SDK.csproj
26+
27+
- name: Restore dependencies for examples
28+
run: dotnet restore examples/Aspose.Cells.Cloud.SDK.Examples.csproj
29+
2830
- name: Build
29-
run: dotnet build --no-restore
31+
run: dotnet build --no-restore -p:Configuration=Release
32+
3033
- name: Run Examples
3134
run: |
3235
cd examples
33-
dotnet test .\Example_QuickStart.cs
36+
dotnet test Example_QuickStart.csproj --verbosity normal

README.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
![](https://img.shields.io/badge/aspose.cells%20Cloud%20SDK-v25.8.1-blue?style=for-the-badge&logo=dotnet) [![Product Page](https://img.shields.io/badge/Product-0288d1?style=for-the-badge&logo=Google-Chrome&logoColor=white)](https://products.aspose.cloud/cells/net/) [![Documentation](https://img.shields.io/badge/Documentation-388e3c?style=for-the-badge&logo=Hugo&logoColor=white)](https://docs.aspose.cloud/cells/) [![API Ref](https://img.shields.io/badge/Reference-f39c12?style=for-the-badge&logo=html5&logoColor=white)](https://reference.aspose.cloud/cells/) [![Examples](https://img.shields.io/badge/Examples-1565c0?style=for-the-badge&logo=Github&logoColor=white)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-dotnet/tree/main/examples) [![Blog](https://img.shields.io/badge/Blog-d32f2f?style=for-the-badge&logo=WordPress&logoColor=white)](https://blog.aspose.cloud/categories/aspose.cells-cloud-product-family/) [![Support](https://img.shields.io/badge/Support-7b1fa2?style=for-the-badge&logo=Discourse&logoColor=white)](https://forum.aspose.cloud/c/cells/7) [![License](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-go?style=for-the-badge&logo=rocket&logoColor=white)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-dotnet/blob/master/LICENSE)
1+
![](https://img.shields.io/badge/aspose.cells%20Cloud%20SDK-v25.9.-blue?style=for-the-badge&logo=dotnet) [![Product Page](https://img.shields.io/badge/Product-0288d1?style=for-the-badge&logo=Google-Chrome&logoColor=white)](https://products.aspose.cloud/cells/net/) [![Documentation](https://img.shields.io/badge/Documentation-388e3c?style=for-the-badge&logo=Hugo&logoColor=white)](https://docs.aspose.cloud/cells/) [![API Ref](https://img.shields.io/badge/Reference-f39c12?style=for-the-badge&logo=html5&logoColor=white)](https://reference.aspose.cloud/cells/) [![Examples](https://img.shields.io/badge/Examples-1565c0?style=for-the-badge&logo=Github&logoColor=white)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-dotnet/tree/main/examples) [![Blog](https://img.shields.io/badge/Blog-d32f2f?style=for-the-badge&logo=WordPress&logoColor=white)](https://blog.aspose.cloud/categories/aspose.cells-cloud-product-family/) [![Support](https://img.shields.io/badge/Support-7b1fa2?style=for-the-badge&logo=Discourse&logoColor=white)](https://forum.aspose.cloud/c/cells/7) [![License](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-go?style=for-the-badge&logo=rocket&logoColor=white)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-dotnet/blob/master/LICENSE)
2+
3+
4+
Aspose.Cells Cloud SDK for .NET empowers developers to programmatically manage Excel files with precision. This comprehensive .NET library supports advanced Excel operations like cell data formatting, dynamic formulas, pivot tables, conditional styling, charts, hyperlinks, comments, and data validation. It also enables seamless Excel file conversion (XLSX, CSV, PDF, ODS), document splitting/merging, and file repair. Designed for cloud integration, this API-first solution accelerates spreadsheet automation while ensuring data integrity across platforms like AWS, Azure, and Google Cloud.
25

36
# .NET package for Aspose.Cells Cloud
47

5-
Enhance your .NET applications with the [Aspose.Cells Cloud](https://products.aspose.cloud/cells/net) , enabling seamless integration with [Excel, ODS, CSV, Json and other spreadsheet document formats](https://docs.aspose.cloud/cells/supported-file-formats/). With its powerful APIs, developers can effortlessly read, convert, create, edit, and manipulate the contents of Excel documents without the need for any office software installed on the machine
8+
Enhance your .NET applications with [Aspose.Cells Cloud](https://products.aspose.cloud/cells/net) – a powerful, cloud-based SDK that enables seamless integration with [Excel, ODS, CSV, Json and other spreadsheet document formats](https://docs.aspose.cloud/cells/supported-file-formats/). Leveraging its robust REST API, developers can effortlessly create, read, edit, convert, and manipulate spreadsheet content programmatically—without requiring any local office software.
69

710
## Quick Start Guide
811

@@ -93,21 +96,15 @@ To get started with Aspose.Cells Cloud for .NET, follow these steps:
9396
- Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
9497
- Security Management: Offers a range of security features like data encryption, access control, and permission management to safeguard the security and integrity of spreadsheet data.
9598

96-
## Feature & Enhancements in Version v25.8.0
99+
## Feature & Enhancements in Version v25.9.0
97100

98101
Full list of issues covering all changes in this release:
99102

100103
|**Summary**| **Category** |
101104
| :- |:-------------|
102-
| Support of Authorization in Aspose.Cells Cloud Docker Container | New Feature |
103-
| New Feature: Aggregate cells by color in CalculateController. | New Feature |
104-
| New Feature: Math Calculations in CalculateController. | New Feature |
105-
| New Feature: Adding/Deleting/Renaming worksheet in ManagementController. | New Feature |
106-
| New Feature: Adding/Deleting worksheet in ManagementController. | New Feature |
107-
| New Feature: create spreadsheet in ManagementController. | New Feature |
108-
| New feature: Redesign the data import into the Spreadsheet. | New Feature |
109-
| New feature: Swap data ranges in the spreadsheet. | New Feature |
110-
| Fix the code generator of the cells cloud SDK specification for the enum query parameter. | Bug |
105+
| Support trim spreadsheet content in Cells Cloud 4.0. | Improvement |
106+
| Support trim worksheet range content in Cells Cloud 4.0. | Improvement |
107+
| Fix few issues about spelling error. | Bug |
111108

112109
## Available SDKs
113110

0 commit comments

Comments
 (0)