|
1 |
| - [](https://products.aspose.cloud/cells/net/) [](https://docs.aspose.cloud/cells/) [](https://reference.aspose.cloud/cells/) [](https://github.com/aspose-cells-cloud/aspose-cells-cloud-dotnet/tree/main/examples) [](https://blog.aspose.cloud/categories/aspose.cells-cloud-product-family/) [](https://forum.aspose.cloud/c/cells/7) [](https://github.com/aspose-cells-cloud/aspose-cells-cloud-dotnet/blob/master/LICENSE) |
| 1 | + [](https://products.aspose.cloud/cells/net/) [](https://docs.aspose.cloud/cells/) [](https://reference.aspose.cloud/cells/) [](https://github.com/aspose-cells-cloud/aspose-cells-cloud-dotnet/tree/main/examples) [](https://blog.aspose.cloud/categories/aspose.cells-cloud-product-family/) [](https://forum.aspose.cloud/c/cells/7) [](https://github.com/aspose-cells-cloud/aspose-cells-cloud-dotnet/blob/master/LICENSE) |
2 | 2 |
|
3 | 3 | # .NET package for Aspose.Cells Cloud
|
4 | 4 |
|
@@ -26,9 +26,7 @@ To get started with Aspose.Cells Cloud for .NET, follow these steps:
|
26 | 26 | public void PutConvertWorkbookHtmlExample()
|
27 | 27 | {
|
28 | 28 | CellsApi cellsApi = new CellsApi(Environment.GetEnvironmentVariable("CellsCloudTestClientId"), Environment.GetEnvironmentVariable("CellsCloudTestClientSecret"));
|
29 |
| - IDictionary<string, Stream> mapFiles = new Dictionary<string, Stream>(); |
30 |
| - mapFiles.Add("Book1.xlsx", File.OpenRead(@"TestData\Book1.xlsx")); |
31 |
| - PutConvertWorkbookRequest request = new PutConvertWorkbookRequest { File = mapFiles, format = "html" }; |
| 29 | + PutConvertWorkbookRequest request = new PutConvertWorkbookRequest { LocalPath = "Book1.xlsx", format = "html" }; |
32 | 30 | cellsApi.PutConvertWorkbook(request);
|
33 | 31 | }
|
34 | 32 | }
|
@@ -98,17 +96,15 @@ To get started with Aspose.Cells Cloud for .NET, follow these steps:
|
98 | 96 | - Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
|
99 | 97 | - 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.
|
100 | 98 |
|
101 |
| -## Feature & Enhancements in Version 25.6.0 |
| 99 | +## Feature & Enhancements in Version v25.7.0 |
102 | 100 |
|
103 | 101 | Full list of issues covering all changes in this release:
|
104 | 102 |
|
105 | 103 | |**Summary**| **Category** |
|
106 | 104 | | :- |:-------------|
|
107 |
| -| Optimize the upload file API | Improvement | |
108 |
| -| Support delete blank rows, columns, and worksheets. | New Feature | |
109 |
| -| Optimize search context for remote spreadsheet features by splitting them into independent APIs, each dedicated to a specific operational area. | New Feature | |
110 |
| -| Optimize search broken links for remote spreadsheet features by splitting them into independent APIs, each dedicated to a specific operational area. | New Feature | |
111 |
| -| Optimize replace context for remote spreadsheet features by splitting them into independent APIs, each dedicated to a specific operational area. | New Feature | |
| 105 | +| Optimize operate scope options for extProcessingController. | Improvement | |
| 106 | +| Add protect/unprotect spreadsheet APIs. | New Feature | |
| 107 | +| Add convert worksheet/table/range to other formats. | New Feature | |
112 | 108 |
|
113 | 109 | ## Available SDKs
|
114 | 110 |
|
|
0 commit comments