Syncfusion.XlsIO.Wpf 32.1.23

Prefix Reserved
dotnet add package Syncfusion.XlsIO.Wpf --version 32.1.23
                    
NuGet\Install-Package Syncfusion.XlsIO.Wpf -Version 32.1.23
                    
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="32.1.23" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.XlsIO.Wpf" Version="32.1.23" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.XlsIO.Wpf" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Syncfusion.XlsIO.Wpf --version 32.1.23
                    
#r "nuget: Syncfusion.XlsIO.Wpf, 32.1.23"
                    
#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.
#:package Syncfusion.XlsIO.Wpf@32.1.23
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Syncfusion.XlsIO.Wpf&version=32.1.23
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.XlsIO.Wpf&version=32.1.23
                    
Install as a Cake Tool

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® licensed software, including this component, is subject to the terms and conditions of Syncfusion® 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 29,000 customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1800+ 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 net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net9.0-windows7.0 is compatible.  net10.0-windows was computed.  net10.0-windows7.0 is compatible. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (14)

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

Package Downloads
Syncfusion.ExcelToPdfConverter.Wpf

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

Syncfusion.ExcelChartToImageConverter.WPF

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

Syncfusion.DataGridExcelExport.Wpf

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

Syncfusion.SfSpreadsheet.WPF

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

Syncfusion.ExportOlapGrid.Wpf

