Aspose.Cells-Cloud 24.2.1

dotnet add package Aspose.Cells-Cloud --version 24.2.1
NuGet\Install-Package Aspose.Cells-Cloud -Version 24.2.1
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="24.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.Cells-Cloud --version 24.2.1
#r "nuget: Aspose.Cells-Cloud, 24.2.1"
#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.
// Install Aspose.Cells-Cloud as a Cake Addin
#addin nuget:?package=Aspose.Cells-Cloud&version=24.2.1

// Install Aspose.Cells-Cloud as a Cake Tool
#tool nuget:?package=Aspose.Cells-Cloud&version=24.2.1

Nuget Nuget alternate text is missing from this package README image GitHub license GitHub commits since latest release (by date)

.NET SDK for Spreadsheet Processing in the Cloud

The Cloud SDK enhances your C#, ASP.NET, & other .NET-based cloud apps to process & manipulate Microsoft Excel spreadsheets in the Cloud.

Cloud Spreadsheet Processor in a Nutshell

  • Create spreadsheets via APIs or Smart Marker templates.
  • Load & process Excel Spreadsheets via Cloud SDK.
  • Add, update or delete charts, worksheet pictures, shapes, hyperlinks & validations.
  • Add or remove cells area for conditional formatting, or OleObjects from Excel worksheets.
  • Insert or delete, horizontal or vertical page breaks.
  • Add ListObject at a specific place within an Excel file & convert them to a range of cells.
  • Delete specific or all ListObjects in a worksheet or summarize its data with pivot table.
  • Apply custom criteria to list filters of various types.
  • Get, update, show or hide chart legend & titles.
  • Manipulate page setup, header & footer.
  • Create, update, fetch or delete document properties.
  • Fetch the required shape from worksheet.
  • Leverage the power of Pivot Tables & Ranges.

Feature & Enhancements in Version 24.2.1

Full list of issues covering all changes in this release:

  • Add the analyze excel api for analyze controller.

Read & Write Spreadsheet Formats

Microsoft Excel: XLS, XLSX, XLSB, XLSM, XLT, XLTX, XLTM OpenOffice: ODS SpreadsheetML: XML Text: CSV, TSV, TXT (TabDelimited) Web: HTML, MHTML PDF

Save Spreadsheet As

DIF, HTML, MHTML, PNG, JPG, TIFF, XPS, SVG, MD (Markdown), ODS, XLSX, XLS, XLSB, PDF, XML, TXT, CSV

Read Other Formats

SXC, FODS

Integrated Storage API

Since version 19.9, the SDK includes support of storage operations for better user experience and unification, so now there's no need to use 2 different SDKs!

It gives you an ability to:

  • Upload, download, copy, move and delete files, including versions handling (if you are using Cloud storage that supports this feature - true by default).
  • Create, copy, move and delete folders.
  • Copy and move files and folders across separate storages in scope of a single operation.
  • Check if certain file, folder or storage exists.

Get Started with Aspose.Cells Cloud SDK for .NET

You do not need to install anything to get started with Aspose.Cells Cloud SDK for .NET. Just create an account at Aspose for Cloud and get your application information.

Next, 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 SDK for .NET and want to upgrade it, please execute Update-Package Aspose.Cells-Cloud to get the latest version.

Add a Worksheet to an Excel File in the Cloud

The following code snippet demonstrates how to add a new worksheet to a Microsoft Excel document using C# code:

CellsApi cellsApi =CellsApi(clientId, clientSecret);
string name = "Input.xlsx";
string sheetName = "Sheet1";
int? position = 1;
string sheettype = "VB";
string folder = null;
UpdateDataFile(folder, name);
var response = cellsApi.CellsWorksheetsPutAddNewWorksheet(name, sheetName, position, sheettype, folder);

Convert Excel Files via C# Code

The following code example elaborates Aspose.Cells REST API to convert an Excel file to another format in the cloud:

