Syncfusion.XlsIO.UWP 29.2.11

Prefix Reserved
dotnet add package Syncfusion.XlsIO.UWP --version 29.2.11
                    
NuGet\Install-Package Syncfusion.XlsIO.UWP -Version 29.2.11
                    
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.2.11" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.XlsIO.UWP" Version="29.2.11" />
                    
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.2.11
                    
#r "nuget: Syncfusion.XlsIO.UWP, 29.2.11"
                    
#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=29.2.11
                    
Install Syncfusion.XlsIO.UWP as a Cake Addin
#tool nuget:?package=Syncfusion.XlsIO.UWP&version=29.2.11
                    
Install Syncfusion.XlsIO.UWP 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
29.2.11 162 6/16/2025
29.2.10 401 6/9/2025
29.2.9 284 6/5/2025
29.2.8 282 6/3/2025
29.2.7 357 5/26/2025
29.2.5 293 5/20/2025
29.2.4 369 5/14/2025
29.1.41 386 5/5/2025
29.1.40 315 4/28/2025
29.1.39 325 4/21/2025
29.1.38 365 4/14/2025
29.1.37 333 4/8/2025
29.1.35 314 4/1/2025
29.1.33 652 3/25/2025
28.2.12 296 3/19/2025
28.2.11 382 3/10/2025
28.2.9 673 3/3/2025
28.2.7 333 2/25/2025
28.2.6 316 2/17/2025
28.2.5 367 2/11/2025
28.2.4 332 2/4/2025
28.2.3 2,864 1/29/2025
28.1.41 558 1/20/2025
28.1.39 339 1/13/2025
28.1.38 343 1/7/2025
28.1.37 308 12/31/2024
28.1.36 398 12/23/2024
28.1.35 430 12/18/2024
28.1.33 341 12/12/2024
27.2.5 1,031 12/2/2024
27.2.4 325 11/26/2024
27.2.3 350 11/22/2024
27.2.2 326 11/15/2024
27.1.58 342 11/4/2024
27.1.57 350 10/28/2024
27.1.56 339 10/23/2024
27.1.55 310 10/21/2024
27.1.53 404 10/14/2024
27.1.52 345 10/7/2024
27.1.51 346 9/30/2024
27.1.50 339 9/23/2024
27.1.48 387 9/18/2024
26.2.14 493 9/9/2024
26.2.13 440 9/5/2024
26.2.12 385 9/2/2024
26.2.11 418 8/27/2024
26.2.10 436 8/19/2024
26.2.9 443 8/12/2024
26.2.8 381 8/5/2024
26.2.7 288 7/29/2024
26.2.5 253 7/26/2024
26.2.4 322 7/24/2024
26.1.42 401 7/15/2024
26.1.41 397 7/8/2024
26.1.40 413 7/1/2024
26.1.39 428 6/24/2024
26.1.38 493 6/18/2024
26.1.35 4,534 6/11/2024
25.2.7 437 6/3/2024
25.2.6 425 5/28/2024
25.2.5 433 5/21/2024
25.2.4 410 5/14/2024
25.2.3 424 5/8/2024
25.1.42 445 4/29/2024
25.1.41 441 4/23/2024
25.1.40 472 4/15/2024
25.1.39 475 4/8/2024
25.1.38 715 4/1/2024
25.1.37 476 3/26/2024
25.1.35 1,982 3/15/2024
24.2.9 675 3/4/2024
24.2.8 1,485 2/26/2024
24.2.7 955 2/19/2024
24.2.6 702 2/14/2024
24.2.5 741 2/12/2024
24.2.4 782 2/5/2024
24.2.3 762 1/31/2024
24.1.47 834 1/22/2024
24.1.46 833 1/16/2024
24.1.45 932 1/8/2024
24.1.44 988 1/2/2024
24.1.43 933 12/27/2023
24.1.41 1,002 12/18/2023
23.2.7 1,108 12/6/2023
23.2.6 1,072 11/28/2023
23.2.5 2,077 11/23/2023
23.2.4 1,100 11/20/2023
23.1.44 1,086 11/6/2023
23.1.43 1,318 10/30/2023
23.1.42 1,135 10/23/2023
23.1.41 1,141 10/16/2023
23.1.40 1,906 10/10/2023
23.1.39 1,208 10/4/2023
23.1.38 1,212 9/26/2023
23.1.36 1,232 9/15/2023
22.2.12 1,472 9/5/2023
22.2.11 1,471 8/28/2023
22.2.10 1,588 8/22/2023
22.2.9 1,437 8/14/2023
22.2.8 1,476 8/7/2023
22.2.7 1,710 8/2/2023
22.2.5 1,484 7/27/2023
22.1.39 1,582 7/18/2023
22.1.38 1,484 7/11/2023
22.1.37 1,577 7/3/2023
22.1.36 1,617 6/28/2023
22.1.34 3,610 6/21/2023
21.2.10 1,674 6/12/2023
21.2.9 1,657 6/6/2023
21.2.8 1,638 5/30/2023
21.2.6 1,686 5/22/2023
21.2.5 1,765 5/15/2023
21.2.4 1,965 5/9/2023
21.2.3 1,942 5/3/2023
21.1.41 1,970 4/19/2023
21.1.39 2,091 4/10/2023
21.1.38 2,167 4/3/2023
21.1.37 2,268 3/29/2023
21.1.35 2,446 3/23/2023
20.4.0.54 2,368 3/13/2023
20.4.0.53 2,269 3/7/2023
20.4.0.52 2,330 2/28/2023
20.4.0.51 2,467 2/21/2023
20.4.0.50 2,477 2/14/2023
20.4.0.49 2,526 2/7/2023
20.4.0.48 2,646 2/1/2023
20.4.0.44 2,681 1/18/2023
20.4.0.43 2,798 1/10/2023
20.4.0.42 2,870 1/4/2023
20.4.0.41 2,860 12/29/2022
20.4.0.40 2,809 12/28/2022
20.4.0.38 3,145 12/21/2022
20.3.0.61 2,830 12/12/2022
20.3.0.60 2,933 12/6/2022
20.3.0.59 3,046 11/29/2022
20.3.0.58 3,069 11/22/2022
20.3.0.57 3,179 11/15/2022
20.3.0.56 3,224 11/8/2022
20.3.0.52 3,522 10/27/2022
20.3.0.50 3,677 10/18/2022
20.3.0.49 3,811 10/11/2022
20.3.0.48 3,802 10/5/2022
20.3.0.47 3,947 9/29/2022
20.2.0.50 3,894 9/20/2022
20.2.0.49 3,883 9/13/2022
20.2.0.48 3,935 9/6/2022
20.2.0.46 4,042 8/30/2022
20.2.0.45 4,023 8/23/2022
20.2.0.44 3,906 8/16/2022
20.2.0.43 5,701 8/8/2022
20.2.0.40 4,154 7/26/2022
20.2.0.39 4,116 7/19/2022
20.2.0.38 4,121 7/12/2022
20.2.0.36 34,448 6/30/2022
20.1.0.61 4,120 6/20/2022
20.1.0.60 4,064 6/14/2022
20.1.0.59 4,403 6/6/2022
20.1.0.58 4,254 5/30/2022
20.1.0.57 4,175 5/23/2022
20.1.0.56 4,116 5/17/2022
20.1.0.55 5,814 5/12/2022
20.1.0.52 4,342 5/2/2022
20.1.0.51 4,204 4/26/2022
20.1.0.50 4,221 4/19/2022
20.1.0.48 4,300 4/12/2022
20.1.0.47 4,202 4/4/2022
19.4.0.56 5,112 3/14/2022
19.4.0.55 4,197 3/8/2022
19.4.0.54 4,215 2/28/2022
19.4.0.53 4,251 2/22/2022
19.4.0.52 4,096 2/15/2022
19.4.0.50 4,158 2/8/2022
19.4.0.48 4,202 1/31/2022
19.4.0.47 4,129 1/24/2022
19.4.0.43 4,436 1/18/2022
19.4.0.42 3,391 1/10/2022
19.4.0.41 2,920 1/4/2022
19.4.0.40 2,854 12/28/2021
19.4.0.38 2,864 12/17/2021
19.3.0.59 2,836 12/14/2021
19.3.0.57 2,909 12/7/2021
19.3.0.56 3,492 11/29/2021
19.3.0.55 3,238 11/23/2021
19.3.0.54 3,081 11/17/2021
19.3.0.53 3,130 11/12/2021
19.3.0.48 3,106 11/2/2021
19.3.0.47 3,362 10/26/2021
19.3.0.46 3,073 10/19/2021
19.3.0.45 3,321 10/12/2021
19.3.0.44 3,358 10/5/2021
19.3.0.43 3,240 9/30/2021
19.2.0.62 3,369 9/13/2021
19.2.0.60 3,233 9/7/2021
19.2.0.59 3,476 8/30/2021
19.2.0.57 3,580 8/24/2021
19.2.0.56 3,484 8/17/2021
19.2.0.55 3,435 8/11/2021
19.2.0.51 3,479 8/2/2021
19.2.0.49 3,442 7/26/2021
19.2.0.48 3,474 7/19/2021
19.2.0.47 3,519 7/13/2021
19.2.0.46 3,716 7/6/2021
19.2.0.44 24,096 6/30/2021
19.1.0.69 3,971 6/14/2021
19.1.0.67 3,462 6/7/2021
19.1.0.66 3,327 5/31/2021
19.1.0.65 3,353 5/24/2021
19.1.0.64 3,325 5/19/2021
19.1.0.63 3,365 5/13/2021
19.1.0.59 3,710 5/3/2021
19.1.0.58 3,404 4/26/2021
19.1.0.57 3,495 4/20/2021
19.1.0.56 3,456 4/12/2021
19.1.0.55 3,442 4/6/2021
19.1.0.54 3,495 3/30/2021
18.4.0.49 3,442 3/22/2021
18.4.0.48 3,364 3/16/2021
18.4.0.47 3,762 3/9/2021
18.4.0.46 3,343 3/2/2021
18.4.0.44 3,474 2/23/2021
18.4.0.43 4,502 2/15/2021
18.4.0.42 3,457 2/9/2021
18.4.0.41 3,522 2/2/2021
18.4.0.39 3,483 1/28/2021
18.4.0.35 3,474 1/19/2021
18.4.0.34 3,586 1/12/2021
18.4.0.33 3,484 1/4/2021
18.4.0.32 3,361 12/30/2020
18.4.0.31 3,343 12/22/2020
18.4.0.30 3,536 12/17/2020
18.3.0.53 3,595 12/8/2020
18.3.0.52 3,512 11/30/2020
18.3.0.51 3,574 11/23/2020
18.3.0.50 3,528 11/17/2020
18.3.0.48 3,527 11/10/2020
18.3.0.47 3,637 11/5/2020
18.3.0.44 3,656 10/27/2020
18.3.0.42 3,762 10/20/2020
18.3.0.40 3,937 10/12/2020
18.3.0.38 3,597 10/7/2020
18.3.0.35 18,002 10/1/2020
18.2.0.59 3,589 9/22/2020
18.2.0.58 3,587 9/15/2020
18.2.0.57 3,652 9/8/2020
18.2.0.56 3,822 9/1/2020
18.2.0.55 3,645 8/25/2020
18.2.0.54 3,807 8/18/2020
18.2.0.48 3,686 8/4/2020
18.2.0.47 3,763 7/28/2020
18.2.0.46 3,714 7/21/2020
18.2.0.45 3,825 7/14/2020
18.2.0.44 4,201 7/6/2020
18.1.0.59 3,854 6/23/2020
18.1.0.57 3,786 6/15/2020
18.1.0.56 3,905 6/9/2020
18.1.0.55 3,779 6/2/2020
18.1.0.54 3,824 5/26/2020
18.1.0.53 3,874 5/19/2020
18.1.0.52 7,019 5/13/2020
18.1.0.48 3,880 5/5/2020
18.1.0.46 3,928 4/28/2020
18.1.0.45 3,822 4/21/2020
18.1.0.44 3,854 4/14/2020
18.1.0.43 3,960 4/7/2020
18.1.0.42 4,186 4/1/2020
18.1.0.36-beta 2,194 3/19/2020
17.4.0.55 3,989 3/10/2020
17.4.0.53 3,927 3/3/2020
17.4.0.51 3,871 2/25/2020
17.4.0.50 3,909 2/18/2020
17.4.0.49 3,825 2/11/2020
17.4.0.47 3,998 2/5/2020
17.4.0.46 3,806 1/30/2020
17.4.0.44 3,845 1/21/2020
17.4.0.43 3,960 1/14/2020
17.4.0.41 3,939 1/7/2020
17.4.0.40 3,966 12/24/2019
17.4.0.39 8,013 12/17/2019
17.3.0.34 3,932 12/10/2019
17.3.0.33 3,900 12/4/2019
17.3.0.30 3,768 12/3/2019
17.3.0.29 3,954 11/26/2019
17.3.0.28 4,820 11/18/2019
17.3.0.27 3,883 11/12/2019
17.3.0.26 5,335 11/5/2019
17.3.0.21 3,911 10/29/2019
17.3.0.19 4,012 10/22/2019
17.3.0.17 4,826 10/15/2019
17.3.0.14 4,490 10/3/2019
17.3.0.9-beta 2,180 9/20/2019
17.2.0.51 4,143 9/10/2019
17.2.0.49 4,001 9/3/2019
17.2.0.47 3,942 8/27/2019
17.2.0.46 3,961 8/22/2019
17.2.0.41 4,115 8/13/2019
17.2.0.40 4,005 8/6/2019
17.2.0.39 4,103 7/30/2019
17.2.0.36 4,024 7/23/2019
17.2.0.35 4,034 7/17/2019
17.2.0.34 5,050 7/11/2019
17.2.0.28-beta 2,370 6/27/2019
17.1.0.53 4,136 6/25/2019
17.1.0.52 5,831 6/18/2019
17.1.0.51 4,057 6/11/2019
17.1.0.50 4,050 6/4/2019
17.1.0.49 4,093 5/28/2019
17.1.0.48 4,112 5/21/2019
17.1.0.47 4,320 5/14/2019
17.1.0.44 4,073 5/7/2019
17.1.0.43 4,094 4/30/2019
17.1.0.42 4,128 4/23/2019
17.1.0.41 5,578 4/16/2019
17.1.0.40 3,977 4/9/2019
17.1.0.38 4,375 3/29/2019
17.1.0.32-beta 2,327 3/13/2019
16.4.0.54 4,424 2/19/2019
16.4.0.53 4,328 2/13/2019
16.4.0.52 4,316 2/5/2019
16.4.0.48 4,019 1/22/2019
16.4.0.47 4,162 1/16/2019
16.4.0.46 4,168 1/8/2019
16.4.0.44 4,397 12/24/2018
16.4.0.42 4,391 12/17/2018
16.4.0.40-beta 2,378 12/10/2018
16.3.0.36 4,306 11/27/2018
16.3.0.35-beta 2,461 11/23/2018
16.3.0.29 4,485 10/30/2018
16.3.0.21 4,506 9/21/2018
16.3.0.17-beta 2,309 9/12/2018
16.2.0.50 3,852 8/28/2018
16.2.0.46 4,230 8/8/2018