This package provides the functionality to utilize the features of Syncfusion® WPF Export Olap Grid control 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
32.1.23 110 1/13/2026
32.1.22 1,058 1/5/2026
32.1.21 1,272 12/29/2025
32.1.20 1,474 12/23/2025
32.1.19 2,134 12/16/2025
31.2.18 2,554 12/8/2025
31.2.16 3,035 12/1/2025
31.2.15 3,414 11/25/2025
31.2.12 3,814 11/18/2025
31.2.10 4,035 11/12/2025
31.2.5 4,136 11/3/2025
31.2.4 4,123 10/28/2025
31.2.3 3,644 10/21/2025
31.2.2 4,586 10/15/2025
31.1.23 3,791 10/6/2025
31.1.22 3,758 9/30/2025
31.1.21 7,175 9/22/2025
31.1.20 3,898 9/16/2025
31.1.19 3,761 9/11/2025
31.1.18 3,623 9/9/2025
31.1.17 4,524 9/5/2025
30.2.7 4,186 8/25/2025
30.2.6 3,987 8/18/2025
30.2.5 4,018 8/13/2025
30.2.4 6,144 8/7/2025
30.1.42 4,735 7/28/2025
30.1.41 4,800 7/22/2025
30.1.40 4,232 7/14/2025
30.1.39 3,960 7/8/2025
30.1.38 4,167 7/1/2025
30.1.37 5,034 6/25/2025
29.2.11 6,793 6/16/2025
29.2.10 5,218 6/9/2025
29.2.9 4,034 6/5/2025
29.2.8 4,122 6/3/2025
29.2.7 4,080 5/26/2025
29.2.5 4,255 5/20/2025
29.2.4 4,369 5/14/2025
29.1.41 4,739 5/5/2025
29.1.40 4,356 4/28/2025
29.1.39 4,694 4/21/2025
29.1.38 5,178 4/14/2025
29.1.37 4,342 4/8/2025
29.1.35 4,949 4/1/2025
29.1.33 5,789 3/25/2025
28.2.12 9,534 3/19/2025
28.2.11 4,538 3/10/2025
28.2.9 4,736 3/3/2025
28.2.7 5,091 2/25/2025
28.2.6 5,383 2/17/2025
28.2.5 4,809 2/11/2025
28.2.4 6,570 2/4/2025
28.2.3 13,789 1/29/2025
28.1.41 4,753 1/20/2025
28.1.39 4,817 1/13/2025
28.1.38 5,726 1/7/2025
28.1.37 5,677 12/31/2024
28.1.36 4,561 12/23/2024
28.1.35 4,337 12/18/2024
28.1.33 6,866 12/12/2024
27.2.5 6,008 12/2/2024
27.2.4 5,728 11/26/2024
27.2.3 4,599 11/22/2024
27.2.2 5,340 11/15/2024
27.1.58 11,192 11/4/2024
27.1.57 6,831 10/28/2024
27.1.56 4,721 10/23/2024
27.1.55 4,502 10/21/2024
27.1.53 10,642 10/14/2024
27.1.52 4,834 10/7/2024
27.1.51 7,565 9/30/2024
27.1.50 5,869 9/23/2024
27.1.48 5,310 9/18/2024
26.2.14 5,760 9/9/2024
26.2.13 4,634 9/5/2024
26.2.12 5,439 9/2/2024
26.2.11 4,599 8/27/2024
26.2.10 5,404 8/19/2024
26.2.9 7,146 8/12/2024
26.2.8 4,852 8/5/2024
26.2.7 4,342 7/29/2024
26.2.5 4,163 7/25/2024
26.2.4 4,556 7/24/2024
26.1.42 5,425 7/15/2024
26.1.41 4,624 7/8/2024
26.1.40 6,453 7/1/2024
26.1.39 5,403 6/24/2024
26.1.38 5,306 6/18/2024
26.1.35 15,511 6/11/2024
25.2.7 4,738 6/3/2024
25.2.6 6,963 5/28/2024
25.2.5 12,641 5/21/2024
25.2.4 4,872 5/14/2024
25.2.3 5,672 5/8/2024
25.1.42 5,221 4/29/2024
25.1.41 7,922 4/23/2024
25.1.40 12,392 4/15/2024
25.1.39 5,812 4/8/2024
25.1.38 4,705 4/1/2024
25.1.37 4,643 3/26/2024
25.1.35 7,566 3/15/2024
24.2.9 12,038 3/4/2024
24.2.8 7,272 2/26/2024
24.2.7 8,764 2/19/2024
24.2.6 5,939 2/14/2024
24.2.5 5,685 2/12/2024
24.2.4 6,479 2/5/2024
24.2.3 6,182 1/31/2024
24.1.47 6,382 1/22/2024
24.1.46 6,684 1/16/2024
24.1.45 8,954 1/8/2024
24.1.44 7,481 1/2/2024
24.1.43 6,385 12/27/2023
24.1.41 16,847 12/18/2023
23.2.7 9,429 12/6/2023
23.2.6 7,297 11/28/2023
23.2.5 6,889 11/23/2023
23.2.4 7,401 11/20/2023
23.1.44 11,494 11/6/2023
23.1.43 9,955 10/30/2023
23.1.42 7,316 10/23/2023
23.1.41 7,932 10/16/2023
23.1.40 9,107 10/10/2023
23.1.39 7,596 10/4/2023
23.1.38 8,837 9/26/2023
23.1.36 15,697 9/15/2023
22.2.12 10,418 9/5/2023
22.2.11 8,865 8/28/2023
22.2.10 8,089 8/22/2023
22.2.9 9,448 8/14/2023
22.2.8 10,154 8/7/2023
22.2.7 9,353 8/2/2023
22.2.5 9,121 7/27/2023
22.1.39 10,523 7/18/2023
22.1.38 8,735 7/11/2023
22.1.37 17,444 7/3/2023
22.1.36 9,710 6/28/2023
22.1.34 13,232 6/21/2023
21.2.10 10,925 6/12/2023
21.2.9 10,223 6/6/2023
21.2.8 8,979 5/30/2023
21.2.6 10,035 5/22/2023
21.2.5 8,804 5/15/2023
21.2.4 9,250 5/9/2023
21.2.3 11,175 5/3/2023
21.1.41 13,857 4/19/2023
21.1.39 10,033 4/10/2023
21.1.38 10,324 4/3/2023
21.1.37 12,890 3/29/2023
21.1.35 11,757 3/23/2023
20.4.0.54 12,039 3/13/2023
20.4.0.53 11,826 3/7/2023
20.4.0.52 12,101 2/28/2023
20.4.0.51 9,997 2/21/2023
20.4.0.50 10,421 2/14/2023
20.4.0.49 12,957 2/7/2023
20.4.0.48 11,096 2/1/2023
20.4.0.44 22,953 1/18/2023
20.4.0.43 16,211 1/10/2023
20.4.0.42 11,592 1/4/2023
20.4.0.41 11,838 12/29/2022
20.4.0.40 10,042 12/28/2022
20.4.0.38 11,944 12/21/2022
20.3.0.61 11,225 12/12/2022
20.3.0.60 12,456 12/6/2022
20.3.0.59 10,326 11/29/2022
20.3.0.58 13,858 11/21/2022
20.3.0.57 11,438 11/15/2022
20.3.0.56 23,912 11/8/2022
20.3.0.52 11,206 10/27/2022
20.3.0.50 12,691 10/17/2022
20.3.0.49 12,748 10/11/2022
20.3.0.48 11,028 10/5/2022
20.3.0.47 13,331 9/29/2022
20.2.0.50 15,024 9/20/2022
20.2.0.49 11,562 9/13/2022
20.2.0.48 11,901 9/6/2022
20.2.0.46 12,906 8/30/2022
20.2.0.45 13,014 8/23/2022
20.2.0.44 11,934 8/16/2022
20.2.0.43 12,805 8/8/2022
20.2.0.40 11,901 7/26/2022
20.2.0.39 12,003 7/19/2022
20.2.0.38 15,418 7/12/2022
20.2.0.36 53,812 6/30/2022
20.1.0.61 11,907 6/20/2022
20.1.0.60 11,785 6/14/2022
20.1.0.59 14,296 6/6/2022
20.1.0.58 11,994 5/30/2022
20.1.0.57 12,356 5/23/2022
20.1.0.56 13,735 5/17/2022
20.1.0.55 12,524 5/12/2022
20.1.0.52 15,683 5/2/2022
20.1.0.51 11,988 4/26/2022
20.1.0.50 12,040 4/19/2022
20.1.0.48 12,883 4/12/2022
20.1.0.47 29,264 4/4/2022
19.4.0.56 24,456 3/14/2022
19.4.0.55 12,401 3/8/2022
19.4.0.54 16,332 2/28/2022
19.4.0.53 13,227 2/22/2022
19.4.0.52 25,434 2/15/2022
19.4.0.50 11,962 2/8/2022
19.4.0.48 21,641 1/31/2022
19.4.0.47 12,043 1/24/2022
19.4.0.43 12,341 1/18/2022
19.4.0.42 14,765 1/10/2022
19.4.0.41 11,431 1/4/2022
19.4.0.40 10,086 12/28/2021
19.4.0.38 15,842 12/17/2021
19.3.0.59 20,042 12/14/2021
19.3.0.57 11,868 12/7/2021
19.3.0.56 11,310 11/29/2021
19.3.0.55 13,015 11/23/2021
19.3.0.54 10,174 11/17/2021
19.3.0.53 16,055 11/12/2021
19.3.0.48 12,757 11/3/2021
19.3.0.47 10,675 10/26/2021
19.3.0.46 18,485 10/19/2021
19.3.0.45 10,997 10/12/2021
19.3.0.44 10,848 10/5/2021
19.3.0.43 11,945 9/30/2021
19.2.0.62 13,322 9/13/2021
19.2.0.60 11,025 9/7/2021
19.2.0.59 12,666 8/30/2021
19.2.0.57 13,647 8/24/2021
19.2.0.56 11,140 8/17/2021
19.2.0.55 11,249 8/11/2021
19.2.0.51 11,210 8/2/2021
19.2.0.49 13,283 7/26/2021
19.2.0.48 11,011 7/19/2021
19.2.0.47 10,986 7/13/2021
19.2.0.46 12,018 7/6/2021
19.2.0.44 45,734 6/30/2021
19.1.0.69 13,186 6/14/2021
19.1.0.67 12,763 6/7/2021
19.1.0.66 10,925 5/31/2021
19.1.0.65 10,845 5/24/2021
19.1.0.64 11,527 5/19/2021
19.1.0.63 16,129 5/13/2021
19.1.0.59 14,243 5/3/2021
19.1.0.58 10,756 4/26/2021
19.1.0.57 10,779 4/20/2021
19.1.0.56 14,581 4/12/2021
19.1.0.55 10,862 4/6/2021
19.1.0.54 11,304 3/30/2021
18.4.0.49 12,268 3/22/2021
18.4.0.48 13,027 3/16/2021
18.4.0.47 10,799 3/9/2021
18.4.0.46 12,080 3/2/2021
18.4.0.44 11,222 2/23/2021
18.4.0.43 10,719 2/15/2021
18.4.0.42 11,055 2/9/2021
18.4.0.41 10,720 2/2/2021
18.4.0.39 11,078 1/28/2021
18.4.0.35 11,622 1/19/2021
18.4.0.34 11,027 1/12/2021
18.4.0.33 10,769 1/4/2021
18.4.0.32 14,161 12/30/2020
18.4.0.31 10,963 12/22/2020
18.4.0.30 11,360 12/17/2020
18.3.0.53 11,365 12/8/2020
18.3.0.52 13,305 11/30/2020
18.3.0.51 11,278 11/23/2020
18.3.0.50 11,522 11/17/2020
18.3.0.48 11,269 11/10/2020
18.3.0.47 11,754 11/5/2020
18.3.0.44 24,359 10/27/2020
18.3.0.42 12,439 10/20/2020
18.3.0.40 11,677 10/12/2020
18.3.0.38 11,101 10/7/2020
18.3.0.35 32,898 10/1/2020
18.2.0.59 16,888 9/22/2020
18.2.0.58 10,928 9/15/2020
18.2.0.57 11,099 9/8/2020
18.2.0.56 11,189 9/1/2020
18.2.0.55 11,058 8/24/2020
18.2.0.54 11,312 8/18/2020
18.2.0.48 11,760 8/4/2020
18.2.0.47 11,464 7/28/2020
18.2.0.46 11,620 7/21/2020
18.2.0.45 13,573 7/14/2020
18.2.0.44 20,644 7/6/2020
18.1.0.59 95,238 6/23/2020
18.1.0.57 11,474 6/15/2020
18.1.0.56 13,051 6/9/2020
18.1.0.55 11,289 6/2/2020
18.1.0.54 11,216 5/26/2020
18.1.0.53 11,532 5/19/2020
18.1.0.52 32,163 5/13/2020
18.1.0.48 11,046 5/5/2020
18.1.0.46 11,450 4/28/2020
18.1.0.45 11,237 4/21/2020
18.1.0.44 11,168 4/14/2020
18.1.0.43 11,336 4/7/2020
18.1.0.42 13,876 4/1/2020
18.1.0.36-beta 5,592 3/19/2020
17.4.0.55 12,737 3/10/2020
17.4.0.53 11,312 3/3/2020
17.4.0.51 12,680 2/25/2020
17.4.0.50 11,141 2/18/2020
17.4.0.49 11,467 2/11/2020
17.4.0.47 9,589 2/5/2020
17.4.0.46 9,843 1/30/2020
17.4.0.44 9,725 1/21/2020
17.4.0.43 9,411 1/14/2020
17.4.0.41 9,625 1/7/2020
17.4.0.40 9,505 12/24/2019
17.4.0.39 14,181 12/17/2019
17.3.0.34 11,089 12/10/2019
17.3.0.33 10,705 12/4/2019
17.3.0.30 11,901 12/3/2019
17.3.0.29 10,674 11/26/2019
17.3.0.28 10,664 11/18/2019
17.3.0.27 10,692 11/12/2019
17.3.0.26 11,489 11/5/2019
17.3.0.21 10,709 10/29/2019
17.3.0.19 10,820 10/22/2019
17.3.0.17 11,508 10/15/2019
17.3.0.14 11,596 10/3/2019
17.3.0.9-beta 5,151 9/20/2019
17.2.0.51 11,655 9/10/2019
17.2.0.49 11,392 9/3/2019
17.2.0.47 11,498 8/27/2019
17.2.0.46 10,747 8/22/2019
17.2.0.41 11,029 8/13/2019
17.2.0.40 10,790 8/6/2019
17.2.0.39 10,974 7/30/2019
17.2.0.36 10,728 7/23/2019
17.2.0.35 10,782 7/17/2019
17.2.0.34 14,653 7/11/2019
17.2.0.28-beta 5,121 6/27/2019
17.1.0.53 12,041 6/25/2019
17.1.0.52 10,817 6/18/2019
17.1.0.51 10,572 6/11/2019
17.1.0.50 10,682 6/4/2019
17.1.0.49 10,861 5/28/2019
17.1.0.48 10,775 5/21/2019
17.1.0.47 11,815 5/14/2019
17.1.0.44 10,731 5/7/2019
17.1.0.43 10,881 4/30/2019
17.1.0.42 10,891 4/23/2019
17.1.0.41 10,751 4/16/2019
17.1.0.40 10,713 4/9/2019
17.1.0.38 11,035 3/29/2019
17.1.0.32-beta 5,260 3/13/2019
16.4.0.54 11,555 2/19/2019
16.4.0.53 10,955 2/13/2019
16.4.0.52 11,732 2/5/2019
16.4.0.48 10,370 1/22/2019
16.4.0.47 10,405 1/16/2019
16.4.0.46 10,526 1/8/2019
16.4.0.44 10,454 12/24/2018
16.4.0.42 10,835 12/17/2018
16.4.0.40-beta 4,838 12/10/2018
16.3.0.36 10,710 11/27/2018
16.3.0.35-beta 4,938 11/23/2018
16.3.0.29 22,539 10/30/2018
16.3.0.21 11,944 9/21/2018
16.3.0.17-beta 2,029 9/12/2018
16.2.0.50 4,906 8/28/2018
16.2.0.46 4,436 8/10/2018