Aspose.Cells-Cloud
20.1.0
See the version list below for details.
dotnet add package Aspose.Cells-Cloud --version 20.1.0
NuGet\Install-Package Aspose.Cells-Cloud -Version 20.1.0
<PackageReference Include="Aspose.Cells-Cloud" Version="20.1.0" />
paket add Aspose.Cells-Cloud --version 20.1.0
#r "nuget: Aspose.Cells-Cloud, 20.1.0"
// Install Aspose.Cells-Cloud as a Cake Addin #addin nuget:?package=Aspose.Cells-Cloud&version=20.1.0 // Install Aspose.Cells-Cloud as a Cake Tool #tool nuget:?package=Aspose.Cells-Cloud&version=20.1.0
Aspose.Cells Cloud SDK for .NET is a wrapper around Aspose.Cells REST API and is available for use under an MIT license. It enables you to process workbooks, worksheets, columns, rows, cells & other Excel objects without requiring Microsoft Office or Excel application. You can work with OleObjects, Pivot Tables, ListObjects, shapes, tasks, hyperlinks and comments from within your your cloud-based applications.
Spreadsheet Processing Features
- 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.
- Load & Process Excel Spreadsheets via Cloud SDK.
- Cloud SDK to Read & Process Excel Worksheets.
- Leverage the Power of Pivot Tables & Ranges.
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
Save Spreadsheet As
DIF, PDF, XPS, TIFF, SVG, MD (Markdown)
Read Spreadsheets
SXC, FODS
Platform Independence
Aspose.Cells Cloud’s platform independent document manipulation API is a true REST API that can be used from any platform. You can use it with any language or platform that supports REST, be it the web, desktop, mobile, or the cloud. The API integrates with other cloud services to provide you the flexibility you require for processing documents. It is suitable for the most types of businesses, documents, or content.
Getting 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.
Simply execute Install-Package Aspose.Cells-Cloud
from the Package Manager Console in Visual Studio to fetch & reference Aspose.Cells 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.
Please check the GitHub Repository for other common usage scenarios.
Add a New Worksheet to an Excel File in the Cloud
CellsWorksheetsApi instance = new CellsWorksheetsApi(GetConfiguration());
string name = "template.xlsx";
string sheetName = "Sheet1";
int? position = 1;
string sheettype = "VB";
string folder = null;
UpdateDataFile(folder, name);
var response = instance.CellsWorksheetsPutAddNewWorksheet(name, sheetName, position, sheettype, folder);
Using C# to Convert an Excel File
// upload source file to aspose cloud storage
storageApi.PutCreate(inputfileName, "", "", System.IO.File.ReadAllBytes(Common.GetDataDir() + inputfileName));
// invoke Aspose.Cells Cloud SDK API to convert excel workbook to different format
SaveResponse apiResponse = cellsApi.PostDocumentSaveAs(inputfileName, outputFileName, isAutoFitRows, isAutoFitColumns, storage, folder, body);
Product Page | Documentation | API Reference | Code Samples | Blog | Free Support | Free Trial
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.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. |
-
- Newtonsoft.Json (>= 11.0.2)
- RestSharp (>= 106.2.2)
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.10.0 | 85 | 10/23/2024 | |
24.9.0 | 482 | 9/18/2024 | |
24.8.0 | 157 | 8/14/2024 | |
24.7.0 | 362 | 7/31/2024 | |
24.6.1 | 1,806 | 7/4/2024 | |
24.6.0 | 123 | 6/23/2024 | |
24.5.1 | 233 | 5/23/2024 | |
24.5.0 | 162 | 5/21/2024 | |
24.4.0 | 1,418 | 4/25/2024 | |
24.3.0 | 278 | 3/21/2024 | |
24.2.1 | 433 | 2/23/2024 | |
24.1.1 | 633 | 1/16/2024 | |
23.12.0 | 627 | 12/29/2023 | |
23.11.0 | 1,174 | 11/24/2023 | |
23.10.0 | 803 | 10/17/2023 | |
23.9.0 | 771 | 9/18/2023 | |
23.8.0 | 1,016 | 8/23/2023 | |
23.7.0 | 992 | 7/28/2023 | |
23.6.0 | 2,155 | 6/29/2023 | |
23.5.0 | 1,105 | 5/25/2023 | |
23.4.1 | 1,012 | 4/22/2023 | |
23.4.0 | 1,005 | 4/21/2023 | |
23.3.0 | 1,030 | 3/31/2023 | |
22.12.0 | 1,531 | 12/16/2022 | |
22.11.0 | 2,014 | 11/16/2022 | |
22.10.0 | 1,288 | 10/17/2022 | |
22.9.0 | 1,390 | 9/22/2022 | |
22.8.0 | 1,233 | 8/24/2022 | |
22.7.0 | 1,250 | 7/28/2022 | |
22.6.0 | 7,113 | 6/27/2022 | |
22.5.0 | 1,796 | 5/30/2022 | |
22.4.0 | 1,901 | 4/20/2022 | |
22.3.0 | 1,371 | 3/14/2022 | |
22.2.0 | 1,740 | 2/23/2022 | |
22.1.0 | 1,458 | 1/24/2022 | |
21.12.0 | 1,122 | 12/28/2021 | |
21.11.0 | 1,169 | 11/30/2021 | |
21.10.0 | 1,165 | 11/8/2021 | |
21.9.0 | 1,218 | 10/13/2021 | |
21.8.0 | 1,202 | 9/18/2021 | |
21.7.0 | 1,223 | 8/3/2021 | |
21.6.1 | 1,125 | 7/21/2021 | |
21.6.0 | 1,113 | 7/17/2021 | |
21.5.0 | 4,039 | 5/27/2021 | |
21.1.0 | 1,358 | 1/25/2021 | |
20.11.0 | 1,416 | 12/3/2020 | |
20.10.0 | 1,429 | 10/23/2020 | |
20.9.0 | 6,109 | 9/23/2020 | |
20.8.0 | 3,829 | 8/19/2020 | |
20.7.1 | 1,486 | 7/28/2020 | |
20.7.0 | 1,413 | 7/21/2020 | |
20.6.0 | 1,437 | 7/1/2020 | |
20.4.0 | 1,485 | 4/22/2020 | |
20.2.0 | 1,512 | 2/20/2020 | |
20.1.0 | 1,467 | 1/17/2020 | |
19.10.0 | 2,381 | 10/30/2019 | |
19.9.0 | 1,574 | 9/24/2019 | |
19.6.0 | 1,961 | 6/18/2019 | |
19.4.0 | 1,580 | 4/17/2019 | |
19.3.0 | 1,468 | 3/7/2019 | |
19.2.1 | 4,437 | 2/22/2019 | |
19.2.0 | 1,634 | 2/18/2019 | |
18.9.1 | 2,726 | 9/6/2018 | |
18.9.0 | 1,781 | 9/4/2018 | |
18.8.0 | 1,868 | 8/3/2018 | |
18.4.0 | 12,318 | 4/23/2018 | |
18.2.0 | 1,957 | 2/26/2018 | |
17.11.0 | 1,832 | 12/18/2017 | |
1.0.18 | 11,095 | 9/27/2017 | |
1.0.17 | 1,883 | 9/27/2017 | |
1.0.16 | 1,970 | 9/5/2017 | |
1.0.15 | 1,933 | 9/5/2017 | |
1.0.14 | 1,907 | 9/5/2017 | |
1.0.13 | 1,938 | 8/14/2017 | |
1.0.12 | 1,868 | 7/18/2017 | |
1.0.11 | 1,948 | 7/3/2017 | |
1.0.10 | 1,888 | 6/21/2017 | |
1.0.9 | 1,929 | 5/25/2017 | |
1.0.8 | 1,903 | 5/24/2017 | |
1.0.7 | 1,919 | 5/24/2017 | |
1.0.6 | 1,854 | 5/23/2017 | |
1.0.5 | 4,015 | 1/6/2017 | |
1.0.4 | 2,082 | 11/2/2016 | |
1.0.3 | 1,949 | 10/20/2016 | |
1.0.2 | 2,268 | 2/19/2016 | |
1.0.1 | 2,047 | 1/12/2016 | |
1.0.0 | 1,997 | 1/7/2016 |