Aspose.Cells 20.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Aspose.Cells --version 20.1.0
NuGet\Install-Package Aspose.Cells -Version 20.1.0
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" Version="20.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.Cells --version 20.1.0
#r "nuget: Aspose.Cells, 20.1.0"
#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 as a Cake Addin
#addin nuget:?package=Aspose.Cells&version=20.1.0

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

Aspose.Cells for .NET consists of API and GUI controls to create, process, manipulate & convert Microsoft Excel® spreadsheets without needing Office Automation.

Some of the basic tasks developers can perform after integrating the API are management of worksheets, rows, columns & cells, creating spreadsheet contents and styles from scratch, importing data onto the worksheets from different data sources, adding common and complex mathematical, financial and text formulas, manipulation of charts, pictures, comments, drawing objects and much more.

Aspose.Cells for .NET provides a Grid solution with two GUI based .NET controls. One for the desktop applications and the other for .NET based web applications. You can import/export Excel files, manipulate data & formatting, customize grid design and layout, manage multiple worksheets, create and calculate Excel formulas and numerous other Excel-like operations while using these controls.

Excel File Processing Features

  • Spreadsheet generation & manipulation via API.
  • High quality file format conversion & rendering.
  • Print Microsoft Excel files to physical or virtual printers.
  • Combine, modify, protect or parse Excel sheets.
  • Apply worksheet formatting.
  • Configure and apply page setup for the worksheets.
  • Create, customize & refresh charts, Pivot Tables, conditional formatting rules & spark-lines.
  • Convert spreadsheet charts to images & PDF.
  • Convert Excel files to various other formats.
  • Formula calculation engine that supports all basic and advanced Excel functions.

Read & Write Spreadsheet Formats

Microsoft Excel: XLS, XLSX, XLSB, XLT, XLTX, XLTM, XLSM, XML OpenOffice: ODS Text: CSV, TSV Web: HTML, MHTML Numbers: Apple's iWork office suite Numbers app documents

Save Excel Files As

Fixed Layout: PDF, PDF/A, XPS Data Interchange: DIF Images: JPEG, PNG, BMP, SVG, TIFF, EMF, GIF

Platform Independence

Aspose.Cells for .NET can be used to build ASP.NET, Web Services, WinForms or other .NET applications for framework 2.0 or later on 32-bit and 64-bit operating systems. It also provides dedicated assemblies for Xamarin.Android (for native Android apps), Xamarin.iOS (for native iOS apps), COM (for pre-.NET technologies), Mono, and Windows Azure.

Getting Started with Aspose.Cells for .NET

Are you ready to give Aspose.Cells for .NET a try? Simply execute Install-Package Aspose.Cells from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.Cells for .NET and want to upgrade the version, please execute Update-Package Aspose.Cells to get the latest version.

Create a New Excel File via C#

You can execute below code snippet to see how Aspose.Cells API performs in your environment or check the GitHub Repository for other common usage scenarios.

// initiate an instance of Workbook
var book = new Aspose.Cells.Workbook();
// access first (default) worksheet
var sheet = book.Worksheets[0];
// access CellsCollection of first worksheet
var cells = sheet.Cells;
// write HelloWorld to cells A1
cells["A1"].Value = "Hello World";
// save spreadsheet to disc
book.Save("output.xlsx", SaveFormat.Xlsx);

Convert Excel Files to PDF, XPS & HTML

Aspose.Cells for .NET is capable of converting spreadsheets to numerous other popular formats including PDF, XPS & HTML formats while maintaining the highest visual fidelity. The conversion process is simple, configurable and reliable.

// load file to be converted
var workbook = new Aspose.Cells.Workbook(dir + "template.xlsx");
// save in different formats
workbook.Save(dir + "output.pdf", Aspose.Cells.SaveFormat.Pdf);
workbook.Save(dir + "output.xps", Aspose.Cells.SaveFormat.XPS);
workbook.Save(dir + "output.html", Aspose.Cells.SaveFormat.Html);

Product Page | Documentation | API Reference | Code Examples | Blog | Free Support | Temporary License

Product 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 net20 is compatible.  net35 is compatible.  net40 is compatible.  net40-client is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  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.  monoandroid44 is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed.  xamarinios10 is compatible. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 2.0

    • No dependencies.
  • .NETFramework 3.5

    • No dependencies.
  • .NETFramework 4.0

    • No dependencies.
  • .NETStandard 2.0

  • MonoAndroid 4.4

    • No dependencies.
  • Xamarin.iOS 1.0

    • No dependencies.

