Syncfusion.XlsIO.UWP 25.2.5

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. 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 25.2.5
NuGet\Install-Package Syncfusion.XlsIO.UWP -Version 25.2.5
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="25.2.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.XlsIO.UWP --version 25.2.5
#r "nuget: Syncfusion.XlsIO.UWP, 25.2.5"
#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=25.2.5

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

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides the functionality to utilize the features of Syncfusion UWP Cell Grid control and more.

Syncfusion.SfSpreadsheet.UWP The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides the functionality to utilize the features of Syncfusion UWP Spreadsheet library and more.

Syncfusion.PivotTableExport.UWP The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides the functionality to utilize the features of Syncfusion UWP Pivot Table Export control and more.

Syncfusion.ExcelChartToImageConverter.UWP The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides the functionality to utilize the features of Syncfusion UWP ExcelChart To Image Converter and more.

Syncfusion.DataGridExcelExport.UWP The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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
26.1.38 12 6/18/2024
26.1.35 254 6/11/2024
25.2.7 257 6/3/2024
25.2.6 263 5/28/2024
25.2.5 271 5/21/2024
25.2.4 247 5/14/2024
25.2.3 259 5/8/2024
25.1.42 284 4/29/2024
25.1.41 297 4/23/2024
25.1.40 281 4/15/2024
25.1.39 307 4/8/2024
25.1.38 404 4/1/2024
25.1.37 300 3/26/2024
25.1.35 1,127 3/15/2024
24.2.9 504 3/4/2024
24.2.8 680 2/26/2024
24.2.7 782 2/19/2024
24.2.6 522 2/14/2024
24.2.5 582 2/12/2024
24.2.4 607 2/5/2024
24.2.3 614 1/31/2024
24.1.47 659 1/22/2024
24.1.46 680 1/16/2024
24.1.45 773 1/8/2024
24.1.44 826 1/2/2024
24.1.43 779 12/27/2023
24.1.41 835 12/18/2023
23.2.7 944 12/6/2023
23.2.6 911 11/28/2023
23.2.5 1,903 11/23/2023
23.2.4 901 11/20/2023
23.1.44 922 11/6/2023
23.1.43 1,162 10/30/2023
23.1.42 990 10/23/2023
23.1.41 969 10/16/2023
23.1.40 1,730 10/10/2023
23.1.39 1,050 10/4/2023
23.1.38 1,036 9/26/2023
23.1.36 1,057 9/15/2023
22.2.12 1,300 9/5/2023
22.2.11 1,314 8/28/2023
22.2.10 1,429 8/22/2023
22.2.9 1,253 8/14/2023
22.2.8 1,301 8/7/2023
22.2.7 1,236 8/2/2023
22.2.5 1,300 7/27/2023
22.1.39 1,434 7/18/2023
22.1.38 1,320 7/11/2023
22.1.37 1,425 7/3/2023
22.1.36 1,459 6/28/2023
22.1.34 2,439 6/21/2023
21.2.10 1,500 6/12/2023
21.2.9 1,487 6/6/2023
21.2.8 1,459 5/30/2023
21.2.6 1,528 5/22/2023
21.2.5 1,595 5/15/2023
21.2.4 1,804 5/9/2023
21.2.3 1,778 5/3/2023
21.1.41 1,801 4/19/2023
21.1.39 1,917 4/10/2023
21.1.38 1,992 4/3/2023
21.1.37 2,088 3/29/2023
21.1.35 2,281 3/23/2023
20.4.0.54 2,194 3/13/2023
20.4.0.53 2,094 3/7/2023
20.4.0.52 2,153 2/28/2023
20.4.0.51 2,294 2/21/2023
20.4.0.50 2,280 2/14/2023
20.4.0.49 2,355 2/7/2023
20.4.0.48 2,483 2/1/2023
20.4.0.44 2,516 1/18/2023
20.4.0.43 2,620 1/10/2023
20.4.0.42 2,692 1/4/2023
20.4.0.41 2,676 12/29/2022
20.4.0.40 2,624 12/28/2022
20.4.0.38 2,966 12/21/2022
20.3.0.61 2,670 12/12/2022
20.3.0.60 2,772 12/6/2022
20.3.0.59 2,889 11/29/2022
20.3.0.58 2,892 11/22/2022
20.3.0.57 3,011 11/15/2022
20.3.0.56 3,040 11/8/2022
20.3.0.52 3,327 10/27/2022
20.3.0.50 3,484 10/18/2022
20.3.0.49 3,624 10/11/2022
20.3.0.48 3,620 10/5/2022
20.3.0.47 3,757 9/29/2022
20.2.0.50 3,718 9/20/2022
20.2.0.49 3,715 9/13/2022
20.2.0.48 3,765 9/6/2022
20.2.0.46 3,849 8/30/2022
20.2.0.45 3,853 8/23/2022
20.2.0.44 3,745 8/16/2022
20.2.0.43 5,496 8/8/2022
20.2.0.40 3,974 7/26/2022
20.2.0.39 3,901 7/19/2022
20.2.0.38 3,939 7/12/2022
20.2.0.36 32,880 6/30/2022
20.1.0.61 3,907 6/20/2022
20.1.0.60 3,895 6/14/2022
20.1.0.59 4,232 6/6/2022
20.1.0.58 4,079 5/30/2022
20.1.0.57 4,005 5/23/2022
20.1.0.56 3,953 5/17/2022
20.1.0.55 5,326 5/12/2022
20.1.0.52 4,169 5/2/2022
20.1.0.51 4,038 4/26/2022
20.1.0.50 4,016 4/19/2022
20.1.0.48 4,135 4/12/2022
20.1.0.47 4,037 4/4/2022
19.4.0.56 4,938 3/14/2022
19.4.0.55 4,012 3/8/2022
19.4.0.54 4,033 2/28/2022
19.4.0.53 4,044 2/22/2022
19.4.0.52 3,911 2/15/2022
19.4.0.50 3,991 2/8/2022
19.4.0.48 4,006 1/31/2022
19.4.0.47 3,958 1/24/2022
19.4.0.43 4,248 1/18/2022
19.4.0.42 3,234 1/10/2022
19.4.0.41 2,722 1/4/2022
19.4.0.40 2,665 12/28/2021
19.4.0.38 2,683 12/17/2021
19.3.0.59 2,647 12/14/2021
19.3.0.57 2,692 12/7/2021
19.3.0.56 3,307 11/29/2021
19.3.0.55 3,059 11/23/2021
19.3.0.54 2,844 11/17/2021
19.3.0.53 2,942 11/12/2021
19.3.0.48 2,910 11/2/2021
19.3.0.47 3,159 10/26/2021
19.3.0.46 2,891 10/19/2021
19.3.0.45 3,136 10/12/2021
19.3.0.44 3,172 10/5/2021
19.3.0.43 3,068 9/30/2021
19.2.0.62 3,198 9/13/2021
19.2.0.60 3,056 9/7/2021
19.2.0.59 3,259 8/30/2021
19.2.0.57 3,364 8/24/2021
19.2.0.56 3,285 8/17/2021
19.2.0.55 3,267 8/11/2021
19.2.0.51 3,300 8/2/2021
19.2.0.49 3,249 7/26/2021
19.2.0.48 3,261 7/19/2021
19.2.0.47 3,342 7/13/2021
19.2.0.46 3,527 7/6/2021
19.2.0.44 23,548 6/30/2021
19.1.0.69 3,762 6/14/2021
19.1.0.67 3,251 6/7/2021
19.1.0.66 3,125 5/31/2021
19.1.0.65 3,166 5/24/2021
19.1.0.64 3,131 5/19/2021
19.1.0.63 3,159 5/13/2021
19.1.0.59 3,431 5/3/2021
19.1.0.58 3,227 4/26/2021
19.1.0.57 3,287 4/20/2021
19.1.0.56 3,260 4/12/2021
19.1.0.55 3,246 4/6/2021
19.1.0.54 3,307 3/30/2021
18.4.0.49 3,250 3/22/2021
18.4.0.48 3,143 3/16/2021
18.4.0.47 3,588 3/9/2021
18.4.0.46 3,141 3/2/2021
18.4.0.44 3,253 2/23/2021
18.4.0.43 4,232 2/15/2021
18.4.0.42 3,250 2/9/2021
18.4.0.41 3,331 2/2/2021
18.4.0.39 3,275 1/28/2021
18.4.0.35 3,286 1/19/2021
18.4.0.34 3,383 1/12/2021
18.4.0.33 3,273 1/4/2021
18.4.0.32 3,180 12/30/2020
18.4.0.31 3,133 12/22/2020
18.4.0.30 3,318 12/17/2020
18.3.0.53 3,378 12/8/2020
18.3.0.52 3,304 11/30/2020
18.3.0.51 3,366 11/23/2020
18.3.0.50 3,318 11/17/2020
18.3.0.48 3,327 11/10/2020
18.3.0.47 3,428 11/5/2020
18.3.0.44 3,458 10/27/2020
18.3.0.42 3,558 10/20/2020
18.3.0.40 3,729 10/12/2020
18.3.0.38 3,390 10/7/2020
18.3.0.35 17,529 10/1/2020
18.2.0.59 3,377 9/22/2020
18.2.0.58 3,377 9/15/2020
18.2.0.57 3,443 9/8/2020
18.2.0.56 3,620 9/1/2020
18.2.0.55 3,455 8/25/2020
18.2.0.54 3,510 8/18/2020
18.2.0.48 3,478 8/4/2020
18.2.0.47 3,553 7/28/2020
18.2.0.46 3,485 7/21/2020
18.2.0.45 3,621 7/14/2020
18.2.0.44 3,951 7/6/2020
18.1.0.59 3,650 6/23/2020
18.1.0.57 3,593 6/15/2020
18.1.0.56 3,679 6/9/2020
18.1.0.55 3,585 6/2/2020
18.1.0.54 3,618 5/26/2020
18.1.0.53 3,662 5/19/2020
18.1.0.52 6,635 5/13/2020
18.1.0.48 3,651 5/5/2020
18.1.0.46 3,710 4/28/2020
18.1.0.45 3,639 4/21/2020
18.1.0.44 3,617 4/14/2020
18.1.0.43 3,758 4/7/2020
18.1.0.42 3,994 4/1/2020
18.1.0.36-beta 2,011 3/19/2020
17.4.0.55 3,694 3/10/2020
17.4.0.53 3,696 3/3/2020
17.4.0.51 3,664 2/25/2020
17.4.0.50 3,700 2/18/2020
17.4.0.49 3,641 2/11/2020
17.4.0.47 3,765 2/5/2020
17.4.0.46 3,582 1/30/2020
17.4.0.44 3,648 1/21/2020
17.4.0.43 3,743 1/14/2020
17.4.0.41 3,730 1/7/2020
17.4.0.40 3,750 12/24/2019
17.4.0.39 7,752 12/17/2019
17.3.0.34 3,744 12/10/2019
17.3.0.33 3,692 12/4/2019
17.3.0.30 3,542 12/3/2019
17.3.0.29 3,730 11/26/2019
17.3.0.28 4,623 11/18/2019
17.3.0.27 3,667 11/12/2019
17.3.0.26 5,060 11/5/2019
17.3.0.21 3,691 10/29/2019
17.3.0.19 3,792 10/22/2019
17.3.0.17 4,578 10/15/2019
17.3.0.14 4,184 10/3/2019
17.3.0.9-beta 2,001 9/20/2019
17.2.0.51 3,939 9/10/2019
17.2.0.49 3,782 9/3/2019
17.2.0.47 3,746 8/27/2019
17.2.0.46 3,789 8/22/2019
17.2.0.41 3,893 8/13/2019
17.2.0.40 3,807 8/6/2019
17.2.0.39 3,878 7/30/2019
17.2.0.36 3,814 7/23/2019
17.2.0.35 3,791 7/17/2019
17.2.0.34 4,837 7/11/2019
17.2.0.28-beta 2,171 6/27/2019
17.1.0.53 3,918 6/25/2019
17.1.0.52 5,621 6/18/2019
17.1.0.51 3,841 6/11/2019
17.1.0.50 3,832 6/4/2019
17.1.0.49 3,868 5/28/2019
17.1.0.48 3,888 5/21/2019
17.1.0.47 4,102 5/14/2019
17.1.0.44 3,865 5/7/2019
17.1.0.43 3,888 4/30/2019
17.1.0.42 3,909 4/23/2019
17.1.0.41 5,329 4/16/2019
17.1.0.40 3,776 4/9/2019
17.1.0.38 4,160 3/29/2019
17.1.0.32-beta 2,150 3/13/2019
16.4.0.54 4,204 2/19/2019
16.4.0.53 4,109 2/13/2019
16.4.0.52 4,102 2/5/2019
16.4.0.48 3,840 1/22/2019
16.4.0.47 3,944 1/16/2019
16.4.0.46 3,917 1/8/2019
16.4.0.44 4,143 12/24/2018
16.4.0.42 4,147 12/17/2018
16.4.0.40-beta 2,195 12/10/2018
16.3.0.36 4,089 11/27/2018
16.3.0.35-beta 2,292 11/23/2018
16.3.0.29 4,223 10/30/2018
16.3.0.21 4,252 9/21/2018
16.3.0.17-beta 2,113 9/12/2018
16.2.0.50 3,634 8/28/2018
16.2.0.46 3,943 8/8/2018