Syncfusion.XlsIO.UWP 29.1.41

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.XlsIO.UWP --version 29.1.41
                    
NuGet\Install-Package Syncfusion.XlsIO.UWP -Version 29.1.41
                    
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.UWP" Version="29.1.41" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.XlsIO.UWP" Version="29.1.41" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.XlsIO.UWP" />
                    
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.UWP --version 29.1.41
                    
#r "nuget: Syncfusion.XlsIO.UWP, 29.1.41"
                    
#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.UWP@29.1.41
                    
#: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.UWP&version=29.1.41
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.XlsIO.UWP&version=29.1.41
                    
Install as a Cake Tool

Syncfusion® UWP Excel Library

The Syncfusion® UWP 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.

UWP Excel (XlsIO) library

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

Key features

System Requirements

Getting Started

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

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

using Syncfusion.XlsIO;
using Windows.Storage.Pickers;
using Windows.Storage;
using Windows.UI;

//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.
    //Initializes FileSavePicker
    FileSavePicker savePicker = new FileSavePicker();
    savePicker.SuggestedStartLocation = PickerLocationId.Desktop;
    savePicker.SuggestedFileName = "Output";
    savePicker.FileTypeChoices.Add("Excel Files", new List<string>() { ".xlsx" });
    //Creates a storage file from FileSavePicker
    StorageFile storageFile = await savePicker.PickSaveFileAsync();
    //Saves changes to the specified storage file
    await workbook.SaveAsAsync(storageFile);
}

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.
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

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

Package Downloads
Syncfusion.SfCellGrid.UWP

This package provides the functionality to utilize the features of Syncfusion® UWP Cell Grid control and more.

Syncfusion.SfSpreadsheet.UWP

This package provides the functionality to utilize the features of Syncfusion® UWP Spreadsheet library and more.

Syncfusion.PivotTableExport.UWP

This package provides the functionality to utilize the features of Syncfusion® UWP Pivot Table Export control and more.

Syncfusion.ExcelChartToImageConverter.UWP

This package provides the functionality to utilize the features of Syncfusion® UWP ExcelChart To Image Converter and more.

Syncfusion.DataGridExcelExport.UWP

