Syncfusion.XlsIO.Wpf 20.2.0.43

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.XlsIO.Wpf --version 20.2.0.43
NuGet\Install-Package Syncfusion.XlsIO.Wpf -Version 20.2.0.43
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="20.2.0.43" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.XlsIO.Wpf --version 20.2.0.43
#r "nuget: Syncfusion.XlsIO.Wpf, 20.2.0.43"
#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=20.2.0.43

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

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 net5.0 was computed.  net5.0-windows was computed.  net5.0-windows7.0 is compatible.  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 netcoreapp3.1 is compatible. 
.NET Framework net35 is compatible.  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)
Included target framework(s) (in package)
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
25.1.40 323 4/15/2024
25.1.39 698 4/8/2024
25.1.38 673 4/1/2024
25.1.37 685 3/26/2024
25.1.35 1,531 3/15/2024
24.2.9 4,207 3/4/2024
24.2.8 2,301 2/26/2024
24.2.7 2,834 2/19/2024
24.2.6 1,774 2/14/2024
24.2.5 1,649 2/12/2024
24.2.4 1,879 2/5/2024
24.2.3 2,078 1/31/2024
24.1.47 2,055 1/22/2024
24.1.46 2,610 1/16/2024
24.1.45 4,870 1/8/2024
24.1.44 3,113 1/2/2024
24.1.43 2,365 12/27/2023
24.1.41 3,749 12/18/2023
23.2.7 5,293 12/6/2023
23.2.6 3,246 11/28/2023
23.2.5 2,854 11/23/2023
23.2.4 3,137 11/20/2023
23.1.44 6,608 11/6/2023
23.1.43 3,390 10/30/2023
23.1.42 3,309 10/23/2023
23.1.41 3,868 10/16/2023
23.1.40 4,410 10/10/2023
23.1.39 3,566 10/4/2023
23.1.38 4,734 9/26/2023
23.1.36 8,163 9/15/2023
22.2.12 5,042 9/5/2023
22.2.11 4,653 8/28/2023
22.2.10 4,056 8/22/2023
22.2.9 5,312 8/14/2023
22.2.8 5,874 8/7/2023
22.2.7 5,028 8/2/2023
22.2.5 4,864 7/27/2023
22.1.39 5,547 7/18/2023
22.1.38 4,625 7/11/2023
22.1.37 13,230 7/3/2023
22.1.36 5,621 6/28/2023
22.1.34 4,977 6/21/2023
21.2.10 6,663 6/12/2023
21.2.9 6,200 6/6/2023
21.2.8 4,794 5/30/2023
21.2.6 5,915 5/22/2023
21.2.5 4,772 5/15/2023
21.2.4 5,099 5/9/2023
21.2.3 6,436 5/3/2023
21.1.41 9,145 4/19/2023
21.1.39 5,904 4/10/2023
21.1.38 6,258 4/3/2023
21.1.37 8,132 3/29/2023
21.1.35 6,378 3/23/2023
20.4.0.54 7,082 3/13/2023
20.4.0.53 7,547 3/7/2023
20.4.0.52 7,618 2/28/2023
20.4.0.51 5,884 2/21/2023
20.4.0.50 6,306 2/14/2023
20.4.0.49 8,830 2/7/2023
20.4.0.48 6,865 2/1/2023
20.4.0.44 10,601 1/18/2023
20.4.0.43 8,509 1/10/2023
20.4.0.42 7,000 1/4/2023
20.4.0.41 7,694 12/29/2022
20.4.0.40 6,010 12/28/2022
20.4.0.38 7,837 12/21/2022
20.3.0.61 6,708 12/12/2022
20.3.0.60 8,581 12/6/2022
20.3.0.59 6,512 11/29/2022
20.3.0.58 10,082 11/21/2022
20.3.0.57 7,610 11/15/2022
20.3.0.56 12,398 11/8/2022
20.3.0.52 7,383 10/27/2022
20.3.0.50 8,898 10/17/2022
20.3.0.49 8,348 10/11/2022
20.3.0.48 7,262 10/5/2022
20.3.0.47 9,061 9/29/2022
20.2.0.50 10,452 9/20/2022
20.2.0.49 7,725 9/13/2022
20.2.0.48 8,079 9/6/2022
20.2.0.46 9,135 8/30/2022
20.2.0.45 9,255 8/23/2022
20.2.0.44 8,010 8/16/2022
20.2.0.43 9,002 8/8/2022
20.2.0.40 8,114 7/26/2022
20.2.0.39 8,190 7/19/2022
20.2.0.38 11,199 7/12/2022
20.2.0.36 41,967 6/30/2022
20.1.0.61 8,114 6/20/2022
20.1.0.60 7,897 6/14/2022
20.1.0.59 10,165 6/6/2022
20.1.0.58 8,208 5/30/2022
20.1.0.57 8,539 5/23/2022
20.1.0.56 9,240 5/17/2022
20.1.0.55 8,663 5/12/2022
20.1.0.52 11,838 5/2/2022
20.1.0.51 8,221 4/26/2022
20.1.0.50 8,272 4/19/2022
20.1.0.48 8,765 4/12/2022
20.1.0.47 20,733 4/4/2022
19.4.0.56 14,238 3/14/2022
19.4.0.55 8,635 3/8/2022
19.4.0.54 12,521 2/28/2022
19.4.0.53 9,376 2/22/2022
19.4.0.52 18,369 2/15/2022
19.4.0.50 8,039 2/8/2022
19.4.0.48 17,742 1/31/2022
19.4.0.47 8,092 1/24/2022
19.4.0.43 8,447 1/18/2022
19.4.0.42 11,038 1/10/2022
19.4.0.41 7,468 1/4/2022
19.4.0.40 6,321 12/28/2021
19.4.0.38 8,206 12/17/2021
19.3.0.59 13,531 12/14/2021
19.3.0.57 6,850 12/7/2021
19.3.0.56 7,403 11/29/2021
19.3.0.55 9,251 11/23/2021
19.3.0.54 6,412 11/17/2021
19.3.0.53 11,051 11/12/2021
19.3.0.48 8,824 11/3/2021
19.3.0.47 6,847 10/26/2021
19.3.0.46 11,222 10/19/2021
19.3.0.45 7,217 10/12/2021
19.3.0.44 6,985 10/5/2021
19.3.0.43 7,634 9/30/2021
19.2.0.62 9,439 9/13/2021
19.2.0.60 7,271 9/7/2021
19.2.0.59 8,881 8/30/2021
19.2.0.57 9,818 8/24/2021
19.2.0.56 7,266 8/17/2021
19.2.0.55 7,460 8/11/2021
19.2.0.51 7,386 8/2/2021
19.2.0.49 9,462 7/26/2021
19.2.0.48 7,194 7/19/2021
19.2.0.47 7,205 7/13/2021
19.2.0.46 7,976 7/6/2021
19.2.0.44 39,237 6/30/2021
19.1.0.69 9,335 6/14/2021
19.1.0.67 6,905 6/7/2021
19.1.0.66 7,104 5/31/2021
19.1.0.65 6,948 5/24/2021
19.1.0.64 7,663 5/19/2021
19.1.0.63 11,550 5/13/2021
19.1.0.59 9,324 5/3/2021
19.1.0.58 6,906 4/26/2021
19.1.0.57 6,951 4/20/2021
19.1.0.56 10,051 4/12/2021
19.1.0.55 7,037 4/6/2021
19.1.0.54 7,377 3/30/2021
18.4.0.49 8,467 3/22/2021
18.4.0.48 8,445 3/16/2021
18.4.0.47 6,998 3/9/2021
18.4.0.46 8,238 3/2/2021
18.4.0.44 7,400 2/23/2021
18.4.0.43 6,937 2/15/2021
18.4.0.42 7,216 2/9/2021
18.4.0.41 6,884 2/2/2021
18.4.0.39 7,322 1/28/2021
18.4.0.35 7,783 1/19/2021
18.4.0.34 7,271 1/12/2021
18.4.0.33 6,982 1/4/2021
18.4.0.32 10,373 12/30/2020
18.4.0.31 7,183 12/22/2020
18.4.0.30 7,419 12/17/2020
18.3.0.53 7,565 12/8/2020
18.3.0.52 7,555 11/30/2020
18.3.0.51 7,406 11/23/2020
18.3.0.50 7,652 11/17/2020
18.3.0.48 7,456 11/10/2020
18.3.0.47 7,905 11/5/2020
18.3.0.44 9,133 10/27/2020
18.3.0.42 8,414 10/20/2020
18.3.0.40 7,640 10/12/2020
18.3.0.38 7,292 10/7/2020
18.3.0.35 27,602 10/1/2020
18.2.0.59 7,839 9/22/2020
18.2.0.58 7,142 9/15/2020
18.2.0.57 7,276 9/8/2020
18.2.0.56 7,416 9/1/2020
18.2.0.55 7,232 8/24/2020
18.2.0.54 7,448 8/18/2020
18.2.0.48 7,702 8/4/2020
18.2.0.47 7,586 7/28/2020
18.2.0.46 7,765 7/21/2020
18.2.0.45 9,371 7/14/2020
18.2.0.44 16,818 7/6/2020
18.1.0.59 91,242 6/23/2020
18.1.0.57 7,360 6/15/2020
18.1.0.56 7,221 6/9/2020
18.1.0.55 7,476 6/2/2020
18.1.0.54 7,414 5/26/2020
18.1.0.53 7,586 5/19/2020
18.1.0.52 26,931 5/13/2020
18.1.0.48 7,165 5/5/2020
18.1.0.46 7,627 4/28/2020
18.1.0.45 7,401 4/21/2020
18.1.0.44 7,310 4/14/2020
18.1.0.43 7,418 4/7/2020
18.1.0.42 9,636 4/1/2020
18.1.0.36-beta 4,969 3/19/2020
17.4.0.55 8,399 3/10/2020
17.4.0.53 7,474 3/3/2020
17.4.0.51 8,684 2/25/2020
17.4.0.50 7,294 2/18/2020
17.4.0.49 7,613 2/11/2020
17.4.0.47 5,798 2/5/2020
17.4.0.46 6,044 1/30/2020
17.4.0.44 5,880 1/21/2020
17.4.0.43 5,560 1/14/2020
17.4.0.41 5,820 1/7/2020
17.4.0.40 5,742 12/24/2019
17.4.0.39 10,246 12/17/2019
17.3.0.34 7,010 12/10/2019
17.3.0.33 6,797 12/4/2019
17.3.0.30 8,022 12/3/2019
17.3.0.29 6,851 11/26/2019
17.3.0.28 6,791 11/18/2019
17.3.0.27 6,870 11/12/2019
17.3.0.26 7,601 11/5/2019
17.3.0.21 6,844 10/29/2019
17.3.0.19 6,946 10/22/2019
17.3.0.17 7,615 10/15/2019
17.3.0.14 7,676 10/3/2019
17.3.0.9-beta 4,607 9/20/2019
17.2.0.51 7,749 9/10/2019
17.2.0.49 7,466 9/3/2019
17.2.0.47 7,636 8/27/2019
17.2.0.46 6,890 8/22/2019
17.2.0.41 7,170 8/13/2019
17.2.0.40 6,929 8/6/2019
17.2.0.39 7,103 7/30/2019
17.2.0.36 6,943 7/23/2019
17.2.0.35 6,947 7/17/2019
17.2.0.34 10,822 7/11/2019
17.2.0.28-beta 4,528 6/27/2019
17.1.0.53 7,955 6/25/2019
17.1.0.52 6,973 6/18/2019
17.1.0.51 6,692 6/11/2019
17.1.0.50 6,835 6/4/2019
17.1.0.49 7,027 5/28/2019
17.1.0.48 6,939 5/21/2019
17.1.0.47 8,007 5/14/2019
17.1.0.44 6,883 5/7/2019
17.1.0.43 6,971 4/30/2019
17.1.0.42 7,023 4/23/2019
17.1.0.41 6,886 4/16/2019
17.1.0.40 6,876 4/9/2019
17.1.0.38 7,071 3/29/2019
17.1.0.32-beta 4,690 3/13/2019
16.4.0.54 7,557 2/19/2019
16.4.0.53 7,040 2/13/2019
16.4.0.52 7,578 2/5/2019
16.4.0.48 6,555 1/22/2019
16.4.0.47 6,601 1/16/2019
16.4.0.46 6,676 1/8/2019
16.4.0.44 6,638 12/24/2018
16.4.0.42 6,979 12/17/2018
16.4.0.40-beta 4,323 12/10/2018
16.3.0.36 6,839 11/27/2018
16.3.0.35-beta 4,371 11/23/2018
16.3.0.29 12,493 10/30/2018
16.3.0.21 7,567 9/21/2018
16.3.0.17-beta 1,734 9/12/2018
16.2.0.50 2,314 8/28/2018
16.2.0.46 2,206 8/10/2018