Syncfusion.XlsIO.Wpf 21.2.6

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET 6.0 .NET Framework 4.0
dotnet add package Syncfusion.XlsIO.Wpf --version 21.2.6
NuGet\Install-Package Syncfusion.XlsIO.Wpf -Version 21.2.6
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="Syncfusion.XlsIO.Wpf" Version="21.2.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.XlsIO.Wpf --version 21.2.6
#r "nuget: Syncfusion.XlsIO.Wpf, 21.2.6"
#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 Syncfusion.XlsIO.Wpf as a Cake Addin
#addin nuget:?package=Syncfusion.XlsIO.Wpf&version=21.2.6

// Install Syncfusion.XlsIO.Wpf as a Cake Tool
#tool nuget:?package=Syncfusion.XlsIO.Wpf&version=21.2.6

Syncfusion WPF Excel library

The Syncfusion WPF Excel (XlsIO) library is a feature-rich and high-performance .NET Excel library that is used to create, read, and edit Excel documents programmatically without Microsoft Office dependencies.

WPF Excel Library

Features Overview | Docs | API Reference | Online Demo | GitHub Examples | Blogs | Support | Forums | Feedback

Key features

System Requirements

Getting Started

You can fetch the Syncfusion WPF Excel library NuGet by simply running the command Install-Package Syncfusion.XlsIO.Wpf from the Package Manager Console in Visual Studio.

Try the following code snippet to create a simple Excel document.

using Syncfusion.XlsIO;
//Initialize ExcelEngine.
using (ExcelEngine excelEngine = new ExcelEngine())
{
    //Initialize IApplication.
    IApplication application = excelEngine.Excel;
    //Set the default version as Xlsx.
    application.DefaultVersion = ExcelVersion.Xlsx;
    //Create a new workbook with one worksheet.
    IWorkbook workbook = application.Workbooks.Create(1);
    //Get the worksheet into IWorksheet.
    IWorksheet worksheet = workbook.Worksheets[0];
    //Set a value to Excel cell.
    worksheet.Range["A1"].Value = "Hello World";
    //Save the Excel document.
    workbook.SaveAs("Output.xlsx");
}

For more information to get started, refer to our Getting Started Documentation page.

License

This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA. You can purchase a license here or start a free 30-day trial here.

About Syncfusion

Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 27,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1700+ components and frameworks for web (Blazor, Flutter, ASP.NET Core, ASP.NET MVC, ASP.NET Web Forms, JavaScript, Angular, React, Vue, and jQuery), mobile (.NET MAUI (Preview), Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI (Preview), Flutter, Xamarin, and UWP). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software.


sales@syncfusion.com | www.syncfusion.com | Toll Free: 1-888-9 DOTNET

Product Compatible and additional computed target framework versions.
.NET net6.0-windows was computed.  net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net7.0-windows7.0 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on Syncfusion.XlsIO.Wpf:

Package Downloads
Syncfusion.DataGridExcelExport.Wpf The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides the functionality to utilize the features of Syncfusion WPF DataGrid Excel Export control and more.

Syncfusion.ExcelChartToImageConverter.WPF The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides the functionality to utilize the features of Syncfusion WPF Excel Chart to Image converter and more.

Syncfusion.SfSpreadsheet.WPF The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides the functionality to utilize the features of Syncfusion WPF Spreadsheet control and more.

Syncfusion.ExportOlapGrid.Wpf The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides the functionality to utilize the features of Syncfusion WPF Export Olap Grid control and more.

Syncfusion.ExcelToPdfConverter.Wpf The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides the functionality to utilize the features of Syncfusion WPF Excel-To-PDF Converter and more.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Syncfusion.XlsIO.Wpf:

