Syncfusion.XlsIO.Wpf 23.2.7

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

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

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.7 81 12/6/2023
23.2.6 492 11/28/2023
23.2.5 351 11/23/2023
23.2.4 420 11/20/2023
23.1.44 2,501 11/6/2023
23.1.43 566 10/30/2023
23.1.42 798 10/23/2023
23.1.41 1,358 10/16/2023
23.1.40 1,303 10/10/2023
23.1.39 1,066 10/4/2023
23.1.38 1,990 9/26/2023
23.1.36 2,975 9/15/2023
22.2.12 2,109 9/5/2023
22.2.11 2,056 8/28/2023
22.2.10 1,592 8/22/2023
22.2.9 2,414 8/14/2023
22.2.8 3,143 8/7/2023
22.2.7 2,480 8/2/2023
22.2.5 2,381 7/27/2023
22.1.39 2,908 7/18/2023
22.1.38 2,148 7/11/2023
22.1.37 10,782 7/3/2023
22.1.36 2,990 6/28/2023
22.1.34 2,500 6/21/2023
21.2.10 3,138 6/12/2023
21.2.9 3,737 6/6/2023
21.2.8 2,258 5/30/2023
21.2.6 3,472 5/22/2023
21.2.5 2,390 5/15/2023
21.2.4 2,636 5/9/2023
21.2.3 3,751 5/3/2023
21.1.41 6,533 4/19/2023
21.1.39 3,362 4/10/2023
21.1.38 3,712 4/3/2023
21.1.37 5,215 3/29/2023
21.1.35 3,788 3/23/2023
20.4.0.54 4,415 3/13/2023
20.4.0.53 4,884 3/7/2023
20.4.0.52 5,092 2/28/2023
20.4.0.51 3,395 2/21/2023
20.4.0.50 3,849 2/14/2023
20.4.0.49 6,348 2/7/2023
20.4.0.48 4,138 2/1/2023
20.4.0.44 6,833 1/18/2023
20.4.0.43 5,160 1/10/2023
20.4.0.42 4,410 1/4/2023
20.4.0.41 5,209 12/29/2022
20.4.0.40 3,510 12/28/2022
20.4.0.38 5,107 12/21/2022
20.3.0.61 4,072 12/12/2022
20.3.0.60 5,999 12/6/2022
20.3.0.59 4,023 11/29/2022
20.3.0.58 7,635 11/21/2022
20.3.0.57 5,085 11/15/2022
20.3.0.56 8,305 11/8/2022
20.3.0.52 4,687 10/27/2022
20.3.0.50 6,409 10/17/2022
20.3.0.49 5,703 10/11/2022
20.3.0.48 4,916 10/5/2022
20.3.0.47 6,160 9/29/2022
20.2.0.50 7,784 9/20/2022
20.2.0.49 5,212 9/13/2022
20.2.0.48 5,593 9/6/2022
20.2.0.46 6,559 8/30/2022
20.2.0.45 6,810 8/23/2022
20.2.0.44 5,497 8/16/2022
20.2.0.43 6,531 8/8/2022
20.2.0.40 5,665 7/26/2022
20.2.0.39 5,644 7/19/2022
20.2.0.38 8,638 7/12/2022
20.2.0.36 20,430 6/30/2022
20.1.0.61 5,685 6/20/2022
20.1.0.60 5,475 6/14/2022
20.1.0.59 7,112 6/6/2022
20.1.0.58 5,833 5/30/2022
20.1.0.57 6,011 5/23/2022
20.1.0.56 6,626 5/17/2022
20.1.0.55 6,078 5/12/2022
20.1.0.52 9,287 5/2/2022
20.1.0.51 5,706 4/26/2022
20.1.0.50 5,845 4/19/2022
20.1.0.48 6,230 4/12/2022
20.1.0.47 15,919 4/4/2022
19.4.0.56 10,022 3/14/2022
19.4.0.55 6,025 3/8/2022
19.4.0.54 9,967 2/28/2022
19.4.0.53 6,775 2/22/2022
19.4.0.52 14,153 2/15/2022
19.4.0.50 5,630 2/8/2022
19.4.0.48 15,349 1/31/2022
19.4.0.47 5,613 1/24/2022
19.4.0.43 5,944 1/18/2022
19.4.0.42 8,507 1/10/2022
19.4.0.41 5,013 1/4/2022
19.4.0.40 3,856 12/28/2021
19.4.0.38 5,271 12/17/2021
19.3.0.59 9,901 12/14/2021
19.3.0.57 4,057 12/7/2021
19.3.0.56 4,919 11/29/2021
19.3.0.55 6,805 11/23/2021
19.3.0.54 3,931 11/17/2021
19.3.0.53 8,010 11/12/2021
19.3.0.48 6,349 11/3/2021
19.3.0.47 4,452 10/26/2021
19.3.0.46 7,397 10/19/2021
19.3.0.45 4,773 10/12/2021
19.3.0.44 4,437 10/5/2021
19.3.0.43 5,036 9/30/2021
19.2.0.62 6,947 9/13/2021
19.2.0.60 4,683 9/7/2021
19.2.0.59 6,286 8/30/2021
19.2.0.57 7,182 8/24/2021
19.2.0.56 4,667 8/17/2021
19.2.0.55 4,718 8/11/2021
19.2.0.51 4,778 8/2/2021
19.2.0.49 6,855 7/26/2021
19.2.0.48 4,589 7/19/2021
19.2.0.47 4,477 7/13/2021
19.2.0.46 5,144 7/6/2021
19.2.0.44 27,986 6/30/2021
19.1.0.69 6,740 6/14/2021
19.1.0.67 4,474 6/7/2021
19.1.0.66 4,554 5/31/2021
19.1.0.65 4,446 5/24/2021
19.1.0.64 5,174 5/19/2021
19.1.0.63 8,220 5/13/2021
19.1.0.59 6,403 5/3/2021
19.1.0.58 4,382 4/26/2021
19.1.0.57 4,416 4/20/2021
19.1.0.56 7,151 4/12/2021
19.1.0.55 4,456 4/6/2021
19.1.0.54 4,749 3/30/2021
18.4.0.49 5,868 3/22/2021
18.4.0.48 5,596 3/16/2021
18.4.0.47 4,403 3/9/2021
18.4.0.46 5,744 3/2/2021
18.4.0.44 4,731 2/23/2021
18.4.0.43 4,370 2/15/2021
18.4.0.42 4,636 2/9/2021
18.4.0.41 4,393 2/2/2021
18.4.0.39 4,754 1/28/2021
18.4.0.35 5,178 1/19/2021
18.4.0.34 4,583 1/12/2021
18.4.0.33 4,458 1/4/2021
18.4.0.32 7,798 12/30/2020
18.4.0.31 4,569 12/22/2020
18.4.0.30 4,749 12/17/2020
18.3.0.53 4,942 12/8/2020
18.3.0.52 4,997 11/30/2020
18.3.0.51 4,828 11/23/2020
18.3.0.50 4,967 11/17/2020
18.3.0.48 4,921 11/10/2020
18.3.0.47 5,456 11/5/2020
18.3.0.44 5,559 10/27/2020
18.3.0.42 5,564 10/20/2020
18.3.0.40 5,011 10/12/2020
18.3.0.38 4,809 10/7/2020
18.3.0.35 17,868 10/1/2020
18.2.0.59 5,109 9/22/2020
18.2.0.58 4,654 9/15/2020
18.2.0.57 4,668 9/8/2020
18.2.0.56 4,939 9/1/2020
18.2.0.55 4,771 8/24/2020
18.2.0.54 4,826 8/18/2020
18.2.0.48 5,074 8/4/2020
18.2.0.47 5,015 7/28/2020
18.2.0.46 5,258 7/21/2020
18.2.0.45 6,489 7/14/2020
18.2.0.44 14,176 7/6/2020
18.1.0.59 88,664 6/23/2020
18.1.0.57 4,777 6/15/2020
18.1.0.56 4,651 6/9/2020
18.1.0.55 4,874 6/2/2020
18.1.0.54 4,740 5/26/2020
18.1.0.53 5,042 5/19/2020
18.1.0.52 23,283 5/13/2020
18.1.0.48 4,672 5/5/2020
18.1.0.46 5,048 4/28/2020
18.1.0.45 4,777 4/21/2020
18.1.0.44 4,823 4/14/2020
18.1.0.43 5,016 4/7/2020
18.1.0.42 7,012 4/1/2020
18.1.0.36-beta 2,423 3/19/2020
17.4.0.55 5,818 3/10/2020
17.4.0.53 4,916 3/3/2020
17.4.0.51 6,173 2/25/2020
17.4.0.50 4,774 2/18/2020
17.4.0.49 5,031 2/11/2020
17.4.0.47 4,049 2/5/2020
17.4.0.46 4,217 1/30/2020
17.4.0.44 3,992 1/21/2020
17.4.0.43 3,825 1/14/2020
17.4.0.41 4,013 1/7/2020
17.4.0.40 3,950 12/24/2019
17.4.0.39 6,916 12/17/2019
17.3.0.34 4,791 12/10/2019
17.3.0.33 4,568 12/4/2019
17.3.0.30 5,846 12/3/2019
17.3.0.29 4,595 11/26/2019
17.3.0.28 4,604 11/18/2019
17.3.0.27 4,582 11/12/2019
17.3.0.26 4,997 11/5/2019
17.3.0.21 4,565 10/29/2019
17.3.0.19 4,716 10/22/2019
17.3.0.17 4,990 10/15/2019
17.3.0.14 5,323 10/3/2019
17.3.0.9-beta 2,368 9/20/2019
17.2.0.51 5,506 9/10/2019
17.2.0.49 5,230 9/3/2019
17.2.0.47 5,343 8/27/2019
17.2.0.46 4,743 8/22/2019
17.2.0.41 4,900 8/13/2019
17.2.0.40 4,691 8/6/2019
17.2.0.39 4,866 7/30/2019
17.2.0.36 4,767 7/23/2019
17.2.0.35 4,730 7/17/2019
17.2.0.34 8,614 7/11/2019
17.2.0.28-beta 2,409 6/27/2019
17.1.0.53 5,572 6/25/2019
17.1.0.52 4,634 6/18/2019
17.1.0.51 4,605 6/11/2019
17.1.0.50 4,660 6/4/2019
17.1.0.49 4,844 5/28/2019
17.1.0.48 4,692 5/21/2019
17.1.0.47 6,013 5/14/2019
17.1.0.44 4,629 5/7/2019
17.1.0.43 4,782 4/30/2019
17.1.0.42 4,778 4/23/2019
17.1.0.41 4,710 4/16/2019
17.1.0.40 4,659 4/9/2019
17.1.0.38 4,899 3/29/2019
17.1.0.32-beta 2,359 3/13/2019
16.4.0.54 5,555 2/19/2019
16.4.0.53 5,033 2/13/2019
16.4.0.52 5,447 2/5/2019
16.4.0.48 4,541 1/22/2019
16.4.0.47 4,619 1/16/2019
16.4.0.46 4,647 1/8/2019
16.4.0.44 4,609 12/24/2018
16.4.0.42 4,883 12/17/2018
16.4.0.40-beta 2,339 12/10/2018
16.3.0.36 4,810 11/27/2018
16.3.0.35-beta 2,442 11/23/2018
16.3.0.29 9,325 10/30/2018
16.3.0.21 5,461 9/21/2018
16.3.0.17-beta 1,020 9/12/2018
16.2.0.50 1,526 8/28/2018
16.2.0.46 1,468 8/10/2018