This package provides the functionality to utilize the features of Syncfusion® UWP DataGridExport control and more.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
31.1.21 366 9/22/2025
31.1.20 488 9/16/2025
31.1.19 343 9/11/2025
31.1.18 321 9/9/2025
31.1.17 292 9/5/2025
30.2.7 526 8/25/2025
30.2.6 452 8/18/2025
30.2.5 457 8/13/2025
30.2.4 629 8/7/2025
30.1.42 456 7/28/2025
30.1.41 995 7/22/2025
30.1.40 630 7/14/2025
30.1.39 626 7/8/2025
30.1.38 618 7/1/2025
30.1.37 724 6/25/2025
29.2.11 693 6/16/2025
29.2.10 753 6/9/2025
29.2.9 650 6/5/2025
29.2.8 648 6/3/2025
29.2.7 771 5/26/2025
29.2.5 655 5/20/2025
29.2.4 732 5/14/2025
29.1.41 849 5/5/2025
29.1.40 659 4/28/2025
29.1.39 675 4/21/2025
29.1.38 733 4/14/2025
29.1.37 689 4/8/2025
29.1.35 674 4/1/2025
29.1.33 1,003 3/25/2025
28.2.12 635 3/19/2025
28.2.11 730 3/10/2025
28.2.9 1,038 3/3/2025
28.2.7 690 2/25/2025
28.2.6 680 2/17/2025
28.2.5 739 2/11/2025
28.2.4 702 2/4/2025
28.2.3 5,014 1/29/2025
28.1.41 910 1/20/2025
28.1.39 712 1/13/2025
28.1.38 706 1/7/2025
28.1.37 668 12/31/2024
28.1.36 797 12/23/2024
28.1.35 792 12/18/2024
28.1.33 702 12/12/2024
27.2.5 1,622 12/2/2024
27.2.4 670 11/26/2024
27.2.3 720 11/22/2024
27.2.2 685 11/15/2024
27.1.58 695 11/4/2024
27.1.57 709 10/28/2024
27.1.56 694 10/23/2024
27.1.55 663 10/21/2024
27.1.53 756 10/14/2024
27.1.52 684 10/7/2024
27.1.51 706 9/30/2024
27.1.50 720 9/23/2024
27.1.48 755 9/18/2024
26.2.14 867 9/9/2024
26.2.13 797 9/5/2024
26.2.12 747 9/2/2024
26.2.11 775 8/27/2024
26.2.10 806 8/19/2024
26.2.9 809 8/12/2024
26.2.8 731 8/5/2024
26.2.7 653 7/29/2024
26.2.5 613 7/26/2024
26.2.4 669 7/24/2024
26.1.42 751 7/15/2024
26.1.41 747 7/8/2024
26.1.40 777 7/1/2024
26.1.39 795 6/24/2024
26.1.38 859 6/18/2024
26.1.35 5,158 6/11/2024
25.2.7 798 6/3/2024
25.2.6 799 5/28/2024
25.2.5 784 5/21/2024
25.2.4 782 5/14/2024
25.2.3 781 5/8/2024
25.1.42 808 4/29/2024
25.1.41 822 4/23/2024
25.1.40 820 4/15/2024
25.1.39 847 4/8/2024
25.1.38 1,082 4/1/2024
25.1.37 844 3/26/2024
25.1.35 2,349 3/15/2024
24.2.9 1,037 3/4/2024
24.2.8 1,846 2/26/2024
24.2.7 1,330 2/19/2024
24.2.6 1,061 2/14/2024
24.2.5 1,088 2/12/2024
24.2.4 1,156 2/5/2024
24.2.3 1,119 1/31/2024
24.1.47 1,193 1/22/2024
24.1.46 1,190 1/16/2024
24.1.45 1,266 1/8/2024
24.1.44 1,327 1/2/2024
24.1.43 1,294 12/27/2023
24.1.41 1,353 12/18/2023
23.2.7 1,469 12/6/2023
23.2.6 1,424 11/28/2023
23.2.5 2,447 11/23/2023
23.2.4 1,447 11/20/2023
23.1.44 1,438 11/6/2023
23.1.43 1,679 10/30/2023
23.1.42 1,504 10/23/2023
23.1.41 1,501 10/16/2023
23.1.40 2,248 10/10/2023
23.1.39 1,553 10/4/2023
23.1.38 1,571 9/26/2023
23.1.36 1,593 9/15/2023
22.2.12 1,842 9/5/2023
22.2.11 1,858 8/28/2023
22.2.10 1,946 8/22/2023
22.2.9 1,818 8/14/2023
22.2.8 1,851 8/7/2023
22.2.7 2,095 8/2/2023
22.2.5 1,856 7/27/2023
22.1.39 1,963 7/18/2023
22.1.38 1,861 7/11/2023
22.1.37 1,933 7/3/2023
22.1.36 1,972 6/28/2023
22.1.34 4,096 6/21/2023
21.2.10 2,051 6/12/2023
21.2.9 2,028 6/6/2023
21.2.8 2,022 5/30/2023
21.2.6 2,061 5/22/2023
21.2.5 2,153 5/15/2023
21.2.4 2,336 5/9/2023
21.2.3 2,320 5/3/2023
21.1.41 2,353 4/19/2023
21.1.39 2,474 4/10/2023
21.1.38 2,531 4/3/2023
21.1.37 2,641 3/29/2023
21.1.35 2,823 3/23/2023
20.4.0.54 2,736 3/13/2023
20.4.0.53 2,655 3/7/2023
20.4.0.52 2,700 2/28/2023
20.4.0.51 2,851 2/21/2023
20.4.0.50 2,856 2/14/2023
20.4.0.49 2,912 2/7/2023
20.4.0.48 3,026 2/1/2023
20.4.0.44 3,077 1/18/2023
20.4.0.43 3,182 1/10/2023
20.4.0.42 3,249 1/4/2023
20.4.0.41 3,246 12/29/2022
20.4.0.40 3,194 12/28/2022
20.4.0.38 3,548 12/21/2022
20.3.0.61 3,198 12/12/2022
20.3.0.60 3,316 12/6/2022
20.3.0.59 3,445 11/29/2022
20.3.0.58 3,437 11/22/2022
20.3.0.57 3,555 11/15/2022
20.3.0.56 3,613 11/8/2022
20.3.0.52 3,913 10/27/2022
20.3.0.50 4,060 10/18/2022
20.3.0.49 4,212 10/11/2022
20.3.0.48 4,181 10/5/2022
20.3.0.47 4,324 9/29/2022
20.2.0.50 4,263 9/20/2022
20.2.0.49 4,246 9/13/2022
20.2.0.48 4,313 9/6/2022
20.2.0.46 4,417 8/30/2022
20.2.0.45 4,384 8/23/2022
20.2.0.44 4,287 8/16/2022
20.2.0.43 6,091 8/8/2022
20.2.0.40 4,536 7/26/2022
20.2.0.39 4,492 7/19/2022
20.2.0.38 4,507 7/12/2022
20.2.0.36 35,519 6/30/2022
20.1.0.61 4,508 6/20/2022
20.1.0.60 4,437 6/14/2022
20.1.0.59 4,773 6/6/2022
20.1.0.58 4,642 5/30/2022
20.1.0.57 4,573 5/23/2022
20.1.0.56 4,505 5/17/2022
20.1.0.55 6,216 5/12/2022
20.1.0.52 4,730 5/2/2022
20.1.0.51 4,583 4/26/2022
20.1.0.50 4,594 4/19/2022
20.1.0.48 4,699 4/12/2022
20.1.0.47 4,584 4/4/2022
19.4.0.56 5,499 3/14/2022
19.4.0.55 4,578 3/8/2022
19.4.0.54 4,611 2/28/2022
19.4.0.53 4,644 2/22/2022
19.4.0.52 4,484 2/15/2022
19.4.0.50 4,539 2/8/2022
19.4.0.48 4,617 1/31/2022
19.4.0.47 4,500 1/24/2022
19.4.0.43 4,791 1/18/2022
19.4.0.42 3,782 1/10/2022
19.4.0.41 3,291 1/4/2022
19.4.0.40 3,250 12/28/2021
19.4.0.38 3,252 12/17/2021
19.3.0.59 3,234 12/14/2021
19.3.0.57 3,287 12/7/2021
19.3.0.56 3,876 11/29/2021
19.3.0.55 3,619 11/23/2021
19.3.0.54 3,484 11/17/2021
19.3.0.53 3,506 11/12/2021
19.3.0.48 3,482 11/2/2021
19.3.0.47 3,761 10/26/2021
19.3.0.46 3,450 10/19/2021
19.3.0.45 3,681 10/12/2021
19.3.0.44 3,750 10/5/2021
19.3.0.43 3,622 9/30/2021
19.2.0.62 3,769 9/13/2021
19.2.0.60 3,637 9/7/2021
19.2.0.59 3,841 8/30/2021
19.2.0.57 3,960 8/24/2021
19.2.0.56 3,854 8/17/2021
19.2.0.55 3,828 8/11/2021
19.2.0.51 3,880 8/2/2021
19.2.0.49 3,791 7/26/2021
19.2.0.48 3,860 7/19/2021
19.2.0.47 3,907 7/13/2021
19.2.0.46 4,090 7/6/2021
19.2.0.44 24,669 6/30/2021
19.1.0.69 4,361 6/14/2021
19.1.0.67 3,861 6/7/2021
19.1.0.66 3,720 5/31/2021
19.1.0.65 3,727 5/24/2021
19.1.0.64 3,717 5/19/2021
19.1.0.63 3,765 5/13/2021
19.1.0.59 4,097 5/3/2021
19.1.0.58 3,789 4/26/2021
19.1.0.57 3,886 4/20/2021
19.1.0.56 3,826 4/12/2021
19.1.0.55 3,816 4/6/2021
19.1.0.54 3,878 3/30/2021
18.4.0.49 3,816 3/22/2021
18.4.0.48 3,736 3/16/2021
18.4.0.47 4,139 3/9/2021
18.4.0.46 3,697 3/2/2021
18.4.0.44 3,851 2/23/2021
18.4.0.43 4,873 2/15/2021
18.4.0.42 3,837 2/9/2021
18.4.0.41 3,917 2/2/2021
18.4.0.39 3,870 1/28/2021
18.4.0.35 3,843 1/19/2021
18.4.0.34 3,972 1/12/2021
18.4.0.33 3,884 1/4/2021
18.4.0.32 3,738 12/30/2020
18.4.0.31 3,731 12/22/2020
18.4.0.30 3,943 12/17/2020
18.3.0.53 3,994 12/8/2020
18.3.0.52 3,891 11/30/2020
18.3.0.51 3,951 11/23/2020
18.3.0.50 3,899 11/17/2020
18.3.0.48 3,927 11/10/2020
18.3.0.47 4,034 11/5/2020
18.3.0.44 4,030 10/27/2020
18.3.0.42 4,175 10/20/2020
18.3.0.40 4,330 10/12/2020
18.3.0.38 3,994 10/7/2020
18.3.0.35 18,551 10/1/2020
18.2.0.59 3,981 9/22/2020
18.2.0.58 3,987 9/15/2020
18.2.0.57 4,038 9/8/2020
18.2.0.56 4,221 9/1/2020
18.2.0.55 4,020 8/25/2020
18.2.0.54 4,197 8/18/2020
18.2.0.48 4,073 8/4/2020
18.2.0.47 4,158 7/28/2020
18.2.0.46 4,083 7/21/2020
18.2.0.45 4,203 7/14/2020
18.2.0.44 4,594 7/6/2020
18.1.0.59 4,262 6/23/2020
18.1.0.57 4,169 6/15/2020
18.1.0.56 4,306 6/9/2020
18.1.0.55 4,166 6/2/2020
18.1.0.54 4,226 5/26/2020
18.1.0.53 4,251 5/19/2020
18.1.0.52 7,414 5/13/2020
18.1.0.48 4,273 5/5/2020
18.1.0.46 4,337 4/28/2020
18.1.0.45 4,208 4/21/2020
18.1.0.44 4,267 4/14/2020
18.1.0.43 4,361 4/7/2020
18.1.0.42 4,565 4/1/2020
18.1.0.36-beta 2,315 3/19/2020
17.4.0.55 4,370 3/10/2020
17.4.0.53 4,336 3/3/2020
17.4.0.51 4,266 2/25/2020
17.4.0.50 4,280 2/18/2020
17.4.0.49 4,199 2/11/2020
17.4.0.47 4,388 2/5/2020
17.4.0.46 4,196 1/30/2020
17.4.0.44 4,242 1/21/2020
17.4.0.43 4,377 1/14/2020
17.4.0.41 4,313 1/7/2020
17.4.0.40 4,350 12/24/2019
17.4.0.39 8,442 12/17/2019
17.3.0.34 4,315 12/10/2019
17.3.0.33 4,278 12/4/2019
17.3.0.30 4,146 12/3/2019
17.3.0.29 4,343 11/26/2019
17.3.0.28 5,204 11/18/2019
17.3.0.27 4,273 11/12/2019
17.3.0.26 5,738 11/5/2019
17.3.0.21 4,301 10/29/2019
17.3.0.19 4,410 10/22/2019
17.3.0.17 5,191 10/15/2019
17.3.0.14 4,878 10/3/2019
17.3.0.9-beta 2,303 9/20/2019
17.2.0.51 4,540 9/10/2019
17.2.0.49 4,371 9/3/2019
17.2.0.47 4,324 8/27/2019
17.2.0.46 4,342 8/22/2019
17.2.0.41 4,530 8/13/2019
17.2.0.40 4,374 8/6/2019
17.2.0.39 4,488 7/30/2019
17.2.0.36 4,400 7/23/2019
17.2.0.35 4,443 7/17/2019
17.2.0.34 5,453 7/11/2019
17.2.0.28-beta 2,480 6/27/2019
17.1.0.53 4,525 6/25/2019
17.1.0.52 6,223 6/18/2019
17.1.0.51 4,452 6/11/2019
17.1.0.50 4,419 6/4/2019
17.1.0.49 4,467 5/28/2019
17.1.0.48 4,501 5/21/2019
17.1.0.47 4,715 5/14/2019
17.1.0.44 4,473 5/7/2019
17.1.0.43 4,475 4/30/2019
17.1.0.42 4,527 4/23/2019
17.1.0.41 5,944 4/16/2019
17.1.0.40 4,385 4/9/2019
17.1.0.38 4,757 3/29/2019
17.1.0.32-beta 2,461 3/13/2019
16.4.0.54 4,825 2/19/2019
16.4.0.53 4,714 2/13/2019
16.4.0.52 4,719 2/5/2019
16.4.0.48 4,395 1/22/2019
16.4.0.47 4,559 1/16/2019
16.4.0.46 4,569 1/8/2019
16.4.0.44 4,806 12/24/2018
16.4.0.42 4,759 12/17/2018
16.4.0.40-beta 2,491 12/10/2018
16.3.0.36 4,699 11/27/2018
16.3.0.35-beta 2,576 11/23/2018
16.3.0.29 4,878 10/30/2018
16.3.0.21 4,925 9/21/2018
16.3.0.17-beta 2,415 9/12/2018
16.2.0.50 4,235 8/28/2018
16.2.0.46 4,668 8/8/2018