![]() |
VOOZH | about |
dotnet add package Aspose.Cells-Cloud --version 26.6.4
NuGet\Install-Package Aspose.Cells-Cloud -Version 26.6.4
<PackageReference Include="Aspose.Cells-Cloud" Version="26.6.4" />
<PackageVersion Include="Aspose.Cells-Cloud" Version="26.6.4" />Directory.Packages.props
<PackageReference Include="Aspose.Cells-Cloud" />Project file
paket add Aspose.Cells-Cloud --version 26.6.4
#r "nuget: Aspose.Cells-Cloud, 26.6.4"
#:package Aspose.Cells-Cloud@26.6.4
#addin nuget:?package=Aspose.Cells-Cloud&version=26.6.4Install as a Cake Addin
#tool nuget:?package=Aspose.Cells-Cloud&version=26.6.4Install as a Cake Tool
π alternate text is missing from this package README image
π Product Page
π Documentation
π API Ref
π Examples
π Blog
π Support
π License
Aspose.Cells Cloud SDK for Net is a cloud-native REST API that enables Net developers to create, read, edit, convert, and repair spreadsheet filesβincluding Excel (XLS, XLSX, XLSB, XLSM), OpenDocument Spreadsheet (ODS), CSV, TSV, JSON, HTML, PDF, and moreβwithout requiring Microsoft Excel or Office to be installed.
Built on the Aspose.Cells Cloud Web API, this MIT-licensed SDK supports advanced spreadsheet operations such as:
It seamlessly integrates with AWS, Microsoft Azure, and Google Cloud, ensuring high availability, scalability, and data integrity. Ideal for serverless apps, microservices, and cloud automation workflows.
To get started with Aspose.Cells Cloud for .NET, follow these steps:
Install-Package Aspose.Cells-Cloud from the Package Manager Console in Visual Studio to fetch & reference Aspose.Cells Cloud SDK assembly in your project.If you already have Aspose.Cells Cloud for .NET and want to upgrade it, please execute Update-Package Aspose.Cells-Cloud to get the latest version. namespace Aspose.Cells.Cloud.SDK.Example
{
using Aspose.Cells.Cloud.SDK.Api;
using Aspose.Cells.Cloud.SDK.Request;
using System;
public partial class CellsApiExample
{
public void ConvertSpreadsheetPDFExample()
{
string clientId = ""; //your client id;
string clientSecret=""; //your client secret;
CellsApi cellsApi = new CellsApi(clientId, clientSecret);
cellsApi.ConvertSpreadsheet(new ConvertSpreadsheetRequest { Spreadsheet = "EmployeeSalesSummary.xlsx", format = "pdf" }, "EmployeeSalesSummary.pdf");
}
}
}
| Format | Description | Load | Save |
|---|---|---|---|
| XLS | Excel 95/5.0 - 2003 Workbook. | β | β |
| XLSX | Office Open XML SpreadsheetML Workbook or template file, with or without macros. | β | β |
| XLSB | Excel Binary Workbook. | β | β |
| XLSM | Excel Macro-Enabled Workbook. | β | β |
| XLT | Excel 97 - Excel 2003 Template. | β | β |
| XLTX | Excel Template. | β | β |
| XLTM | Excel Macro-Enabled Template. | β | β |
| XLAM | An Excel Macro-Enabled Add-In file that's used to add new functions to Excel. | β | |
| CSV | CSV (Comma Separated Value) file. | β | β |
| TSV | TSV (Tab-separated values) file. | β | β |
| TabDelimited | Tab-delimited text file, same with TSV file. | β | β |
| TXT | Delimited plain text file. | β | β |
| HTML | HTML format. | β | β |
| MHTML | MHTML file. | β | β |
| ODS | ODS (OpenDocument Spreadsheet). | β | β |
| SpreadsheetML | Excel 2003 XML file. | β | β |
| Numbers | The document is created by Apple's "Numbers" application which forms part of Apple's iWork office suite, a set of applications which run on the Mac OS X and iOS operating systems. | β | |
| JSON | JavaScript Object Notation | β | β |
| DIF | Data Interchange Format. | β | |
| Adobe Portable Document Format. | β | ||
| XPS | XML Paper Specification Format. | β | |
| SVG | Scalable Vector Graphics Format. | β | |
| TIFF | Tagged Image File Format | β | |
| PNG | Portable Network Graphics Format | β | |
| BMP | Bitmap Image Format | β | |
| EMF | Enhanced metafile Format | β | |
| JPEG | JPEG is a type of image format that is saved using the method of lossy compression. | β | |
| GIF | Graphical Interchange Format | β | |
| MARKDOWN | Represents a markdown document. | β | |
| SXC | An XML based format used by OpenOffice and StarOffice | β | β |
| FODS | This is an Open Document format stored as flat XML. | β | β |
| DOCX | A well-known format for Microsoft Word documents that is a combination of XML and binary files. | β | |
| PPTX | The PPTX format is based on the Microsoft PowerPoint open XML presentation file format. | β | |
| OTS | OTS (OpenDocument Spreadsheet). | β | β |
| XML | XML file. | β | β |
| HTM | HTM file. | β | β |
| TIF | Tagged Image File Format | β | |
| WMF | WMF Image Format | β | |
| PCL | Printer Command Language Format | β | |
| AZW3 | AZ3/KF8 File Format | β | |
| EPUB | EPUB File Format | β | |
| DBF | DBF File Format | β | |
| EPUB | database file | β | |
| XHTML | XHTML File Format | β |
graph TB
subgraph "Client Layer"
C1[Web Application]
C2[Mobile Application]
C3[Desktop Application]
end
subgraph "API Gateway Layer"
G1[Gateway Service]
G2[Authentication Services]
G3[Load Balancing]
end
subgraph "Cloud Microservices layer"
S1[User Application]
S2[Product Services]
end
C1 & C2 & C3 --> G1
G1 --> S1 & S2
style C1 fill:#e1f5fe
style G1 fill:#f3e5f5
style S1 fill:#e8f5e8
| Summary | Category |
|---|---|
| New Web API: Enable AI-Powered Data Analysis. | New Feature |
| Add Auto-fit function to the format conversion feature. | Improvement |
| AI development API summary | New Feature |
| Fix the bug about Object reference not set to an instance of an object. | Bug |
The Aspose.Cells Cloud SDK is available in multiple popular programming languages, enabling developers to integrate spreadsheet processing capabilities across various development environments.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net452 net452 is compatible. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 26.6.4 | 84 | 6/23/2026 |
| 26.5.0 | 940 | 5/23/2026 |
| 26.4.0 | 4,228 | 4/26/2026 |
| 26.3.1 | 12,566 | 3/28/2026 |
| 26.2.0 | 21,170 | 2/13/2026 |
| 26.1.0 | 23,438 | 1/22/2026 |
| 25.12.0 | 27,158 | 12/19/2025 |
| 25.11.0 | 30,779 | 11/30/2025 |
| 25.10.0 | 40,796 | 11/9/2025 |
| 25.9.0 | 44,143 | 9/17/2025 |
| 25.8.1 | 44,111 | 8/28/2025 |
| 25.8.0 | 44,051 | 8/22/2025 |
| 25.7.0 | 44,209 | 7/17/2025 |
| 25.6.0 | 44,657 | 6/20/2025 |
| 25.5.0 | 44,679 | 5/22/2025 |
| 25.4.0 | 44,404 | 4/20/2025 |
| 25.3.0 | 44,344 | 3/18/2025 |
| 25.2.0 | 44,268 | 2/28/2025 |
| 25.1.2 | 44,269 | 2/21/2025 |
| 25.1.1 | 44,367 | 2/11/2025 |