Skip to content

Commit 0cbb1ac

Browse files
committed
20230215 update : integration new sdk model.
1 parent 6745083 commit 0cbb1ac

File tree

799 files changed

+178516
-82448
lines changed

Some content is hidden

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

799 files changed

+178516
-82448
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,5 @@ SDKs/PHP/vendor/*
113113
SDKs/PHP/testReports/*
114114
SDKs/servercreds.json
115115
/.vs
116-
Aspose.Cells-Cloud.nuspec
117116
.vs
118117
TestData/roywang.pfx

Aspose.Cells-Cloud.nuspec

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3+
<metadata>
4+
<id>Aspose.Cells-Cloud</id>
5+
<version>23.2</version>
6+
<title>Aspose.Cells Cloud SDK for .NET</title>
7+
<authors>Aspose</authors>
8+
<owners>asposecloud</owners>
9+
<iconUrl>https://www.aspose.cloud/templates/asposecloud/App_Themes/V3/images/sdk/272x272/aspose_cells-for-net.png</iconUrl>
10+
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
11+
<projectUrl>https://products.aspose.cloud/cells/family</projectUrl>
12+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
13+
<summary>Aspose.Cells Cloud SDK for .NET.</summary>
14+
<description>
15+
New generation of Aspose Cloud SDK that allows to create, edit or convert Excel documents (20+ file formats) in Aspose Cloud from .NET applications.
16+
Aspose.Cells Cloud enables your applications to perform a great range of document processing tasks. With Aspose.Cells you can load, save and convert documents between the following formats: XLS, XLSX, XLSB, XLSM, XLT, XLTX, XLTM, XML (including Excel 2003 XML), HTML, MHTML, ODS, CSV, TSV, TXT also you can convert them to: PDF, XPS, SVG, TIFF, BMP, PNG, EMF, JPEG, GIF and other formats. With Aspose.Cells you can generate, modify, convert and render documents without utilizing Microsoft Excel®.
17+
Aspose.Cells Cloud is well documented to help you create your solutions on different platforms.
18+
Rich Set of Features:
19+
- Conversions: High quality conversions to and from XLS, XLSX, CSV, PDF, ODS, HTML, MHTML, TXT and JSON formats.
20+
- Workbook Object Model: Programmatic access through a rich API to all workbook elements and formatting allows to create, modify, extract, copy, split, join, and replace workbook content.
21+
- Rendering: Export whole workbook, worksheet, pages or workbook elements to PDF, XPS, or for server-side file generation. Also export workbook pages and workbook elements to TIFF, PNG, BMP or EMF images, print or render pages to .NET Graphics. All with high fidelity - exactly like Microsoft Excel® would have done it.
22+
23+
Aspose.Cells Cloud is designed to perform great. You can literally generate thousands of documents in minutes with Aspose.Cells Cloud and that involves opening a document, modifying content and formatting or populating it with data and saving it. Even most of the complex documents are opened and saved in fractions of a second.
24+
25+
Free support for Aspose.Cells Cloud is provided on our support forum:
26+
https://forum.aspose.cloud/
27+
and on StackOverflow:
28+
https://stackoverflow.com/questions/tagged/aspose.cells
29+
</description>
30+
<releaseNotes>https://github.com/aspose-cells-cloud/aspose-cells-cloud-dotnet/releases/tag/22.12</releaseNotes>
31+
<copyright>Aspose 2002-2021. All Rights Reserved.</copyright>
32+
<tags> Cloud REST API Excel XLS XLSX XLSB CSV to PDF JPG PNG HTML ODS Numbers XLSM OOXML Spreadsheet Markdown XPS DOCX PPTX MHTML SVG TIFF</tags>
33+
<dependencies>
34+
<dependency id="Newtonsoft.Json" version="11.0.2.0" />
35+
<dependency id="RestSharp" version="106.2.2.0" />
36+
</dependencies>
37+
</metadata>
38+
<files>
39+
<file src="Aspose.Cells.Cloud.SDK\bin\Release\net4.5.2\Aspose.Cells.Cloud.SDK.dll" target="lib\net4.5.2" />
40+
<file src="Aspose.Cells.Cloud.SDK\bin\Release\netstandard2.0\Aspose.Cells.Cloud.SDK.dll" target="lib\netstandard2.0" />
41+
</files>
42+
</package>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project Sdk="Microsoft.NET.Sdk">
3+
<PropertyGroup>
4+
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
5+
<IsPackable>false</IsPackable>
6+
<LangVersion>latest</LangVersion>
7+
</PropertyGroup>
8+
<ItemGroup>
9+
<PackageReference Include="nunit" Version="3.11.0" />
10+
<PackageReference Include="NUnit3TestAdapter" Version="3.13.0" />
11+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
12+
</ItemGroup>
13+
<ItemGroup>
14+
<ProjectReference Include="..\Aspose.Cells.Cloud.SDK\Aspose.Cells.Cloud.SDK.csproj" />
15+
</ItemGroup>
16+
</Project>

0 commit comments

Comments
 (0)