Syncfusion.XlsIO.UWP 23.1.39

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 23.1.39                
NuGet\Install-Package Syncfusion.XlsIO.UWP -Version 23.1.39                
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="23.1.39" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.XlsIO.UWP --version 23.1.39                
#r "nuget: Syncfusion.XlsIO.UWP, 23.1.39"                
#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.
// Install Syncfusion.XlsIO.UWP as a Cake Addin
#addin nuget:?package=Syncfusion.XlsIO.UWP&version=23.1.39

// Install Syncfusion.XlsIO.UWP as a Cake Tool
#tool nuget:?package=Syncfusion.XlsIO.UWP&version=23.1.39                

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, 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
28.2.5 268 2/11/2025
28.2.4 294 2/4/2025
28.2.3 184 1/29/2025
28.1.41 376 1/20/2025
28.1.39 273 1/13/2025
28.1.38 300 1/7/2025
28.1.37 291 12/31/2024
28.1.36 301 12/23/2024
28.1.35 409 12/18/2024
28.1.33 325 12/12/2024
27.2.5 629 12/2/2024
27.2.4 310 11/26/2024
27.2.3 333 11/22/2024
27.2.2 312 11/15/2024
27.1.58 325 11/4/2024
27.1.57 329 10/28/2024
27.1.56 327 10/23/2024
27.1.55 298 10/21/2024
27.1.53 387 10/14/2024
27.1.52 332 10/7/2024
27.1.51 334 9/30/2024
27.1.50 329 9/23/2024
27.1.48 371 9/18/2024
26.2.14 478 9/9/2024
26.2.13 427 9/5/2024
26.2.12 373 9/2/2024
26.2.11 406 8/27/2024
26.2.10 426 8/19/2024
26.2.9 431 8/12/2024
26.2.8 370 8/5/2024
26.2.7 248 7/29/2024
26.2.5 243 7/26/2024
26.2.4 308 7/24/2024
26.1.42 389 7/15/2024
26.1.41 387 7/8/2024
26.1.40 400 7/1/2024
26.1.39 417 6/24/2024
26.1.38 480 6/18/2024
26.1.35 3,900 6/11/2024
25.2.7 414 6/3/2024
25.2.6 413 5/28/2024
25.2.5 420 5/21/2024
25.2.4 397 5/14/2024
25.2.3 411 5/8/2024
25.1.42 436 4/29/2024
25.1.41 429 4/23/2024
25.1.40 461 4/15/2024
25.1.39 465 4/8/2024
25.1.38 701 4/1/2024
25.1.37 457 3/26/2024
25.1.35 1,970 3/15/2024
24.2.9 664 3/4/2024
24.2.8 1,434 2/26/2024
24.2.7 938 2/19/2024
24.2.6 669 2/14/2024
24.2.5 731 2/12/2024
24.2.4 772 2/5/2024
24.2.3 752 1/31/2024
24.1.47 822 1/22/2024
24.1.46 822 1/16/2024
24.1.45 920 1/8/2024
24.1.44 974 1/2/2024
24.1.43 922 12/27/2023
24.1.41 993 12/18/2023
23.2.7 1,096 12/6/2023
23.2.6 1,060 11/28/2023
23.2.5 2,050 11/23/2023
23.2.4 1,090 11/20/2023
23.1.44 1,077 11/6/2023
23.1.43 1,308 10/30/2023
23.1.42 1,122 10/23/2023
23.1.41 1,131 10/16/2023
23.1.40 1,894 10/10/2023
23.1.39 1,196 10/4/2023
23.1.38 1,201 9/26/2023
23.1.36 1,216 9/15/2023
22.2.12 1,458 9/5/2023
22.2.11 1,458 8/28/2023
22.2.10 1,574 8/22/2023
22.2.9 1,413 8/14/2023
22.2.8 1,461 8/7/2023
22.2.7 1,606 8/2/2023
22.2.5 1,466 7/27/2023
22.1.39 1,564 7/18/2023
22.1.38 1,468 7/11/2023
22.1.37 1,562 7/3/2023
22.1.36 1,599 6/28/2023
22.1.34 3,537 6/21/2023
21.2.10 1,654 6/12/2023
21.2.9 1,635 6/6/2023
21.2.8 1,617 5/30/2023
21.2.6 1,665 5/22/2023
21.2.5 1,743 5/15/2023
21.2.4 1,943 5/9/2023
21.2.3 1,919 5/3/2023
21.1.41 1,948 4/19/2023
21.1.39 2,067 4/10/2023
21.1.38 2,138 4/3/2023
21.1.37 2,237 3/29/2023
21.1.35 2,410 3/23/2023
20.4.0.54 2,344 3/13/2023
20.4.0.53 2,246 3/7/2023
20.4.0.52 2,305 2/28/2023
20.4.0.51 2,439 2/21/2023
20.4.0.50 2,437 2/14/2023
20.4.0.49 2,501 2/7/2023
20.4.0.48 2,619 2/1/2023
20.4.0.44 2,657 1/18/2023
20.4.0.43 2,772 1/10/2023
20.4.0.42 2,844 1/4/2023
20.4.0.41 2,835 12/29/2022
20.4.0.40 2,784 12/28/2022
20.4.0.38 3,121 12/21/2022
20.3.0.61 2,806 12/12/2022
20.3.0.60 2,908 12/6/2022
20.3.0.59 3,022 11/29/2022
20.3.0.58 3,045 11/22/2022
20.3.0.57 3,154 11/15/2022
20.3.0.56 3,199 11/8/2022
20.3.0.52 3,497 10/27/2022
20.3.0.50 3,651 10/18/2022
20.3.0.49 3,784 10/11/2022
20.3.0.48 3,767 10/5/2022
20.3.0.47 3,907 9/29/2022
20.2.0.50 3,863 9/20/2022
20.2.0.49 3,857 9/13/2022
20.2.0.48 3,909 9/6/2022
20.2.0.46 4,009 8/30/2022
20.2.0.45 3,995 8/23/2022
20.2.0.44 3,876 8/16/2022
20.2.0.43 5,671 8/8/2022
20.2.0.40 4,124 7/26/2022
20.2.0.39 4,057 7/19/2022
20.2.0.38 4,081 7/12/2022
20.2.0.36 34,200 6/30/2022
20.1.0.61 4,086 6/20/2022
20.1.0.60 4,030 6/14/2022
20.1.0.59 4,371 6/6/2022
20.1.0.58 4,219 5/30/2022
20.1.0.57 4,140 5/23/2022
20.1.0.56 4,081 5/17/2022
20.1.0.55 5,777 5/12/2022
20.1.0.52 4,306 5/2/2022
20.1.0.51 4,160 4/26/2022
20.1.0.50 4,183 4/19/2022
20.1.0.48 4,262 4/12/2022
20.1.0.47 4,164 4/4/2022
19.4.0.56 5,071 3/14/2022
19.4.0.55 4,152 3/8/2022
19.4.0.54 4,176 2/28/2022
19.4.0.53 4,208 2/22/2022
19.4.0.52 4,049 2/15/2022
19.4.0.50 4,117 2/8/2022
19.4.0.48 4,159 1/31/2022
19.4.0.47 4,088 1/24/2022
19.4.0.43 4,394 1/18/2022
19.4.0.42 3,352 1/10/2022
19.4.0.41 2,880 1/4/2022
19.4.0.40 2,812 12/28/2021
19.4.0.38 2,824 12/17/2021
19.3.0.59 2,796 12/14/2021
19.3.0.57 2,850 12/7/2021
19.3.0.56 3,450 11/29/2021
19.3.0.55 3,195 11/23/2021
19.3.0.54 2,998 11/17/2021
19.3.0.53 3,087 11/12/2021
19.3.0.48 3,063 11/2/2021
19.3.0.47 3,320 10/26/2021
19.3.0.46 3,032 10/19/2021
19.3.0.45 3,277 10/12/2021
19.3.0.44 3,312 10/5/2021
19.3.0.43 3,198 9/30/2021
19.2.0.62 3,324 9/13/2021
19.2.0.60 3,191 9/7/2021
19.2.0.59 3,434 8/30/2021
19.2.0.57 3,536 8/24/2021
19.2.0.56 3,440 8/17/2021
19.2.0.55 3,392 8/11/2021
19.2.0.51 3,437 8/2/2021
19.2.0.49 3,401 7/26/2021
19.2.0.48 3,416 7/19/2021
19.2.0.47 3,478 7/13/2021
19.2.0.46 3,674 7/6/2021
19.2.0.44 24,038 6/30/2021
19.1.0.69 3,926 6/14/2021
19.1.0.67 3,417 6/7/2021
19.1.0.66 3,281 5/31/2021
19.1.0.65 3,312 5/24/2021
19.1.0.64 3,280 5/19/2021
19.1.0.63 3,306 5/13/2021
19.1.0.59 3,600 5/3/2021
19.1.0.58 3,358 4/26/2021
19.1.0.57 3,448 4/20/2021
19.1.0.56 3,405 4/12/2021
19.1.0.55 3,393 4/6/2021
19.1.0.54 3,445 3/30/2021
18.4.0.49 3,394 3/22/2021
18.4.0.48 3,305 3/16/2021
18.4.0.47 3,711 3/9/2021
18.4.0.46 3,293 3/2/2021
18.4.0.44 3,422 2/23/2021
18.4.0.43 4,430 2/15/2021
18.4.0.42 3,404 2/9/2021
18.4.0.41 3,472 2/2/2021
18.4.0.39 3,432 1/28/2021
18.4.0.35 3,419 1/19/2021
18.4.0.34 3,530 1/12/2021
18.4.0.33 3,431 1/4/2021
18.4.0.32 3,310 12/30/2020
18.4.0.31 3,291 12/22/2020
18.4.0.30 3,467 12/17/2020
18.3.0.53 3,541 12/8/2020
18.3.0.52 3,460 11/30/2020
18.3.0.51 3,522 11/23/2020
18.3.0.50 3,475 11/17/2020
18.3.0.48 3,476 11/10/2020
18.3.0.47 3,560 11/5/2020
18.3.0.44 3,601 10/27/2020
18.3.0.42 3,707 10/20/2020
18.3.0.40 3,886 10/12/2020
18.3.0.38 3,543 10/7/2020
18.3.0.35 17,922 10/1/2020
18.2.0.59 3,534 9/22/2020
18.2.0.58 3,536 9/15/2020
18.2.0.57 3,600 9/8/2020
18.2.0.56 3,768 9/1/2020
18.2.0.55 3,593 8/25/2020
18.2.0.54 3,754 8/18/2020
18.2.0.48 3,634 8/4/2020
18.2.0.47 3,710 7/28/2020
18.2.0.46 3,662 7/21/2020
18.2.0.45 3,772 7/14/2020
18.2.0.44 4,143 7/6/2020
18.1.0.59 3,802 6/23/2020
18.1.0.57 3,734 6/15/2020
18.1.0.56 3,851 6/9/2020
18.1.0.55 3,724 6/2/2020
18.1.0.54 3,765 5/26/2020
18.1.0.53 3,817 5/19/2020
18.1.0.52 6,903 5/13/2020
18.1.0.48 3,822 5/5/2020
18.1.0.46 3,870 4/28/2020
18.1.0.45 3,764 4/21/2020
18.1.0.44 3,784 4/14/2020
18.1.0.43 3,900 4/7/2020
18.1.0.42 4,129 4/1/2020
18.1.0.36-beta 2,132 3/19/2020
17.4.0.55 3,873 3/10/2020
17.4.0.53 3,869 3/3/2020
17.4.0.51 3,814 2/25/2020
17.4.0.50 3,851 2/18/2020
17.4.0.49 3,768 2/11/2020
17.4.0.47 3,940 2/5/2020
17.4.0.46 3,748 1/30/2020
17.4.0.44 3,787 1/21/2020
17.4.0.43 3,903 1/14/2020
17.4.0.41 3,881 1/7/2020
17.4.0.40 3,908 12/24/2019
17.4.0.39 7,955 12/17/2019
17.3.0.34 3,872 12/10/2019
17.3.0.33 3,842 12/4/2019
17.3.0.30 3,693 12/3/2019
17.3.0.29 3,897 11/26/2019
17.3.0.28 4,761 11/18/2019
17.3.0.27 3,819 11/12/2019
17.3.0.26 5,272 11/5/2019
17.3.0.21 3,850 10/29/2019
17.3.0.19 3,949 10/22/2019
17.3.0.17 4,764 10/15/2019
17.3.0.14 4,384 10/3/2019
17.3.0.9-beta 2,124 9/20/2019
17.2.0.51 4,082 9/10/2019
17.2.0.49 3,938 9/3/2019
17.2.0.47 3,884 8/27/2019
17.2.0.46 3,901 8/22/2019
17.2.0.41 4,054 8/13/2019
17.2.0.40 3,945 8/6/2019
17.2.0.39 4,041 7/30/2019
17.2.0.36 3,961 7/23/2019
17.2.0.35 3,972 7/17/2019
17.2.0.34 4,988 7/11/2019
17.2.0.28-beta 2,315 6/27/2019
17.1.0.53 4,070 6/25/2019
17.1.0.52 5,769 6/18/2019
17.1.0.51 3,994 6/11/2019
17.1.0.50 3,988 6/4/2019
17.1.0.49 4,029 5/28/2019
17.1.0.48 4,047 5/21/2019
17.1.0.47 4,254 5/14/2019
17.1.0.44 4,010 5/7/2019
17.1.0.43 4,030 4/30/2019
17.1.0.42 4,063 4/23/2019
17.1.0.41 5,514 4/16/2019
17.1.0.40 3,912 4/9/2019
17.1.0.38 4,313 3/29/2019
17.1.0.32-beta 2,269 3/13/2019
16.4.0.54 4,357 2/19/2019
16.4.0.53 4,264 2/13/2019
16.4.0.52 4,251 2/5/2019
16.4.0.48 3,956 1/22/2019
16.4.0.47 4,096 1/16/2019
16.4.0.46 4,103 1/8/2019
16.4.0.44 4,322 12/24/2018
16.4.0.42 4,320 12/17/2018
16.4.0.40-beta 2,318 12/10/2018
16.3.0.36 4,240 11/27/2018
16.3.0.35-beta 2,399 11/23/2018
16.3.0.29 4,399 10/30/2018
16.3.0.21 4,425 9/21/2018
16.3.0.17-beta 2,235 9/12/2018
16.2.0.50 3,767 8/28/2018
16.2.0.46 4,091 8/8/2018