Aspose.Cells-Cloud
25.5.0
dotnet add package Aspose.Cells-Cloud --version 25.5.0
NuGet\Install-Package Aspose.Cells-Cloud -Version 25.5.0
<PackageReference Include="Aspose.Cells-Cloud" Version="25.5.0" />
<PackageVersion Include="Aspose.Cells-Cloud" Version="25.5.0" />
<PackageReference Include="Aspose.Cells-Cloud" />
paket add Aspose.Cells-Cloud --version 25.5.0
#r "nuget: Aspose.Cells-Cloud, 25.5.0"
#addin nuget:?package=Aspose.Cells-Cloud&version=25.5.0
#tool nuget:?package=Aspose.Cells-Cloud&version=25.5.0
.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 executeUpdate-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"));
IDictionary<string, Stream> mapFiles = new Dictionary<string, Stream>();
mapFiles.Add("Book1.xlsx", File.OpenRead(@"TestData\Book1.xlsx"));
PutConvertWorkbookRequest request = new PutConvertWorkbookRequest { File = mapFiles, format = "html" };
cellsApi.PutConvertWorkbook(request);
}
}
}
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. | √ | |
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 | √ |
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 25.5.0
Full list of issues covering all changes in this release:
Summary | Category |
---|---|
Add the new API for getting public key about encrypt password. | New Feature |
Optimize convert workbook feature: Add auto fit row parameter. | Improvement |
Optimize auto fit rows for worksheet. | Improvement |
Optimize auto fit rows for worksheet: Add firstColumn and lastColumn. | Improvement |
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.
Release history version
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5.2
- Microsoft.CSharp (>= 4.7.0)
- Newtonsoft.Json (>= 13.0.3)
-
.NETStandard 2.0
- Microsoft.CSharp (>= 4.7.0)
- Newtonsoft.Json (>= 13.0.3)
-
net6.0
- Microsoft.CSharp (>= 4.7.0)
- Newtonsoft.Json (>= 13.0.3)
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 | |
---|---|---|---|
25.5.0 | 182 | 5/22/2025 | |
25.4.0 | 232 | 4/20/2025 | |
25.3.0 | 268 | 3/18/2025 | |
25.2.0 | 197 | 2/28/2025 | |
25.1.2 | 221 | 2/21/2025 | |
25.1.1 | 240 | 2/11/2025 | |
25.1.0 | 147 | 1/25/2025 | |
24.12.0 | 804 | 12/27/2024 | |
24.11.0 | 150 | 11/27/2024 | |
24.10.0 | 136 | 10/23/2024 | |
24.9.0 | 2,433 | 9/18/2024 | |
24.8.0 | 196 | 8/14/2024 | |
24.7.0 | 398 | 7/31/2024 | |
24.6.1 | 5,658 | 7/4/2024 | |
24.6.0 | 151 | 6/23/2024 | |
24.5.1 | 275 | 5/23/2024 | |
24.5.0 | 190 | 5/21/2024 | |
24.4.0 | 1,447 | 4/25/2024 | |
24.3.0 | 309 | 3/21/2024 | |
24.2.1 | 461 | 2/23/2024 | |
24.1.1 | 661 | 1/16/2024 | |
23.12.0 | 657 | 12/29/2023 | |
23.11.0 | 1,190 | 11/24/2023 | |
23.10.0 | 820 | 10/17/2023 | |
23.9.0 | 790 | 9/18/2023 | |
23.8.0 | 1,049 | 8/23/2023 | |
23.7.0 | 1,017 | 7/28/2023 | |
23.6.0 | 2,355 | 6/29/2023 | |
23.5.0 | 1,138 | 5/25/2023 | |
23.4.1 | 1,039 | 4/22/2023 | |
23.4.0 | 1,046 | 4/21/2023 | |
23.3.0 | 1,086 | 3/31/2023 | |
22.12.0 | 1,600 | 12/16/2022 | |
22.11.0 | 2,164 | 11/16/2022 | |
22.10.0 | 1,324 | 10/17/2022 | |
22.9.0 | 1,422 | 9/22/2022 | |
22.8.0 | 1,269 | 8/24/2022 | |
22.7.0 | 1,287 | 7/28/2022 | |
22.6.0 | 8,443 | 6/27/2022 | |
22.5.0 | 2,004 | 5/30/2022 | |
22.4.0 | 1,942 | 4/20/2022 | |
22.3.0 | 1,416 | 3/14/2022 | |
22.2.0 | 1,894 | 2/23/2022 | |
22.1.0 | 1,511 | 1/24/2022 | |
21.12.0 | 1,167 | 12/28/2021 | |
21.11.0 | 1,370 | 11/30/2021 | |
21.10.0 | 1,213 | 11/8/2021 | |
21.9.0 | 1,267 | 10/13/2021 | |
21.8.0 | 1,249 | 9/18/2021 | |
21.7.0 | 1,269 | 8/3/2021 | |
21.6.1 | 1,173 | 7/21/2021 | |
21.6.0 | 1,162 | 7/17/2021 | |
21.5.0 | 4,089 | 5/27/2021 | |
21.1.0 | 1,423 | 1/25/2021 | |
20.11.0 | 1,472 | 12/3/2020 | |
20.10.0 | 1,488 | 10/23/2020 | |
20.9.0 | 6,169 | 9/23/2020 | |
20.8.0 | 3,972 | 8/19/2020 | |
20.7.1 | 1,542 | 7/28/2020 | |
20.7.0 | 1,470 | 7/21/2020 | |
20.6.0 | 1,493 | 7/1/2020 | |
20.4.0 | 1,546 | 4/22/2020 | |
20.2.0 | 1,578 | 2/20/2020 | |
20.1.0 | 1,531 | 1/17/2020 | |
19.10.0 | 2,453 | 10/30/2019 | |
19.9.0 | 1,641 | 9/24/2019 | |
19.6.0 | 2,042 | 6/18/2019 | |
19.4.0 | 1,651 | 4/17/2019 | |
19.3.0 | 1,543 | 3/7/2019 | |
19.2.1 | 4,879 | 2/22/2019 | |
19.2.0 | 1,709 | 2/18/2019 | |
18.9.1 | 2,822 | 9/6/2018 | |
18.9.0 | 1,876 | 9/4/2018 | |
18.8.0 | 2,016 | 8/3/2018 | |
18.4.0 | 13,768 | 4/23/2018 | |
18.2.0 | 2,181 | 2/26/2018 | |
17.11.0 | 1,987 | 12/18/2017 | |
1.0.18 | 13,219 | 9/27/2017 | |
1.0.17 | 2,040 | 9/27/2017 | |
1.0.16 | 2,128 | 9/5/2017 | |
1.0.15 | 2,085 | 9/5/2017 | |
1.0.14 | 2,065 | 9/5/2017 | |
1.0.13 | 2,095 | 8/14/2017 | |
1.0.12 | 2,024 | 7/18/2017 | |
1.0.11 | 2,118 | 7/3/2017 | |
1.0.10 | 2,067 | 6/21/2017 | |
1.0.9 | 2,101 | 5/25/2017 | |
1.0.8 | 2,060 | 5/24/2017 | |
1.0.7 | 2,077 | 5/24/2017 | |
1.0.6 | 2,009 | 5/23/2017 | |
1.0.5 | 4,173 | 1/6/2017 | |
1.0.4 | 2,240 | 11/2/2016 | |
1.0.3 | 2,113 | 10/20/2016 | |
1.0.2 | 2,594 | 2/19/2016 | |
1.0.1 | 2,212 | 1/12/2016 | |
1.0.0 | 2,173 | 1/7/2016 |