Syncfusion.XlsIO.UWP 31.1.17

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 31.1.17
                    
NuGet\Install-Package Syncfusion.XlsIO.UWP -Version 31.1.17
                    
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="31.1.17" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.XlsIO.UWP" Version="31.1.17" />
                    
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 31.1.17
                    
#r "nuget: Syncfusion.XlsIO.UWP, 31.1.17"
                    
#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@31.1.17
                    
#: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=31.1.17
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.XlsIO.UWP&version=31.1.17
                    
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.22 0 9/30/2025
31.1.21 380 9/22/2025
31.1.20 510 9/16/2025
31.1.19 364 9/11/2025
31.1.18 333 9/9/2025
31.1.17 314 9/5/2025
30.2.7 539 8/25/2025
30.2.6 455 8/18/2025
30.2.5 479 8/13/2025
30.2.4 651 8/7/2025
30.1.42 468 7/28/2025
30.1.41 1,019 7/22/2025
30.1.40 642 7/14/2025
30.1.39 630 7/8/2025
30.1.38 629 7/1/2025
30.1.37 726 6/25/2025
29.2.11 705 6/16/2025
29.2.10 755 6/9/2025
29.2.9 662 6/5/2025
29.2.8 669 6/3/2025
29.2.7 783 5/26/2025
29.2.5 667 5/20/2025
29.2.4 744 5/14/2025
29.1.41 861 5/5/2025
29.1.40 691 4/28/2025
29.1.39 688 4/21/2025
29.1.38 745 4/14/2025
29.1.37 700 4/8/2025
29.1.35 676 4/1/2025
29.1.33 1,025 3/25/2025
28.2.12 647 3/19/2025
28.2.11 732 3/10/2025
28.2.9 1,043 3/3/2025
28.2.7 710 2/25/2025
28.2.6 682 2/17/2025
28.2.5 751 2/11/2025
28.2.4 704 2/4/2025
28.2.3 5,031 1/29/2025
28.1.41 922 1/20/2025
28.1.39 724 1/13/2025
28.1.38 720 1/7/2025
28.1.37 670 12/31/2024
28.1.36 812 12/23/2024
28.1.35 804 12/18/2024
28.1.33 714 12/12/2024
27.2.5 1,627 12/2/2024
27.2.4 682 11/26/2024
27.2.3 725 11/22/2024
27.2.2 698 11/15/2024
27.1.58 699 11/4/2024
27.1.57 712 10/28/2024
27.1.56 714 10/23/2024
27.1.55 685 10/21/2024
27.1.53 776 10/14/2024
27.1.52 696 10/7/2024
27.1.51 708 9/30/2024
27.1.50 723 9/23/2024
27.1.48 767 9/18/2024
26.2.14 881 9/9/2024
26.2.13 809 9/5/2024
26.2.12 759 9/2/2024
26.2.11 788 8/27/2024
26.2.10 812 8/19/2024
26.2.9 831 8/12/2024
26.2.8 753 8/5/2024
26.2.7 667 7/29/2024
26.2.5 635 7/26/2024
26.2.4 691 7/24/2024
26.1.42 773 7/15/2024
26.1.41 759 7/8/2024
26.1.40 789 7/1/2024
26.1.39 809 6/24/2024
26.1.38 871 6/18/2024
26.1.35 5,169 6/11/2024
25.2.7 800 6/3/2024
25.2.6 811 5/28/2024
25.2.5 803 5/21/2024
25.2.4 784 5/14/2024
25.2.3 793 5/8/2024
25.1.42 810 4/29/2024
25.1.41 834 4/23/2024
25.1.40 834 4/15/2024
25.1.39 849 4/8/2024
25.1.38 1,084 4/1/2024
25.1.37 866 3/26/2024
25.1.35 2,354 3/15/2024
24.2.9 1,041 3/4/2024
24.2.8 1,858 2/26/2024
24.2.7 1,332 2/19/2024
24.2.6 1,073 2/14/2024
24.2.5 1,102 2/12/2024
24.2.4 1,181 2/5/2024
24.2.3 1,141 1/31/2024
24.1.47 1,203 1/22/2024
24.1.46 1,211 1/16/2024
24.1.45 1,278 1/8/2024
24.1.44 1,339 1/2/2024
24.1.43 1,314 12/27/2023
24.1.41 1,355 12/18/2023
23.2.7 1,481 12/6/2023
23.2.6 1,432 11/28/2023
23.2.5 2,450 11/23/2023
23.2.4 1,469 11/20/2023
23.1.44 1,458 11/6/2023
23.1.43 1,681 10/30/2023
23.1.42 1,526 10/23/2023
23.1.41 1,503 10/16/2023
23.1.40 2,259 10/10/2023
23.1.39 1,555 10/4/2023
23.1.38 1,582 9/26/2023
23.1.36 1,605 9/15/2023
22.2.12 1,854 9/5/2023
22.2.11 1,861 8/28/2023
22.2.10 1,958 8/22/2023
22.2.9 1,840 8/14/2023
22.2.8 1,863 8/7/2023
22.2.7 2,097 8/2/2023
22.2.5 1,888 7/27/2023
22.1.39 1,975 7/18/2023
22.1.38 1,873 7/11/2023
22.1.37 1,955 7/3/2023
22.1.36 1,994 6/28/2023
22.1.34 4,118 6/21/2023
21.2.10 2,062 6/12/2023
21.2.9 2,040 6/6/2023
21.2.8 2,034 5/30/2023
21.2.6 2,085 5/22/2023
21.2.5 2,155 5/15/2023
21.2.4 2,338 5/9/2023
21.2.3 2,332 5/3/2023
21.1.41 2,365 4/19/2023
21.1.39 2,486 4/10/2023
21.1.38 2,552 4/3/2023
21.1.37 2,672 3/29/2023
21.1.35 2,847 3/23/2023
20.4.0.54 2,748 3/13/2023
20.4.0.53 2,668 3/7/2023
20.4.0.52 2,712 2/28/2023
20.4.0.51 2,863 2/21/2023
20.4.0.50 2,878 2/14/2023
20.4.0.49 2,924 2/7/2023
20.4.0.48 3,038 2/1/2023
20.4.0.44 3,079 1/18/2023
20.4.0.43 3,194 1/10/2023
20.4.0.42 3,269 1/4/2023
20.4.0.41 3,258 12/29/2022
20.4.0.40 3,196 12/28/2022
20.4.0.38 3,550 12/21/2022
20.3.0.61 3,210 12/12/2022
20.3.0.60 3,337 12/6/2022
20.3.0.59 3,448 11/29/2022
20.3.0.58 3,448 11/22/2022
20.3.0.57 3,567 11/15/2022
20.3.0.56 3,625 11/8/2022
20.3.0.52 3,924 10/27/2022
20.3.0.50 4,072 10/18/2022
20.3.0.49 4,233 10/11/2022
20.3.0.48 4,211 10/5/2022
20.3.0.47 4,336 9/29/2022
20.2.0.50 4,285 9/20/2022
20.2.0.49 4,258 9/13/2022
20.2.0.48 4,325 9/6/2022
20.2.0.46 4,447 8/30/2022
20.2.0.45 4,416 8/23/2022
20.2.0.44 4,289 8/16/2022
20.2.0.43 6,101 8/8/2022
20.2.0.40 4,548 7/26/2022
20.2.0.39 4,504 7/19/2022
20.2.0.38 4,519 7/12/2022
20.2.0.36 35,531 6/30/2022
20.1.0.61 4,520 6/20/2022
20.1.0.60 4,449 6/14/2022
20.1.0.59 4,805 6/6/2022
20.1.0.58 4,654 5/30/2022
20.1.0.57 4,585 5/23/2022
20.1.0.56 4,517 5/17/2022
20.1.0.55 6,218 5/12/2022
20.1.0.52 4,742 5/2/2022
20.1.0.51 4,605 4/26/2022
20.1.0.50 4,614 4/19/2022
20.1.0.48 4,701 4/12/2022
20.1.0.47 4,587 4/4/2022
19.4.0.56 5,521 3/14/2022
19.4.0.55 4,599 3/8/2022
19.4.0.54 4,613 2/28/2022
19.4.0.53 4,656 2/22/2022
19.4.0.52 4,496 2/15/2022
19.4.0.50 4,561 2/8/2022
19.4.0.48 4,629 1/31/2022
19.4.0.47 4,512 1/24/2022
19.4.0.43 4,794 1/18/2022
19.4.0.42 3,784 1/10/2022
19.4.0.41 3,312 1/4/2022
19.4.0.40 3,252 12/28/2021
19.4.0.38 3,273 12/17/2021
19.3.0.59 3,248 12/14/2021
19.3.0.57 3,309 12/7/2021
19.3.0.56 3,885 11/29/2021
19.3.0.55 3,621 11/23/2021
19.3.0.54 3,496 11/17/2021
19.3.0.53 3,532 11/12/2021
19.3.0.48 3,514 11/2/2021
19.3.0.47 3,763 10/26/2021
19.3.0.46 3,462 10/19/2021
19.3.0.45 3,713 10/12/2021
19.3.0.44 3,763 10/5/2021
19.3.0.43 3,636 9/30/2021
19.2.0.62 3,771 9/13/2021
19.2.0.60 3,649 9/7/2021
19.2.0.59 3,864 8/30/2021
19.2.0.57 3,973 8/24/2021
19.2.0.56 3,867 8/17/2021
19.2.0.55 3,841 8/11/2021
19.2.0.51 3,883 8/2/2021
19.2.0.49 3,814 7/26/2021
19.2.0.48 3,862 7/19/2021
19.2.0.47 3,909 7/13/2021
19.2.0.46 4,113 7/6/2021
19.2.0.44 24,702 6/30/2021
19.1.0.69 4,384 6/14/2021
19.1.0.67 3,872 6/7/2021
19.1.0.66 3,743 5/31/2021
19.1.0.65 3,736 5/24/2021
19.1.0.64 3,740 5/19/2021
19.1.0.63 3,772 5/13/2021
19.1.0.59 4,109 5/3/2021
19.1.0.58 3,810 4/26/2021
19.1.0.57 3,910 4/20/2021
19.1.0.56 3,837 4/12/2021
19.1.0.55 3,830 4/6/2021
19.1.0.54 3,901 3/30/2021
18.4.0.49 3,840 3/22/2021
18.4.0.48 3,750 3/16/2021
18.4.0.47 4,154 3/9/2021
18.4.0.46 3,712 3/2/2021
18.4.0.44 3,865 2/23/2021
18.4.0.43 4,885 2/15/2021
18.4.0.42 3,851 2/9/2021
18.4.0.41 3,941 2/2/2021
18.4.0.39 3,873 1/28/2021
18.4.0.35 3,867 1/19/2021
18.4.0.34 3,986 1/12/2021
18.4.0.33 3,887 1/4/2021
18.4.0.32 3,741 12/30/2020
18.4.0.31 3,755 12/22/2020
18.4.0.30 3,955 12/17/2020
18.3.0.53 4,009 12/8/2020
18.3.0.52 3,915 11/30/2020
18.3.0.51 3,954 11/23/2020
18.3.0.50 3,912 11/17/2020
18.3.0.48 3,930 11/10/2020
18.3.0.47 4,037 11/5/2020
18.3.0.44 4,044 10/27/2020
18.3.0.42 4,178 10/20/2020
18.3.0.40 4,344 10/12/2020
18.3.0.38 4,008 10/7/2020
18.3.0.35 18,564 10/1/2020
18.2.0.59 4,001 9/22/2020
18.2.0.58 3,990 9/15/2020
18.2.0.57 4,052 9/8/2020
18.2.0.56 4,224 9/1/2020
18.2.0.55 4,023 8/25/2020
18.2.0.54 4,218 8/18/2020
18.2.0.48 4,086 8/4/2020
18.2.0.47 4,161 7/28/2020
18.2.0.46 4,097 7/21/2020
18.2.0.45 4,227 7/14/2020
18.2.0.44 4,608 7/6/2020
18.1.0.59 4,274 6/23/2020
18.1.0.57 4,185 6/15/2020
18.1.0.56 4,317 6/9/2020
18.1.0.55 4,199 6/2/2020
18.1.0.54 4,228 5/26/2020
18.1.0.53 4,264 5/19/2020
18.1.0.52 7,427 5/13/2020
18.1.0.48 4,286 5/5/2020
18.1.0.46 4,339 4/28/2020
18.1.0.45 4,221 4/21/2020
18.1.0.44 4,269 4/14/2020
18.1.0.43 4,363 4/7/2020
18.1.0.42 4,587 4/1/2020
18.1.0.36-beta 2,326 3/19/2020
17.4.0.55 4,393 3/10/2020
17.4.0.53 4,348 3/3/2020
17.4.0.51 4,278 2/25/2020
17.4.0.50 4,302 2/18/2020
17.4.0.49 4,232 2/11/2020
17.4.0.47 4,410 2/5/2020
17.4.0.46 4,219 1/30/2020
17.4.0.44 4,265 1/21/2020
17.4.0.43 4,389 1/14/2020
17.4.0.41 4,336 1/7/2020
17.4.0.40 4,352 12/24/2019
17.4.0.39 8,455 12/17/2019
17.3.0.34 4,338 12/10/2019
17.3.0.33 4,291 12/4/2019
17.3.0.30 4,169 12/3/2019
17.3.0.29 4,366 11/26/2019
17.3.0.28 5,226 11/18/2019
17.3.0.27 4,275 11/12/2019
17.3.0.26 5,751 11/5/2019
17.3.0.21 4,313 10/29/2019
17.3.0.19 4,423 10/22/2019
17.3.0.17 5,204 10/15/2019
17.3.0.14 4,901 10/3/2019
17.3.0.9-beta 2,324 9/20/2019
17.2.0.51 4,553 9/10/2019
17.2.0.49 4,394 9/3/2019
17.2.0.47 4,337 8/27/2019
17.2.0.46 4,365 8/22/2019
17.2.0.41 4,541 8/13/2019
17.2.0.40 4,397 8/6/2019
17.2.0.39 4,500 7/30/2019
17.2.0.36 4,402 7/23/2019
17.2.0.35 4,445 7/17/2019
17.2.0.34 5,455 7/11/2019
17.2.0.28-beta 2,491 6/27/2019
17.1.0.53 4,538 6/25/2019
17.1.0.52 6,225 6/18/2019
17.1.0.51 4,463 6/11/2019
17.1.0.50 4,440 6/4/2019
17.1.0.49 4,480 5/28/2019
17.1.0.48 4,514 5/21/2019
17.1.0.47 4,717 5/14/2019
17.1.0.44 4,484 5/7/2019
17.1.0.43 4,488 4/30/2019
17.1.0.42 4,540 4/23/2019
17.1.0.41 5,961 4/16/2019
17.1.0.40 4,397 4/9/2019
17.1.0.38 4,776 3/29/2019
17.1.0.32-beta 2,461 3/13/2019
16.4.0.54 4,846 2/19/2019
16.4.0.53 4,727 2/13/2019
16.4.0.52 4,721 2/5/2019
16.4.0.48 4,408 1/22/2019
16.4.0.47 4,581 1/16/2019
16.4.0.46 4,571 1/8/2019
16.4.0.44 4,808 12/24/2018
16.4.0.42 4,772 12/17/2018
16.4.0.40-beta 2,502 12/10/2018
16.3.0.36 4,712 11/27/2018
16.3.0.35-beta 2,583 11/23/2018
16.3.0.29 4,890 10/30/2018
16.3.0.21 4,937 9/21/2018
16.3.0.17-beta 2,415 9/12/2018
16.2.0.50 4,248 8/28/2018
16.2.0.46 4,670 8/8/2018