// Upload source file to aspose cloud storage
cellsApi.UploadFile(folder + @"\" + filename, stream);

// Invoke Aspose.Cells Cloud SDK API to convert excel workbook to different format
SaveResponse apiResponse = cellsApi.CellsSaveAsPostDocumentSaveAs(name, saveOptions, newfilename, isAutoFitRows, isAutoFitColumns, folder);

Tests

Tests contain various examples of using the SDK.

Java PHP Python Ruby Node.js Android Swift Perl GO
GitHub GitHub GitHub GitHub GitHub GitHub GitHub GitHub GitHub
Maven Composer PIP GEM NPM Maven POD CPAN GO

Product Page | Documentation | Live Demo | API Reference | Code Samples | Blog | Free Support | Free Trial

Product Compatible and additional computed target framework versions.
.NET 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. 
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
24.2.1 226 2/23/2024
24.1.1 404 1/16/2024
23.12.0 478 12/29/2023
23.11.0 922 11/24/2023
23.10.0 636 10/17/2023
23.9.0 631 9/18/2023
23.8.0 810 8/23/2023
23.7.0 837 7/28/2023
23.6.0 1,335 6/29/2023
23.5.0 932 5/25/2023
23.4.1 864 4/22/2023
23.4.0 851 4/21/2023
23.3.0 879 3/31/2023
22.12.0 1,320 12/16/2022
22.11.0 1,589 11/16/2022
22.10.0 1,151 10/17/2022
22.9.0 1,212 9/22/2022
22.8.0 1,067 8/24/2022
22.7.0 1,104 7/28/2022
22.6.0 5,378 6/27/2022
22.5.0 1,384 5/30/2022
22.4.0 1,739 4/20/2022
22.3.0 1,200 3/14/2022
22.2.0 1,498 2/23/2022
22.1.0 1,302 1/24/2022
21.12.0 964 12/28/2021
21.11.0 1,015 11/30/2021
21.10.0 1,002 11/8/2021
21.9.0 1,088 10/13/2021
21.8.0 1,057 9/18/2021
21.7.0 1,075 8/3/2021
21.6.1 985 7/21/2021
21.6.0 954 7/17/2021
21.5.0 3,895 5/27/2021
21.1.0 1,202 1/25/2021
20.11.0 1,256 12/3/2020
20.10.0 1,253 10/23/2020
20.9.0 5,924 9/23/2020
20.8.0 3,577 8/19/2020
20.7.1 1,331 7/28/2020
20.7.0 1,238 7/21/2020
20.6.0 1,280 7/1/2020
20.4.0 1,335 4/22/2020
20.2.0 1,360 2/20/2020
20.1.0 1,300 1/17/2020
19.10.0 2,230 10/30/2019
19.9.0 1,423 9/24/2019
19.6.0 1,727 6/18/2019
19.4.0 1,420 4/17/2019
19.3.0 1,309 3/7/2019
19.2.1 3,833 2/22/2019
19.2.0 1,477 2/18/2019
18.9.1 2,559 9/6/2018
18.9.0 1,627 9/4/2018
18.8.0 1,725 8/3/2018
18.4.0 9,981 4/23/2018
18.2.0 1,793 2/26/2018
17.11.0 1,658 12/18/2017
1.0.18 8,497 9/27/2017
1.0.17 1,739 9/27/2017
1.0.16 1,814 9/5/2017
1.0.15 1,752 9/5/2017
1.0.14 1,753 9/5/2017
1.0.13 1,747 8/14/2017
1.0.12 1,714 7/18/2017
1.0.11 1,793 7/3/2017
1.0.10 1,764 6/21/2017
1.0.9 1,763 5/25/2017
1.0.8 1,725 5/24/2017
1.0.7 1,744 5/24/2017
1.0.6 1,680 5/23/2017
1.0.5 3,846 1/6/2017
1.0.4 1,905 11/2/2016
1.0.3 1,813 10/20/2016
1.0.2 2,103 2/19/2016
1.0.1 1,881 1/12/2016
1.0.0 1,860 1/7/2016