Syncfusion.XlsIO.Wpf 23.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 23.2.6
NuGet\Install-Package Syncfusion.XlsIO.Wpf -Version 23.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="23.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 23.2.6
#r "nuget: Syncfusion.XlsIO.Wpf, 23.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=23.2.6

// Install Syncfusion.XlsIO.Wpf as a Cake Tool
#tool nuget:?package=Syncfusion.XlsIO.Wpf&version=23.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, Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI, 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
23.2.6 180 11/28/2023
23.2.5 314 11/23/2023
23.2.4 376 11/20/2023
23.1.44 1,826 11/6/2023
23.1.43 561 10/30/2023
23.1.42 787 10/23/2023
23.1.41 1,261 10/16/2023
23.1.40 1,234 10/10/2023
23.1.39 1,051 10/4/2023
23.1.38 1,889 9/26/2023
23.1.36 2,794 9/15/2023
22.2.12 2,002 9/5/2023
22.2.11 2,053 8/28/2023
22.2.10 1,586 8/22/2023
22.2.9 2,375 8/14/2023
22.2.8 3,105 8/7/2023
22.2.7 2,463 8/2/2023
22.2.5 2,366 7/27/2023
22.1.39 2,890 7/18/2023
22.1.38 2,137 7/11/2023
22.1.37 10,768 7/3/2023
22.1.36 2,929 6/28/2023
22.1.34 2,487 6/21/2023
21.2.10 3,015 6/12/2023
21.2.9 3,725 6/6/2023
21.2.8 2,248 5/30/2023
21.2.6 3,465 5/22/2023
21.2.5 2,382 5/15/2023
21.2.4 2,625 5/9/2023
21.2.3 3,733 5/3/2023
21.1.41 6,500 4/19/2023
21.1.39 3,355 4/10/2023
21.1.38 3,683 4/3/2023
21.1.37 5,175 3/29/2023
21.1.35 3,768 3/23/2023
20.4.0.54 4,408 3/13/2023
20.4.0.53 4,790 3/7/2023
20.4.0.52 5,080 2/28/2023
20.4.0.51 3,388 2/21/2023
20.4.0.50 3,842 2/14/2023
20.4.0.49 6,338 2/7/2023
20.4.0.48 4,131 2/1/2023
20.4.0.44 6,775 1/18/2023
20.4.0.43 5,137 1/10/2023
20.4.0.42 4,385 1/4/2023
20.4.0.41 5,202 12/29/2022
20.4.0.40 3,503 12/28/2022
20.4.0.38 5,037 12/21/2022
20.3.0.61 4,064 12/12/2022
20.3.0.60 5,997 12/6/2022
20.3.0.59 4,021 11/29/2022
20.3.0.58 7,634 11/21/2022
20.3.0.57 5,083 11/15/2022
20.3.0.56 8,152 11/8/2022
20.3.0.52 4,674 10/27/2022
20.3.0.50 6,408 10/17/2022
20.3.0.49 5,702 10/11/2022
20.3.0.48 4,915 10/5/2022
20.3.0.47 6,128 9/29/2022
20.2.0.50 7,697 9/20/2022
20.2.0.49 5,211 9/13/2022
20.2.0.48 5,589 9/6/2022
20.2.0.46 6,558 8/30/2022
20.2.0.45 6,809 8/23/2022
20.2.0.44 5,496 8/16/2022
20.2.0.43 6,518 8/8/2022
20.2.0.40 5,663 7/26/2022
20.2.0.39 5,635 7/19/2022
20.2.0.38 8,637 7/12/2022
20.2.0.36 20,273 6/30/2022
20.1.0.61 5,684 6/20/2022
20.1.0.60 5,474 6/14/2022
20.1.0.59 7,083 6/6/2022
20.1.0.58 5,831 5/30/2022
20.1.0.57 6,005 5/23/2022
20.1.0.56 6,615 5/17/2022
20.1.0.55 6,073 5/12/2022
20.1.0.52 9,282 5/2/2022
20.1.0.51 5,700 4/26/2022
20.1.0.50 5,844 4/19/2022
20.1.0.48 6,226 4/12/2022
20.1.0.47 15,716 4/4/2022
19.4.0.56 9,965 3/14/2022
19.4.0.55 6,024 3/8/2022
19.4.0.54 9,966 2/28/2022
19.4.0.53 6,773 2/22/2022
19.4.0.52 14,019 2/15/2022
19.4.0.50 5,629 2/8/2022
19.4.0.48 15,348 1/31/2022
19.4.0.47 5,606 1/24/2022
19.4.0.43 5,926 1/18/2022
19.4.0.42 8,506 1/10/2022
19.4.0.41 5,012 1/4/2022
19.4.0.40 3,855 12/28/2021
19.4.0.38 5,261 12/17/2021
19.3.0.59 9,837 12/14/2021
19.3.0.57 4,046 12/7/2021
19.3.0.56 4,917 11/29/2021
19.3.0.55 6,804 11/23/2021
19.3.0.54 3,930 11/17/2021
19.3.0.53 8,009 11/12/2021
19.3.0.48 6,348 11/3/2021
19.3.0.47 4,448 10/26/2021
19.3.0.46 7,183 10/19/2021
19.3.0.45 4,772 10/12/2021
19.3.0.44 4,436 10/5/2021
19.3.0.43 5,031 9/30/2021
19.2.0.62 6,942 9/13/2021
19.2.0.60 4,682 9/7/2021
19.2.0.59 6,285 8/30/2021
19.2.0.57 7,178 8/24/2021
19.2.0.56 4,666 8/17/2021
19.2.0.55 4,717 8/11/2021
19.2.0.51 4,777 8/2/2021
19.2.0.49 6,854 7/26/2021
19.2.0.48 4,588 7/19/2021
19.2.0.47 4,476 7/13/2021
19.2.0.46 5,121 7/6/2021
19.2.0.44 27,945 6/30/2021
19.1.0.69 6,735 6/14/2021
19.1.0.67 4,473 6/7/2021
19.1.0.66 4,553 5/31/2021
19.1.0.65 4,445 5/24/2021
19.1.0.64 5,173 5/19/2021
19.1.0.63 8,186 5/13/2021
19.1.0.59 6,393 5/3/2021
19.1.0.58 4,377 4/26/2021
19.1.0.57 4,415 4/20/2021
19.1.0.56 7,135 4/12/2021
19.1.0.55 4,451 4/6/2021
19.1.0.54 4,740 3/30/2021
18.4.0.49 5,865 3/22/2021
18.4.0.48 5,572 3/16/2021
18.4.0.47 4,402 3/9/2021
18.4.0.46 5,743 3/2/2021
18.4.0.44 4,730 2/23/2021
18.4.0.43 4,369 2/15/2021
18.4.0.42 4,635 2/9/2021
18.4.0.41 4,392 2/2/2021
18.4.0.39 4,750 1/28/2021
18.4.0.35 5,177 1/19/2021
18.4.0.34 4,581 1/12/2021
18.4.0.33 4,457 1/4/2021
18.4.0.32 7,797 12/30/2020
18.4.0.31 4,568 12/22/2020
18.4.0.30 4,748 12/17/2020
18.3.0.53 4,941 12/8/2020
18.3.0.52 4,995 11/30/2020
18.3.0.51 4,827 11/23/2020
18.3.0.50 4,966 11/17/2020
18.3.0.48 4,920 11/10/2020
18.3.0.47 5,455 11/5/2020
18.3.0.44 5,558 10/27/2020
18.3.0.42 5,563 10/20/2020
18.3.0.40 5,010 10/12/2020
18.3.0.38 4,808 10/7/2020
18.3.0.35 17,810 10/1/2020
18.2.0.59 5,100 9/22/2020
18.2.0.58 4,653 9/15/2020
18.2.0.57 4,667 9/8/2020
18.2.0.56 4,938 9/1/2020
18.2.0.55 4,769 8/24/2020
18.2.0.54 4,821 8/18/2020
18.2.0.48 5,064 8/4/2020
18.2.0.47 5,014 7/28/2020
18.2.0.46 5,254 7/21/2020
18.2.0.45 6,472 7/14/2020
18.2.0.44 14,174 7/6/2020
18.1.0.59 88,650 6/23/2020
18.1.0.57 4,776 6/15/2020
18.1.0.56 4,650 6/9/2020
18.1.0.55 4,870 6/2/2020
18.1.0.54 4,739 5/26/2020
18.1.0.53 5,038 5/19/2020
18.1.0.52 23,255 5/13/2020
18.1.0.48 4,671 5/5/2020
18.1.0.46 5,047 4/28/2020
18.1.0.45 4,776 4/21/2020
18.1.0.44 4,819 4/14/2020
18.1.0.43 5,015 4/7/2020
18.1.0.42 7,011 4/1/2020
18.1.0.36-beta 2,422 3/19/2020
17.4.0.55 5,816 3/10/2020
17.4.0.53 4,912 3/3/2020
17.4.0.51 6,172 2/25/2020
17.4.0.50 4,770 2/18/2020
17.4.0.49 5,027 2/11/2020
17.4.0.47 4,048 2/5/2020
17.4.0.46 4,216 1/30/2020
17.4.0.44 3,991 1/21/2020
17.4.0.43 3,824 1/14/2020
17.4.0.41 4,009 1/7/2020
17.4.0.40 3,949 12/24/2019
17.4.0.39 6,915 12/17/2019
17.3.0.34 4,789 12/10/2019
17.3.0.33 4,567 12/4/2019
17.3.0.30 5,845 12/3/2019
17.3.0.29 4,594 11/26/2019
17.3.0.28 4,603 11/18/2019
17.3.0.27 4,581 11/12/2019
17.3.0.26 4,996 11/5/2019
17.3.0.21 4,561 10/29/2019
17.3.0.19 4,715 10/22/2019
17.3.0.17 4,986 10/15/2019
17.3.0.14 5,322 10/3/2019
17.3.0.9-beta 2,367 9/20/2019
17.2.0.51 5,502 9/10/2019
17.2.0.49 5,229 9/3/2019
17.2.0.47 5,338 8/27/2019
17.2.0.46 4,739 8/22/2019
17.2.0.41 4,899 8/13/2019
17.2.0.40 4,687 8/6/2019
17.2.0.39 4,862 7/30/2019
17.2.0.36 4,763 7/23/2019
17.2.0.35 4,729 7/17/2019
17.2.0.34 8,613 7/11/2019
17.2.0.28-beta 2,408 6/27/2019
17.1.0.53 5,571 6/25/2019
17.1.0.52 4,630 6/18/2019
17.1.0.51 4,604 6/11/2019
17.1.0.50 4,659 6/4/2019
17.1.0.49 4,843 5/28/2019
17.1.0.48 4,691 5/21/2019
17.1.0.47 6,003 5/14/2019
17.1.0.44 4,628 5/7/2019
17.1.0.43 4,778 4/30/2019
17.1.0.42 4,777 4/23/2019
17.1.0.41 4,706 4/16/2019
17.1.0.40 4,658 4/9/2019
17.1.0.38 4,895 3/29/2019
17.1.0.32-beta 2,358 3/13/2019
16.4.0.54 5,554 2/19/2019
16.4.0.53 5,032 2/13/2019
16.4.0.52 5,443 2/5/2019
16.4.0.48 4,540 1/22/2019
16.4.0.47 4,618 1/16/2019
16.4.0.46 4,644 1/8/2019
16.4.0.44 4,608 12/24/2018
16.4.0.42 4,882 12/17/2018
16.4.0.40-beta 2,338 12/10/2018
16.3.0.36 4,809 11/27/2018
16.3.0.35-beta 2,439 11/23/2018
16.3.0.29 9,248 10/30/2018
16.3.0.21 5,457 9/21/2018
16.3.0.17-beta 1,019 9/12/2018
16.2.0.50 1,523 8/28/2018
16.2.0.46 1,467 8/10/2018