Syncfusion.XlsIO.UWP 20.2.0.50

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 20.2.0.50
                    
NuGet\Install-Package Syncfusion.XlsIO.UWP -Version 20.2.0.50
                    
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="20.2.0.50" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.XlsIO.UWP" Version="20.2.0.50" />
                    
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 20.2.0.50
                    
#r "nuget: Syncfusion.XlsIO.UWP, 20.2.0.50"
                    
#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.
#addin nuget:?package=Syncfusion.XlsIO.UWP&version=20.2.0.50
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.XlsIO.UWP&version=20.2.0.50
                    
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'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.
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
30.1.38 219 7/1/2025
30.1.37 296 6/25/2025
29.2.11 311 6/16/2025
29.2.10 409 6/9/2025
29.2.9 291 6/5/2025
29.2.8 296 6/3/2025
29.2.7 408 5/26/2025
29.2.5 300 5/20/2025
29.2.4 376 5/14/2025
29.1.41 402 5/5/2025
29.1.40 322 4/28/2025
29.1.39 333 4/21/2025
29.1.38 370 4/14/2025
29.1.37 337 4/8/2025
29.1.35 321 4/1/2025
29.1.33 659 3/25/2025
28.2.12 300 3/19/2025
28.2.11 388 3/10/2025
28.2.9 678 3/3/2025
28.2.7 338 2/25/2025
28.2.6 323 2/17/2025
28.2.5 374 2/11/2025
28.2.4 338 2/4/2025
28.2.3 3,204 1/29/2025
28.1.41 566 1/20/2025
28.1.39 352 1/13/2025
28.1.38 351 1/7/2025
28.1.37 317 12/31/2024
28.1.36 423 12/23/2024
28.1.35 435 12/18/2024
28.1.33 347 12/12/2024
27.2.5 1,078 12/2/2024
27.2.4 332 11/26/2024
27.2.3 356 11/22/2024
27.2.2 336 11/15/2024
27.1.58 350 11/4/2024
27.1.57 358 10/28/2024
27.1.56 345 10/23/2024
27.1.55 320 10/21/2024
27.1.53 416 10/14/2024
27.1.52 357 10/7/2024
27.1.51 354 9/30/2024
27.1.50 349 9/23/2024
27.1.48 391 9/18/2024
26.2.14 500 9/9/2024
26.2.13 448 9/5/2024
26.2.12 390 9/2/2024
26.2.11 424 8/27/2024
26.2.10 441 8/19/2024
26.2.9 448 8/12/2024
26.2.8 387 8/5/2024
26.2.7 295 7/29/2024
26.2.5 263 7/26/2024
26.2.4 326 7/24/2024
26.1.42 407 7/15/2024
26.1.41 402 7/8/2024
26.1.40 419 7/1/2024
26.1.39 433 6/24/2024
26.1.38 502 6/18/2024
26.1.35 4,558 6/11/2024
25.2.7 442 6/3/2024
25.2.6 431 5/28/2024
25.2.5 440 5/21/2024
25.2.4 420 5/14/2024
25.2.3 429 5/8/2024
25.1.42 451 4/29/2024
25.1.41 450 4/23/2024
25.1.40 477 4/15/2024
25.1.39 479 4/8/2024
25.1.38 721 4/1/2024
25.1.37 483 3/26/2024
25.1.35 1,986 3/15/2024
24.2.9 681 3/4/2024
24.2.8 1,492 2/26/2024
24.2.7 967 2/19/2024
24.2.6 717 2/14/2024
24.2.5 750 2/12/2024
24.2.4 787 2/5/2024
24.2.3 771 1/31/2024
24.1.47 841 1/22/2024
24.1.46 841 1/16/2024
24.1.45 938 1/8/2024
24.1.44 992 1/2/2024
24.1.43 939 12/27/2023
24.1.41 1,008 12/18/2023
23.2.7 1,112 12/6/2023
23.2.6 1,080 11/28/2023
23.2.5 2,086 11/23/2023
23.2.4 1,106 11/20/2023
23.1.44 1,095 11/6/2023
23.1.43 1,324 10/30/2023
23.1.42 1,144 10/23/2023
23.1.41 1,152 10/16/2023
23.1.40 1,914 10/10/2023
23.1.39 1,218 10/4/2023
23.1.38 1,221 9/26/2023
23.1.36 1,240 9/15/2023
22.2.12 1,482 9/5/2023
22.2.11 1,480 8/28/2023
22.2.10 1,599 8/22/2023
22.2.9 1,448 8/14/2023
22.2.8 1,488 8/7/2023
22.2.7 1,720 8/2/2023
22.2.5 1,496 7/27/2023
22.1.39 1,594 7/18/2023
22.1.38 1,496 7/11/2023
22.1.37 1,586 7/3/2023
22.1.36 1,631 6/28/2023
22.1.34 3,622 6/21/2023
21.2.10 1,683 6/12/2023
21.2.9 1,670 6/6/2023
21.2.8 1,647 5/30/2023
21.2.6 1,696 5/22/2023
21.2.5 1,774 5/15/2023
21.2.4 1,975 5/9/2023
21.2.3 1,953 5/3/2023
21.1.41 1,980 4/19/2023
21.1.39 2,104 4/10/2023
21.1.38 2,180 4/3/2023
21.1.37 2,280 3/29/2023
21.1.35 2,458 3/23/2023
20.4.0.54 2,378 3/13/2023
20.4.0.53 2,279 3/7/2023
20.4.0.52 2,340 2/28/2023
20.4.0.51 2,484 2/21/2023
20.4.0.50 2,486 2/14/2023
20.4.0.49 2,538 2/7/2023
20.4.0.48 2,655 2/1/2023
20.4.0.44 2,690 1/18/2023
20.4.0.43 2,808 1/10/2023
20.4.0.42 2,883 1/4/2023
20.4.0.41 2,873 12/29/2022
20.4.0.40 2,824 12/28/2022
20.4.0.38 3,157 12/21/2022
20.3.0.61 2,840 12/12/2022
20.3.0.60 2,944 12/6/2022
20.3.0.59 3,065 11/29/2022
20.3.0.58 3,078 11/22/2022
20.3.0.57 3,193 11/15/2022
20.3.0.56 3,239 11/8/2022
20.3.0.52 3,532 10/27/2022
20.3.0.50 3,688 10/18/2022
20.3.0.49 3,824 10/11/2022
20.3.0.48 3,816 10/5/2022
20.3.0.47 3,960 9/29/2022
20.2.0.50 3,904 9/20/2022
20.2.0.49 3,892 9/13/2022
20.2.0.48 3,946 9/6/2022
20.2.0.46 4,054 8/30/2022
20.2.0.45 4,035 8/23/2022
20.2.0.44 3,917 8/16/2022
20.2.0.43 5,714 8/8/2022
20.2.0.40 4,164 7/26/2022
20.2.0.39 4,126 7/19/2022
20.2.0.38 4,132 7/12/2022
20.2.0.36 34,461 6/30/2022
20.1.0.61 4,134 6/20/2022
20.1.0.60 4,076 6/14/2022
20.1.0.59 4,414 6/6/2022
20.1.0.58 4,266 5/30/2022
20.1.0.57 4,185 5/23/2022
20.1.0.56 4,128 5/17/2022
20.1.0.55 5,825 5/12/2022
20.1.0.52 4,354 5/2/2022
20.1.0.51 4,218 4/26/2022
20.1.0.50 4,232 4/19/2022
20.1.0.48 4,315 4/12/2022
20.1.0.47 4,211 4/4/2022
19.4.0.56 5,121 3/14/2022
19.4.0.55 4,208 3/8/2022
19.4.0.54 4,228 2/28/2022
19.4.0.53 4,263 2/22/2022
19.4.0.52 4,107 2/15/2022
19.4.0.50 4,169 2/8/2022
19.4.0.48 4,216 1/31/2022
19.4.0.47 4,139 1/24/2022
19.4.0.43 4,451 1/18/2022
19.4.0.42 3,402 1/10/2022
19.4.0.41 2,931 1/4/2022
19.4.0.40 2,868 12/28/2021
19.4.0.38 2,874 12/17/2021
19.3.0.59 2,847 12/14/2021
19.3.0.57 2,920 12/7/2021
19.3.0.56 3,503 11/29/2021
19.3.0.55 3,251 11/23/2021
19.3.0.54 3,098 11/17/2021
19.3.0.53 3,140 11/12/2021
19.3.0.48 3,117 11/2/2021
19.3.0.47 3,378 10/26/2021
19.3.0.46 3,082 10/19/2021
19.3.0.45 3,331 10/12/2021
19.3.0.44 3,368 10/5/2021
19.3.0.43 3,251 9/30/2021
19.2.0.62 3,378 9/13/2021
19.2.0.60 3,243 9/7/2021
19.2.0.59 3,487 8/30/2021
19.2.0.57 3,591 8/24/2021
19.2.0.56 3,495 8/17/2021
19.2.0.55 3,450 8/11/2021
19.2.0.51 3,489 8/2/2021
19.2.0.49 3,453 7/26/2021
19.2.0.48 3,487 7/19/2021
19.2.0.47 3,532 7/13/2021
19.2.0.46 3,727 7/6/2021
19.2.0.44 24,108 6/30/2021
19.1.0.69 3,988 6/14/2021
19.1.0.67 3,472 6/7/2021
19.1.0.66 3,339 5/31/2021
19.1.0.65 3,364 5/24/2021
19.1.0.64 3,336 5/19/2021
19.1.0.63 3,378 5/13/2021
19.1.0.59 3,720 5/3/2021
19.1.0.58 3,417 4/26/2021
19.1.0.57 3,508 4/20/2021
19.1.0.56 3,469 4/12/2021
19.1.0.55 3,454 4/6/2021
19.1.0.54 3,506 3/30/2021
18.4.0.49 3,452 3/22/2021
18.4.0.48 3,374 3/16/2021
18.4.0.47 3,771 3/9/2021
18.4.0.46 3,353 3/2/2021
18.4.0.44 3,485 2/23/2021
18.4.0.43 4,512 2/15/2021
18.4.0.42 3,469 2/9/2021
18.4.0.41 3,536 2/2/2021
18.4.0.39 3,494 1/28/2021
18.4.0.35 3,482 1/19/2021
18.4.0.34 3,596 1/12/2021
18.4.0.33 3,493 1/4/2021
18.4.0.32 3,373 12/30/2020
18.4.0.31 3,361 12/22/2020
18.4.0.30 3,551 12/17/2020
18.3.0.53 3,608 12/8/2020
18.3.0.52 3,523 11/30/2020
18.3.0.51 3,586 11/23/2020
18.3.0.50 3,543 11/17/2020
18.3.0.48 3,539 11/10/2020
18.3.0.47 3,649 11/5/2020
18.3.0.44 3,667 10/27/2020
18.3.0.42 3,772 10/20/2020
18.3.0.40 3,949 10/12/2020
18.3.0.38 3,607 10/7/2020
18.3.0.35 18,014 10/1/2020
18.2.0.59 3,600 9/22/2020
18.2.0.58 3,599 9/15/2020
18.2.0.57 3,664 9/8/2020
18.2.0.56 3,834 9/1/2020
18.2.0.55 3,659 8/25/2020
18.2.0.54 3,817 8/18/2020
18.2.0.48 3,712 8/4/2020
18.2.0.47 3,774 7/28/2020
18.2.0.46 3,724 7/21/2020
18.2.0.45 3,836 7/14/2020
18.2.0.44 4,221 7/6/2020
18.1.0.59 3,866 6/23/2020
18.1.0.57 3,798 6/15/2020
18.1.0.56 3,921 6/9/2020
18.1.0.55 3,793 6/2/2020
18.1.0.54 3,837 5/26/2020
18.1.0.53 3,884 5/19/2020
18.1.0.52 7,029 5/13/2020
18.1.0.48 3,894 5/5/2020
18.1.0.46 3,949 4/28/2020
18.1.0.45 3,833 4/21/2020
18.1.0.44 3,867 4/14/2020
18.1.0.43 3,976 4/7/2020
18.1.0.42 4,200 4/1/2020
18.1.0.36-beta 2,206 3/19/2020
17.4.0.55 4,005 3/10/2020
17.4.0.53 3,942 3/3/2020
17.4.0.51 3,881 2/25/2020
17.4.0.50 3,921 2/18/2020
17.4.0.49 3,838 2/11/2020
17.4.0.47 4,007 2/5/2020
17.4.0.46 3,816 1/30/2020
17.4.0.44 3,856 1/21/2020
17.4.0.43 3,975 1/14/2020
17.4.0.41 3,950 1/7/2020
17.4.0.40 3,979 12/24/2019
17.4.0.39 8,029 12/17/2019
17.3.0.34 3,943 12/10/2019
17.3.0.33 3,910 12/4/2019
17.3.0.30 3,781 12/3/2019
17.3.0.29 3,966 11/26/2019
17.3.0.28 4,833 11/18/2019
17.3.0.27 3,894 11/12/2019
17.3.0.26 5,351 11/5/2019
17.3.0.21 3,922 10/29/2019
17.3.0.19 4,024 10/22/2019
17.3.0.17 4,842 10/15/2019
17.3.0.14 4,508 10/3/2019
17.3.0.9-beta 2,199 9/20/2019
17.2.0.51 4,158 9/10/2019
17.2.0.49 4,014 9/3/2019
17.2.0.47 3,954 8/27/2019
17.2.0.46 3,972 8/22/2019
17.2.0.41 4,130 8/13/2019
17.2.0.40 4,014 8/6/2019
17.2.0.39 4,113 7/30/2019
17.2.0.36 4,036 7/23/2019
17.2.0.35 4,047 7/17/2019
17.2.0.34 5,061 7/11/2019
17.2.0.28-beta 2,381 6/27/2019
17.1.0.53 4,152 6/25/2019
17.1.0.52 5,842 6/18/2019
17.1.0.51 4,071 6/11/2019
17.1.0.50 4,068 6/4/2019
17.1.0.49 4,105 5/28/2019
17.1.0.48 4,125 5/21/2019
17.1.0.47 4,332 5/14/2019
17.1.0.44 4,087 5/7/2019
17.1.0.43 4,106 4/30/2019
17.1.0.42 4,143 4/23/2019
17.1.0.41 5,590 4/16/2019
17.1.0.40 3,989 4/9/2019
17.1.0.38 4,387 3/29/2019
17.1.0.32-beta 2,339 3/13/2019
16.4.0.54 4,437 2/19/2019
16.4.0.53 4,339 2/13/2019
16.4.0.52 4,328 2/5/2019
16.4.0.48 4,029 1/22/2019
16.4.0.47 4,174 1/16/2019
16.4.0.46 4,178 1/8/2019
16.4.0.44 4,409 12/24/2018
16.4.0.42 4,401 12/17/2018
16.4.0.40-beta 2,389 12/10/2018
16.3.0.36 4,318 11/27/2018
16.3.0.35-beta 2,473 11/23/2018
16.3.0.29 4,496 10/30/2018
16.3.0.21 4,525 9/21/2018
16.3.0.17-beta 2,323 9/12/2018
16.2.0.50 3,865 8/28/2018
16.2.0.46 4,251 8/8/2018