VOOZH about

URL: https://www.nuget.org/packages/Aspose.cells-Cloud/

⇱ NuGet Gallery | Aspose.Cells-Cloud 26.6.4


ο»Ώ

Aspose.Cells-Cloud 26.6.4

Prefix Reserved
dotnet add package Aspose.Cells-Cloud --version 26.6.4
 
 
NuGet\Install-Package Aspose.Cells-Cloud -Version 26.6.4
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aspose.Cells-Cloud" Version="26.6.4" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Aspose.Cells-Cloud" Version="26.6.4" />
 
Directory.Packages.props
<PackageReference Include="Aspose.Cells-Cloud" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Aspose.Cells-Cloud --version 26.6.4
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Aspose.Cells-Cloud, 26.6.4"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Aspose.Cells-Cloud@26.6.4
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Aspose.Cells-Cloud&version=26.6.4
 
Install as a Cake Addin
#tool nuget:?package=Aspose.Cells-Cloud&version=26.6.4
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

πŸ‘ 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:

  • Cell formatting, formulas, and data validation
  • Pivot tables, charts, hyperlinks, and comments
  • Conditional formatting and smart markers
  • Worksheet merging, splitting, and protection
  • Batch processing and background removal

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.

Quick Start Guide

To get started with Aspose.Cells Cloud for .NET, follow these steps:

  1. Create an account at Aspose for Cloud and obtain your ”Client Id" and "Client Secret".
  2. execute 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");
 }
 }

 }

Support file format

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. √
PDF 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 √

Architecture

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

Manipulate Excel and other spreadsheet files in the Cloud

  • File Manipulation: Users can upload, download, delete, and manage Excel files stored in the cloud.
  • Formatting: Supports formatting of cells, fonts, colors, and alignment modes in Excel files to cater to users' specific requirements.
  • Data Processing: Powerful functions for data processing including reading, writing, modifying cell data, performing formula calculations, and formatting data.
  • Formula Calculation: Built-in formula engine handles complex formula calculations in Excel and returns accurate results.
  • Chart Manipulation: Users can create, edit, and delete charts from Excel files for data analysis and visualization needs.
  • Table Processing: Offers robust processing capabilities for various form operations such as creation, editing, formatting, and conversion, meeting diverse form processing needs.
  • Data Verification: Includes data verification function to set cell data type, range, uniqueness, ensuring data accuracy and integrity.
  • Batch Processing: Supports batch processing of multiple Excel documents, such as batch format conversion, data extraction, and style application..
  • Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats.
  • 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.

Feature & Enhancements in Version v26.6.0

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

Available SDKs

The Aspose.Cells Cloud SDK is available in multiple popular programming languages, enabling developers to integrate spreadsheet processing capabilities across various development environments.

πŸ‘ Go
πŸ‘ Go

πŸ‘ Java
πŸ‘ Java

πŸ‘ C#
πŸ‘ .NET

πŸ‘ Node.js
πŸ‘ Node.js

πŸ‘ Perl
πŸ‘ Perl

πŸ‘ PHP
πŸ‘ PHP

πŸ‘ Python
πŸ‘ Python

πŸ‘ Ruby
πŸ‘ Ruby

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

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
Loading failed