You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

Aspose.Cells-Cloud

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Aspose.Cells-Cloud

A powerful and fast Aspose.Cells cloud SDK library written in C# for manipulating and converting Excel(XLS, XLSX,XLSB), ODS, CSV,JSON and HTML files.

25.7.0
nugetNuGet
Version published
Maintainers
2
Created
Source

Product Page Documentation API Ref Examples Blog Support License

.NET package for Aspose.Cells Cloud

Enhance your .NET applications with the Aspose.Cells Cloud , enabling seamless integration with Excel, ODS, CSV, Json and other spreadsheet document 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

Quick Start Guide

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

  • Create an account at Aspose for Cloud and obtain your application information.
  • 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.
  • You need to set your CellsCloudClientId and CellsCloudClientSecret in the environment variables.
    namespace Aspose.Cells.Cloud.SDK.Example
    {
        using Aspose.Cells.Cloud.SDK.Api;
        using Aspose.Cells.Cloud.SDK.Request;
        using System;
        using System.Collections.Generic;
        using System.IO;

        public partial class CellsApiExample
        {
            public void PutConvertWorkbookHtmlExample()
            {
                CellsApi cellsApi = new CellsApi(Environment.GetEnvironmentVariable("CellsCloudTestClientId"), Environment.GetEnvironmentVariable("CellsCloudTestClientSecret"));
                PutConvertWorkbookRequest request = new PutConvertWorkbookRequest { LocalPath  = "Book1.xlsx", format = "html" };
                cellsApi.PutConvertWorkbook(request);
            }
        }

    }

Support file format

FormatDescriptionLoadSave
XLSExcel 95/5.0 - 2003 Workbook.
XLSXOffice Open XML SpreadsheetML Workbook or template file, with or without macros.
XLSBExcel Binary Workbook.
XLSMExcel Macro-Enabled Workbook.
XLTExcel 97 - Excel 2003 Template.
XLTXExcel Template.
XLTMExcel Macro-Enabled Template.
XLAMAn Excel Macro-Enabled Add-In file that's used to add new functions to Excel. 
CSVCSV (Comma Separated Value) file.
TSVTSV (Tab-separated values) file.
TabDelimitedTab-delimited text file, same with TSV file.
TXTDelimited plain text file.
HTMLHTML format.
MHTMLMHTML file.
ODSODS (OpenDocument Spreadsheet).
SpreadsheetMLExcel 2003 XML file.
NumbersThe 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.
JSONJavaScript Object Notation
DIFData Interchange Format. 
PDFAdobe Portable Document Format. 
XPSXML Paper Specification Format. 
SVGScalable Vector Graphics Format. 
TIFFTagged Image File Format 
PNGPortable Network Graphics Format 
BMPBitmap Image Format 
EMFEnhanced metafile Format 
JPEGJPEG is a type of image format that is saved using the method of lossy compression. 
GIFGraphical Interchange Format 
MARKDOWNRepresents a markdown document. 
SXCAn XML based format used by OpenOffice and StarOffice
FODSThis is an Open Document format stored as flat XML.
DOCXA well-known format for Microsoft Word documents that is a combination of XML and binary files.
PPTXThe PPTX format is based on the Microsoft PowerPoint open XML presentation file format.
OTSOTS (OpenDocument Spreadsheet).
XMLXML file.
HTMHTM file.
TIFTagged Image File Format 
WMFWMF Image Format 
PCLPrinter Command Language Format 
AZW3AZ3/KF8 File Format 
EPUBEPUB File Format 
DBFDBF File Format 
EPUBdatabase file 
XHTMLXHTML File Format 

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 v25.7.0

Full list of issues covering all changes in this release:

SummaryCategory
Optimize operate scope options for extProcessingController.Improvement
Add protect/unprotect spreadsheet APIs.New Feature
Add convert worksheet/table/range to other formats.New Feature

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

Release history version

Keywords

Cloud

FAQs

Package last updated on 17 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.