NuGet packages (81)

Showing the top 5 NuGet packages that depend on Aspose.Cells:

Package Downloads
fion.modelerp.core

ModelErp

TrueSight

Package Description

Aspose.Total

Aspose.Total for .NET is the most complete package of all .NET file format APIs offered by Aspose. It empowers developers to create, edit, render, print and convert between a wide range of popular document formats within any .NET, C#, ASP.NET and VB.NET applications.

Pj.Library.ThirdParty

Utilities to fasten the development -Library Extensions to the default .net system objects Helpers for serialization, transform, compression, network and file transfer, database operations, logging -Secure Provides encryption and decryption -Service Cloud service support with google drive access and onedrive storage access -ThirdParty Excel read and write, csv file operations

Aspose.Cells.GridJs

Aspose.Cells.GridJs is a lightweight, scalable, and customizable toolkit that provides cross-platform web applications, enables convenient development for editing or viewing Excel/Spreadsheet files, offers simple deployment, and provides easy-to-use APIs..

GitHub repositories (6)

Showing the top 5 popular GitHub repositories that depend on Aspose.Cells:

Repository Stars
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
aspose-cells/Aspose.Cells-for-.NET
Aspose.Cells for .NET examples, plugins and showcases
loamen/Kalman.Studio
Kalman.Studio代码生成器是一款基于T4模板引擎的代码生成器和开发辅助工具。可以根据数据库元数据架构信息来生成代码,还可以解析PowerDesigner物理模型文件,根据PDM模型对象来生成代码等。
xlljc/DungeonShooting
《枪火地牢》,一款由Godot开发的地牢射击Rogue游戏
aspose-pdf/Aspose.PDF-for-.NET
Aspose.PDF for .NET examples, plugins and showcase projects
Version Downloads Last updated
24.4.0 13,761 4/9/2024
24.3.0 50,620 3/8/2024
24.2.0 69,775 2/5/2024
24.1.0 97,439 1/10/2024
23.12.0 67,277 12/12/2023
23.11.0 132,976 11/9/2023
23.10.0 163,468 10/12/2023
23.9.0 130,413 9/13/2023
23.8.0 227,509 8/9/2023
23.7.0 145,381 7/13/2023
23.6.0 152,925 6/8/2023
23.5.0 173,325 5/9/2023
23.4.0 287,041 4/11/2023
23.3.0 492,735 3/8/2023
23.2.0 217,881 2/8/2023
23.1.1 215,595 1/17/2023
23.1.0 57,199 1/10/2023
22.12.0 243,235 12/9/2022
22.11.0 261,692 11/10/2022
22.10.1 258,809 10/20/2022
22.10.0 70,546 10/11/2022
22.9.0 398,133 9/8/2022
22.8.0 192,565 8/4/2022
22.7.0 224,731 7/7/2022
22.6.1 393,648 6/13/2022
22.5.0 244,439 5/10/2022
22.4.0 259,241 4/12/2022
22.3.0 353,089 3/10/2022
22.2.0 235,811 2/11/2022
22.1.0 335,452 1/7/2022
21.12.0 180,293 12/8/2021
21.11.0 322,938 11/8/2021
21.10.0 186,344 10/14/2021
21.9.0 287,852 9/15/2021
21.8.0 205,688 8/12/2021
21.7.0 279,759 7/13/2021
21.6.0 347,378 6/16/2021
21.5.0 313,739 5/14/2021
21.4.0 216,008 4/14/2021
21.3.0 194,467 3/11/2021
21.2.0 393,089 2/5/2021
21.1.0 445,080 1/15/2021
20.12.0 230,762 12/17/2020
20.11.0 320,148 11/12/2020
20.10.0 216,573 10/16/2020
20.9.0 188,940 9/10/2020
20.8.0 257,603 8/13/2020
20.7.0 336,535 7/15/2020
20.6.0 375,388 6/12/2020
20.5.0 171,670 5/21/2020
20.4.0 315,784 4/16/2020
20.3.0 317,123 3/19/2020
20.2.0 151,968 2/20/2020
20.1.0 194,377 1/16/2020
19.12.0 212,638 12/17/2019
19.11.0 227,653 11/15/2019
19.10.0 185,372 10/18/2019
19.9.0 221,740 9/18/2019
19.8.0 211,385 8/20/2019
19.7.0 264,592 7/18/2019
19.6.0 115,866 6/20/2019
19.5.0 112,588 5/16/2019
19.4.0 314,485 4/17/2019
19.3.0 138,057 3/15/2019
19.2.0 165,403 2/18/2019
19.1.0 160,129 1/17/2019
18.12.0 380,710 12/19/2018
18.11.0 129,313 11/19/2018
18.10.0 144,015 10/18/2018
18.9.0 52,388 9/17/2018
18.8.0 120,034 8/15/2018
18.7.0 125,232 7/12/2018
18.6.0 184,467 6/19/2018
18.5.1 49,174 5/23/2018
18.5.0 67,257 5/17/2018
18.4.0 115,927 4/19/2018
18.3.0 132,362 3/16/2018
18.2.0 44,413 2/7/2018
18.1.0 148,649 1/18/2018
17.12.0 82,315 12/15/2017
17.11.1 27,274 11/20/2017
17.10.0 69,461 10/18/2017
17.9.0 43,390 9/19/2017
17.8.0 95,166 8/15/2017
17.7.0 100,693 7/18/2017
17.6.0 36,729 6/15/2017
17.5.0 35,359 5/16/2017
17.4.0 63,700 4/20/2017
17.3.0 49,868 3/16/2017
17.2.0 48,913 2/16/2017
17.1.0 48,519 1/12/2017
16.12.0 66,225 12/13/2016
16.11.0 61,336 11/11/2016
16.10.0 74,554 10/12/2016
9.0.0 81,828 9/13/2016
8.9.2 102,871 8/19/2016
8.9.1 5,607 8/12/2016
8.9.0 65,294 7/18/2016
8.8.3 39,972 6/28/2016
8.8.2 35,519 6/3/2016
8.8.1 8,144 5/23/2016
8.8.0 127,202 4/21/2016
8.7.2 52,574 3/25/2016
8.7.1 91,322 2/24/2016
8.7.0 25,548 1/26/2016
8.6.3 40,482 12/23/2015
8.6.2 47,359 11/20/2015
8.6.1 38,253 10/23/2015
8.6.0 39,367 9/21/2015
8.5.2 38,509 8/17/2015
8.5.1 50,601 7/16/2015
8.5.0 28,754 6/19/2015
8.4.2 52,137 5/19/2015
8.4.1 18,201 4/15/2015
8.4.0 45,854 3/12/2015
8.3.2.1 81,181 2/4/2015
8.3.2 17,029 1/23/2015
8.3.1 24,036 12/10/2014
8.3.0 9,096 11/14/2014
8.2.2 88,878 10/16/2014
8.2.1 64,655 9/17/2014
8.2.0 18,011 8/15/2014
8.1.2 11,579 7/23/2014
8.1.1 28,588 6/27/2014
8.1.0 21,274 6/6/2014
8.0.2 16,816 5/14/2014
8.0.1 13,013 4/21/2014
8.0.0 16,789 3/26/2014
7.7.2 270,322 2/17/2014
7.7.1 26,572 1/15/2014
7.7.0 22,053 12/16/2013
7.6.1 55,449 11/18/2013
7.6.0 43,931 10/17/2013
7.5.3 14,451 9/10/2013
7.5.2 15,071 8/14/2013
7.5.1 10,671 7/18/2013
7.5.0 31,087 6/10/2013
7.4.3 35,903 4/29/2013
7.4.2 12,821 4/1/2013
7.4.1 9,537 3/4/2013
7.4.0 20,299 1/28/2013
7.3.5 9,973 12/31/2012
7.3.4 17,854 11/30/2012
7.3.3 18,161 10/30/2012
7.3.2 58,876 9/28/2012
7.3.1 12,402 8/27/2012
7.3.0 12,286 7/17/2012
7.2.2 14,803 6/18/2012
7.2.1 10,101 5/21/2012
7.2.0 27,219 4/16/2012
7.1.2 7,296 3/19/2012
7.1.1.1 7,433 2/16/2012
7.1.1 6,116 2/14/2012
7.1.0 23,444 1/24/2012