Syncfusion.XlsIO.UWP 28.2.9

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 28.2.9
                    
NuGet\Install-Package Syncfusion.XlsIO.UWP -Version 28.2.9
                    
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="28.2.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.XlsIO.UWP" Version="28.2.9" />
                    
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 28.2.9
                    
#r "nuget: Syncfusion.XlsIO.UWP, 28.2.9"
                    
#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=28.2.9
                    
Install Syncfusion.XlsIO.UWP as a Cake Addin
#tool nuget:?package=Syncfusion.XlsIO.UWP&version=28.2.9
                    
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.5 0 5/20/2025
29.2.4 281 5/14/2025
29.1.41 314 5/5/2025
29.1.40 302 4/28/2025
29.1.39 315 4/21/2025
29.1.38 359 4/14/2025
29.1.37 329 4/8/2025
29.1.35 309 4/1/2025
29.1.33 644 3/25/2025
28.2.12 291 3/19/2025
28.2.11 377 3/10/2025
28.2.9 668 3/3/2025
28.2.7 330 2/25/2025
28.2.6 313 2/17/2025
28.2.5 360 2/11/2025
28.2.4 329 2/4/2025
28.2.3 2,125 1/29/2025
28.1.41 555 1/20/2025
28.1.39 335 1/13/2025
28.1.38 339 1/7/2025
28.1.37 305 12/31/2024
28.1.36 371 12/23/2024
28.1.35 427 12/18/2024
28.1.33 337 12/12/2024
27.2.5 955 12/2/2024
27.2.4 321 11/26/2024
27.2.3 347 11/22/2024
27.2.2 323 11/15/2024
27.1.58 339 11/4/2024
27.1.57 347 10/28/2024
27.1.56 336 10/23/2024
27.1.55 307 10/21/2024
27.1.53 401 10/14/2024
27.1.52 340 10/7/2024
27.1.51 343 9/30/2024
27.1.50 336 9/23/2024
27.1.48 381 9/18/2024
26.2.14 490 9/9/2024
26.2.13 437 9/5/2024
26.2.12 381 9/2/2024
26.2.11 415 8/27/2024
26.2.10 433 8/19/2024
26.2.9 439 8/12/2024
26.2.8 378 8/5/2024
26.2.7 285 7/29/2024
26.2.5 250 7/26/2024
26.2.4 316 7/24/2024
26.1.42 398 7/15/2024
26.1.41 394 7/8/2024
26.1.40 409 7/1/2024
26.1.39 425 6/24/2024
26.1.38 489 6/18/2024
26.1.35 4,509 6/11/2024
25.2.7 434 6/3/2024
25.2.6 420 5/28/2024
25.2.5 429 5/21/2024
25.2.4 407 5/14/2024
25.2.3 418 5/8/2024
25.1.42 442 4/29/2024
25.1.41 436 4/23/2024
25.1.40 467 4/15/2024
25.1.39 471 4/8/2024
25.1.38 709 4/1/2024
25.1.37 464 3/26/2024
25.1.35 1,979 3/15/2024
24.2.9 672 3/4/2024
24.2.8 1,478 2/26/2024
24.2.7 950 2/19/2024
24.2.6 693 2/14/2024
24.2.5 738 2/12/2024
24.2.4 779 2/5/2024
24.2.3 759 1/31/2024
24.1.47 829 1/22/2024
24.1.46 830 1/16/2024
24.1.45 927 1/8/2024
24.1.44 983 1/2/2024
24.1.43 930 12/27/2023
24.1.41 999 12/18/2023
23.2.7 1,104 12/6/2023
23.2.6 1,069 11/28/2023
23.2.5 2,074 11/23/2023
23.2.4 1,097 11/20/2023
23.1.44 1,083 11/6/2023
23.1.43 1,315 10/30/2023
23.1.42 1,131 10/23/2023
23.1.41 1,137 10/16/2023
23.1.40 1,901 10/10/2023
23.1.39 1,203 10/4/2023
23.1.38 1,208 9/26/2023
23.1.36 1,228 9/15/2023
22.2.12 1,468 9/5/2023
22.2.11 1,467 8/28/2023
22.2.10 1,584 8/22/2023
22.2.9 1,430 8/14/2023
22.2.8 1,472 8/7/2023
22.2.7 1,705 8/2/2023
22.2.5 1,478 7/27/2023
22.1.39 1,578 7/18/2023
22.1.38 1,480 7/11/2023
22.1.37 1,573 7/3/2023
22.1.36 1,612 6/28/2023
22.1.34 3,593 6/21/2023
21.2.10 1,670 6/12/2023
21.2.9 1,653 6/6/2023
21.2.8 1,634 5/30/2023
21.2.6 1,682 5/22/2023
21.2.5 1,761 5/15/2023
21.2.4 1,961 5/9/2023
21.2.3 1,937 5/3/2023
21.1.41 1,966 4/19/2023
21.1.39 2,087 4/10/2023
21.1.38 2,163 4/3/2023
21.1.37 2,256 3/29/2023
21.1.35 2,442 3/23/2023
20.4.0.54 2,364 3/13/2023
20.4.0.53 2,265 3/7/2023
20.4.0.52 2,326 2/28/2023
20.4.0.51 2,463 2/21/2023
20.4.0.50 2,473 2/14/2023
20.4.0.49 2,522 2/7/2023
20.4.0.48 2,639 2/1/2023
20.4.0.44 2,677 1/18/2023
20.4.0.43 2,794 1/10/2023
20.4.0.42 2,865 1/4/2023
20.4.0.41 2,856 12/29/2022
20.4.0.40 2,806 12/28/2022
20.4.0.38 3,142 12/21/2022
20.3.0.61 2,827 12/12/2022
20.3.0.60 2,930 12/6/2022
20.3.0.59 3,043 11/29/2022
20.3.0.58 3,066 11/22/2022
20.3.0.57 3,175 11/15/2022
20.3.0.56 3,220 11/8/2022
20.3.0.52 3,519 10/27/2022
20.3.0.50 3,672 10/18/2022
20.3.0.49 3,808 10/11/2022
20.3.0.48 3,790 10/5/2022
20.3.0.47 3,943 9/29/2022
20.2.0.50 3,888 9/20/2022
20.2.0.49 3,880 9/13/2022
20.2.0.48 3,932 9/6/2022
20.2.0.46 4,037 8/30/2022
20.2.0.45 4,019 8/23/2022
20.2.0.44 3,899 8/16/2022
20.2.0.43 5,695 8/8/2022
20.2.0.40 4,148 7/26/2022
20.2.0.39 4,109 7/19/2022
20.2.0.38 4,114 7/12/2022
20.2.0.36 34,390 6/30/2022
20.1.0.61 4,112 6/20/2022
20.1.0.60 4,056 6/14/2022
20.1.0.59 4,395 6/6/2022
20.1.0.58 4,245 5/30/2022
20.1.0.57 4,167 5/23/2022
20.1.0.56 4,108 5/17/2022
20.1.0.55 5,805 5/12/2022
20.1.0.52 4,331 5/2/2022
20.1.0.51 4,188 4/26/2022
20.1.0.50 4,212 4/19/2022
20.1.0.48 4,291 4/12/2022
20.1.0.47 4,193 4/4/2022
19.4.0.56 5,101 3/14/2022
19.4.0.55 4,185 3/8/2022
19.4.0.54 4,205 2/28/2022
19.4.0.53 4,242 2/22/2022
19.4.0.52 4,084 2/15/2022
19.4.0.50 4,149 2/8/2022
19.4.0.48 4,190 1/31/2022
19.4.0.47 4,119 1/24/2022
19.4.0.43 4,427 1/18/2022
19.4.0.42 3,382 1/10/2022
19.4.0.41 2,911 1/4/2022
19.4.0.40 2,845 12/28/2021
19.4.0.38 2,855 12/17/2021
19.3.0.59 2,827 12/14/2021
19.3.0.57 2,899 12/7/2021
19.3.0.56 3,482 11/29/2021
19.3.0.55 3,228 11/23/2021
19.3.0.54 3,065 11/17/2021
19.3.0.53 3,120 11/12/2021
19.3.0.48 3,097 11/2/2021
19.3.0.47 3,353 10/26/2021
19.3.0.46 3,064 10/19/2021
19.3.0.45 3,310 10/12/2021
19.3.0.44 3,345 10/5/2021
19.3.0.43 3,230 9/30/2021
19.2.0.62 3,358 9/13/2021
19.2.0.60 3,224 9/7/2021
19.2.0.59 3,467 8/30/2021
19.2.0.57 3,571 8/24/2021
19.2.0.56 3,473 8/17/2021
19.2.0.55 3,426 8/11/2021
19.2.0.51 3,468 8/2/2021
19.2.0.49 3,433 7/26/2021
19.2.0.48 3,465 7/19/2021
19.2.0.47 3,509 7/13/2021
19.2.0.46 3,707 7/6/2021
19.2.0.44 24,084 6/30/2021
19.1.0.69 3,960 6/14/2021
19.1.0.67 3,450 6/7/2021
19.1.0.66 3,317 5/31/2021
19.1.0.65 3,343 5/24/2021
19.1.0.64 3,314 5/19/2021
19.1.0.63 3,354 5/13/2021
19.1.0.59 3,698 5/3/2021
19.1.0.58 3,392 4/26/2021
19.1.0.57 3,483 4/20/2021
19.1.0.56 3,443 4/12/2021
19.1.0.55 3,430 4/6/2021
19.1.0.54 3,481 3/30/2021
18.4.0.49 3,430 3/22/2021
18.4.0.48 3,343 3/16/2021
18.4.0.47 3,748 3/9/2021
18.4.0.46 3,331 3/2/2021
18.4.0.44 3,461 2/23/2021
18.4.0.43 4,473 2/15/2021
18.4.0.42 3,445 2/9/2021
18.4.0.41 3,510 2/2/2021
18.4.0.39 3,471 1/28/2021
18.4.0.35 3,460 1/19/2021
18.4.0.34 3,570 1/12/2021
18.4.0.33 3,470 1/4/2021
18.4.0.32 3,348 12/30/2020
18.4.0.31 3,330 12/22/2020
18.4.0.30 3,523 12/17/2020
18.3.0.53 3,581 12/8/2020
18.3.0.52 3,499 11/30/2020
18.3.0.51 3,561 11/23/2020
18.3.0.50 3,515 11/17/2020
18.3.0.48 3,514 11/10/2020
18.3.0.47 3,623 11/5/2020
18.3.0.44 3,640 10/27/2020
18.3.0.42 3,747 10/20/2020
18.3.0.40 3,924 10/12/2020
18.3.0.38 3,584 10/7/2020
18.3.0.35 17,988 10/1/2020
18.2.0.59 3,576 9/22/2020
18.2.0.58 3,574 9/15/2020
18.2.0.57 3,639 9/8/2020
18.2.0.56 3,807 9/1/2020
18.2.0.55 3,632 8/25/2020
18.2.0.54 3,794 8/18/2020
18.2.0.48 3,673 8/4/2020
18.2.0.47 3,749 7/28/2020
18.2.0.46 3,701 7/21/2020
18.2.0.45 3,812 7/14/2020
18.2.0.44 4,188 7/6/2020
18.1.0.59 3,841 6/23/2020
18.1.0.57 3,774 6/15/2020
18.1.0.56 3,893 6/9/2020
18.1.0.55 3,766 6/2/2020
18.1.0.54 3,805 5/26/2020
18.1.0.53 3,857 5/19/2020
18.1.0.52 7,003 5/13/2020
18.1.0.48 3,864 5/5/2020
18.1.0.46 3,912 4/28/2020
18.1.0.45 3,806 4/21/2020
18.1.0.44 3,835 4/14/2020
18.1.0.43 3,943 4/7/2020
18.1.0.42 4,170 4/1/2020
18.1.0.36-beta 2,178 3/19/2020
17.4.0.55 3,963 3/10/2020
17.4.0.53 3,910 3/3/2020
17.4.0.51 3,855 2/25/2020
17.4.0.50 3,892 2/18/2020
17.4.0.49 3,809 2/11/2020
17.4.0.47 3,982 2/5/2020
17.4.0.46 3,790 1/30/2020
17.4.0.44 3,828 1/21/2020
17.4.0.43 3,944 1/14/2020
17.4.0.41 3,922 1/7/2020
17.4.0.40 3,950 12/24/2019
17.4.0.39 7,997 12/17/2019
17.3.0.34 3,914 12/10/2019
17.3.0.33 3,884 12/4/2019
17.3.0.30 3,752 12/3/2019
17.3.0.29 3,938 11/26/2019
17.3.0.28 4,803 11/18/2019
17.3.0.27 3,865 11/12/2019
17.3.0.26 5,316 11/5/2019
17.3.0.21 3,894 10/29/2019
17.3.0.19 3,992 10/22/2019
17.3.0.17 4,808 10/15/2019
17.3.0.14 4,472 10/3/2019
17.3.0.9-beta 2,164 9/20/2019
17.2.0.51 4,125 9/10/2019
17.2.0.49 3,981 9/3/2019
17.2.0.47 3,927 8/27/2019
17.2.0.46 3,943 8/22/2019
17.2.0.41 4,098 8/13/2019
17.2.0.40 3,988 8/6/2019
17.2.0.39 4,086 7/30/2019
17.2.0.36 4,007 7/23/2019
17.2.0.35 4,017 7/17/2019
17.2.0.34 5,033 7/11/2019
17.2.0.28-beta 2,354 6/27/2019
17.1.0.53 4,119 6/25/2019
17.1.0.52 5,814 6/18/2019
17.1.0.51 4,039 6/11/2019
17.1.0.50 4,033 6/4/2019
17.1.0.49 4,076 5/28/2019
17.1.0.48 4,093 5/21/2019
17.1.0.47 4,302 5/14/2019
17.1.0.44 4,056 5/7/2019
17.1.0.43 4,077 4/30/2019
17.1.0.42 4,110 4/23/2019
17.1.0.41 5,561 4/16/2019
17.1.0.40 3,960 4/9/2019
17.1.0.38 4,358 3/29/2019
17.1.0.32-beta 2,310 3/13/2019
16.4.0.54 4,407 2/19/2019
16.4.0.53 4,311 2/13/2019
16.4.0.52 4,299 2/5/2019
16.4.0.48 4,002 1/22/2019
16.4.0.47 4,145 1/16/2019
16.4.0.46 4,150 1/8/2019
16.4.0.44 4,380 12/24/2018
16.4.0.42 4,372 12/17/2018
16.4.0.40-beta 2,361 12/10/2018
16.3.0.36 4,290 11/27/2018
16.3.0.35-beta 2,445 11/23/2018
16.3.0.29 4,465 10/30/2018
16.3.0.21 4,485 9/21/2018
16.3.0.17-beta 2,288 9/12/2018
16.2.0.50 3,830 8/28/2018
16.2.0.46 4,193 8/8/2018