Repository Stars
QL-Win/QuickLook.Plugin.OfficeViewer
Word, Excel, and PowerPoint plugin for QuickLook.
syncfusion/wpf-demos
This repository contains the samples for Syncfusion WPF UI Controls and File Format libraries and the guide to use them.
Version Downloads Last updated
21.2.6 309 5/22/2023
21.2.5 447 5/15/2023
21.2.4 619 5/9/2023
21.2.3 879 5/3/2023
21.1.41 2,899 4/19/2023
21.1.39 1,175 4/10/2023
21.1.38 1,203 4/3/2023
21.1.37 2,802 3/29/2023
21.1.35 1,486 3/23/2023
20.4.0.54 2,347 3/13/2023
20.4.0.53 1,801 3/7/2023
20.4.0.52 3,227 2/28/2023
20.4.0.51 1,618 2/21/2023
20.4.0.50 2,130 2/14/2023
20.4.0.49 3,584 2/7/2023
20.4.0.48 2,105 2/1/2023
20.4.0.44 3,277 1/18/2023
20.4.0.43 2,993 1/10/2023
20.4.0.42 2,172 1/4/2023
20.4.0.41 3,388 12/29/2022
20.4.0.40 1,566 12/28/2022
20.4.0.38 2,812 12/21/2022
20.3.0.61 2,111 12/12/2022
20.3.0.60 4,164 12/6/2022
20.3.0.59 2,203 11/29/2022
20.3.0.58 5,872 11/21/2022
20.3.0.57 3,213 11/15/2022
20.3.0.56 4,044 11/8/2022
20.3.0.52 2,862 10/27/2022
20.3.0.50 4,470 10/17/2022
20.3.0.49 3,599 10/11/2022
20.3.0.48 3,182 10/5/2022
20.3.0.47 4,030 9/29/2022
20.2.0.50 5,401 9/20/2022
20.2.0.49 3,362 9/13/2022
20.2.0.48 3,800 9/6/2022
20.2.0.46 4,751 8/30/2022
20.2.0.45 5,065 8/23/2022
20.2.0.44 3,680 8/16/2022
20.2.0.43 4,602 8/8/2022
20.2.0.40 3,885 7/26/2022
20.2.0.39 3,750 7/19/2022
20.2.0.38 6,614 7/12/2022
20.2.0.36 10,980 6/30/2022
20.1.0.61 3,875 6/20/2022
20.1.0.60 3,782 6/14/2022
20.1.0.59 4,435 6/6/2022
20.1.0.58 3,914 5/30/2022
20.1.0.57 4,198 5/23/2022
20.1.0.56 4,579 5/17/2022
20.1.0.55 4,269 5/12/2022
20.1.0.52 7,397 5/2/2022
20.1.0.51 3,869 4/26/2022
20.1.0.50 3,996 4/19/2022
20.1.0.48 4,180 4/12/2022
20.1.0.47 11,953 4/4/2022
19.4.0.56 6,875 3/14/2022
19.4.0.55 4,190 3/8/2022
19.4.0.54 8,216 2/28/2022
19.4.0.53 4,839 2/22/2022
19.4.0.52 9,015 2/15/2022
19.4.0.50 3,855 2/8/2022
19.4.0.48 11,689 1/31/2022
19.4.0.47 3,867 1/24/2022
19.4.0.43 3,991 1/18/2022
19.4.0.42 6,798 1/10/2022
19.4.0.41 3,092 1/4/2022
19.4.0.40 2,051 12/28/2021
19.4.0.38 3,389 12/17/2021
19.3.0.59 6,434 12/14/2021
19.3.0.57 2,111 12/7/2021
19.3.0.56 3,106 11/29/2021
19.3.0.55 4,802 11/23/2021
19.3.0.54 2,081 11/17/2021
19.3.0.53 5,159 11/12/2021
19.3.0.48 4,461 11/3/2021
19.3.0.47 2,667 10/26/2021
19.3.0.46 5,046 10/19/2021
19.3.0.45 2,907 10/12/2021
19.3.0.44 2,586 10/5/2021
19.3.0.43 3,212 9/30/2021
19.2.0.62 5,101 9/13/2021
19.2.0.60 2,697 9/7/2021
19.2.0.59 4,416 8/30/2021
19.2.0.57 5,319 8/24/2021
19.2.0.56 2,783 8/17/2021
19.2.0.55 2,998 8/11/2021
19.2.0.51 2,914 8/2/2021
19.2.0.49 4,982 7/26/2021
19.2.0.48 2,734 7/19/2021
19.2.0.47 2,705 7/13/2021
19.2.0.46 2,662 7/6/2021
19.2.0.44 20,793 6/30/2021
19.1.0.69 4,823 6/14/2021
19.1.0.67 2,648 6/7/2021
19.1.0.66 2,683 5/31/2021
19.1.0.65 2,536 5/24/2021
19.1.0.64 3,424 5/19/2021
19.1.0.63 5,068 5/13/2021
19.1.0.59 4,104 5/3/2021
19.1.0.58 2,604 4/26/2021
19.1.0.57 2,619 4/20/2021
19.1.0.56 5,105 4/12/2021
19.1.0.55 2,604 4/6/2021
19.1.0.54 2,921 3/30/2021
18.4.0.49 3,897 3/22/2021
18.4.0.48 3,517 3/16/2021
18.4.0.47 2,603 3/9/2021
18.4.0.46 3,859 3/2/2021
18.4.0.44 2,839 2/23/2021
18.4.0.43 2,515 2/15/2021
18.4.0.42 2,725 2/9/2021
18.4.0.41 2,608 2/2/2021
18.4.0.39 2,915 1/28/2021
18.4.0.35 3,348 1/19/2021
18.4.0.34 2,672 1/12/2021
18.4.0.33 2,638 1/4/2021
18.4.0.32 6,122 12/30/2020
18.4.0.31 2,787 12/22/2020
18.4.0.30 2,994 12/17/2020
18.3.0.53 3,195 12/8/2020
18.3.0.52 2,994 11/30/2020
18.3.0.51 2,975 11/23/2020
18.3.0.50 3,167 11/17/2020
18.3.0.48 2,955 11/10/2020
18.3.0.47 3,638 11/5/2020
18.3.0.44 3,683 10/27/2020
18.3.0.42 3,455 10/20/2020
18.3.0.40 3,225 10/12/2020
18.3.0.38 3,034 10/7/2020
18.3.0.35 11,797 10/1/2020
18.2.0.59 3,163 9/22/2020
18.2.0.58 2,843 9/15/2020
18.2.0.57 2,921 9/8/2020
18.2.0.56 3,127 9/1/2020
18.2.0.55 2,974 8/24/2020
18.2.0.54 3,003 8/18/2020
18.2.0.48 3,095 8/4/2020
18.2.0.47 3,016 7/28/2020
18.2.0.46 3,247 7/21/2020
18.2.0.45 4,182 7/14/2020
18.2.0.44 12,340 7/6/2020
18.1.0.59 75,574 6/23/2020
18.1.0.57 2,922 6/15/2020
18.1.0.56 2,776 6/9/2020
18.1.0.55 2,957 6/2/2020
18.1.0.54 2,877 5/26/2020
18.1.0.53 3,184 5/19/2020
18.1.0.52 20,336 5/13/2020
18.1.0.48 2,860 5/5/2020
18.1.0.46 3,190 4/28/2020
18.1.0.45 2,834 4/21/2020
18.1.0.44 2,975 4/14/2020
18.1.0.43 3,082 4/7/2020
18.1.0.42 5,045 4/1/2020
18.1.0.36-beta 1,136 3/19/2020
17.4.0.55 3,884 3/10/2020
17.4.0.53 3,078 3/3/2020
17.4.0.51 4,271 2/25/2020
17.4.0.50 2,818 2/18/2020
17.4.0.49 3,071 2/11/2020
17.4.0.47 2,567 2/5/2020
17.4.0.46 2,696 1/30/2020
17.4.0.44 2,541 1/21/2020
17.4.0.43 2,447 1/14/2020
17.4.0.41 2,543 1/7/2020
17.4.0.40 2,521 12/24/2019
17.4.0.39 4,432 12/17/2019
17.3.0.34 2,938 12/10/2019
17.3.0.33 2,863 12/4/2019
17.3.0.30 3,965 12/3/2019
17.3.0.29 2,890 11/26/2019
17.3.0.28 2,788 11/18/2019
17.3.0.27 2,745 11/12/2019
17.3.0.26 3,072 11/5/2019
17.3.0.21 2,860 10/29/2019
17.3.0.19 3,022 10/22/2019
17.3.0.17 3,022 10/15/2019
17.3.0.14 3,403 10/3/2019
17.3.0.9-beta 1,152 9/20/2019
17.2.0.51 3,646 9/10/2019
17.2.0.49 3,425 9/3/2019
17.2.0.47 3,494 8/27/2019
17.2.0.46 2,897 8/22/2019
17.2.0.41 3,150 8/13/2019
17.2.0.40 2,879 8/6/2019
17.2.0.39 3,007 7/30/2019
17.2.0.36 2,978 7/23/2019
17.2.0.35 2,945 7/17/2019
17.2.0.34 6,814 7/11/2019
17.2.0.28-beta 1,169 6/27/2019
17.1.0.53 3,616 6/25/2019
17.1.0.52 2,910 6/18/2019
17.1.0.51 2,882 6/11/2019
17.1.0.50 2,941 6/4/2019
17.1.0.49 2,989 5/28/2019
17.1.0.48 2,973 5/21/2019
17.1.0.47 4,337 5/14/2019
17.1.0.44 2,947 5/7/2019
17.1.0.43 3,033 4/30/2019
17.1.0.42 2,973 4/23/2019
17.1.0.41 2,910 4/16/2019
17.1.0.40 2,881 4/9/2019
17.1.0.38 3,099 3/29/2019
17.1.0.32-beta 1,231 3/13/2019
16.4.0.54 3,931 2/19/2019
16.4.0.53 3,422 2/13/2019
16.4.0.52 3,818 2/5/2019
16.4.0.48 3,059 1/22/2019
16.4.0.47 3,074 1/16/2019
16.4.0.46 3,130 1/8/2019
16.4.0.44 3,085 12/24/2018
16.4.0.42 3,352 12/17/2018
16.4.0.40-beta 1,358 12/10/2018
16.3.0.36 3,314 11/27/2018
16.3.0.35-beta 1,398 11/23/2018
16.3.0.29 5,416 10/30/2018
16.3.0.21 3,747 9/21/2018
16.3.0.17-beta 628 9/12/2018
16.2.0.50 1,018 8/28/2018
16.2.0.46 967 8/10/2018