Syncfusion.XlsIO.UWP 25.1.37

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

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

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
25.1.37 105 3/26/2024
25.1.35 452 3/15/2024
24.2.9 412 3/4/2024
24.2.8 425 2/26/2024
24.2.7 697 2/19/2024
24.2.6 430 2/14/2024
24.2.5 492 2/12/2024
24.2.4 519 2/5/2024
24.2.3 526 1/31/2024
24.1.47 567 1/22/2024
24.1.46 587 1/16/2024
24.1.45 662 1/8/2024
24.1.44 734 1/2/2024
24.1.43 690 12/27/2023
24.1.41 752 12/18/2023
23.2.7 862 12/6/2023
23.2.6 835 11/28/2023
23.2.5 1,801 11/23/2023
23.2.4 817 11/20/2023
23.1.44 847 11/6/2023
23.1.43 1,074 10/30/2023
23.1.42 890 10/23/2023
23.1.41 881 10/16/2023
23.1.40 1,622 10/10/2023
23.1.39 970 10/4/2023
23.1.38 943 9/26/2023
23.1.36 938 9/15/2023
22.2.12 1,212 9/5/2023
22.2.11 1,225 8/28/2023
22.2.10 1,339 8/22/2023
22.2.9 1,156 8/14/2023
22.2.8 1,209 8/7/2023
22.2.7 1,152 8/2/2023
22.2.5 1,214 7/27/2023
22.1.39 1,328 7/18/2023
22.1.38 1,242 7/11/2023
22.1.37 1,342 7/3/2023
22.1.36 1,379 6/28/2023
22.1.34 1,438 6/21/2023
21.2.10 1,414 6/12/2023
21.2.9 1,399 6/6/2023
21.2.8 1,381 5/30/2023
21.2.6 1,446 5/22/2023
21.2.5 1,514 5/15/2023
21.2.4 1,699 5/9/2023
21.2.3 1,681 5/3/2023
21.1.41 1,717 4/19/2023
21.1.39 1,852 4/10/2023
21.1.38 1,909 4/3/2023
21.1.37 1,992 3/29/2023
21.1.35 2,189 3/23/2023
20.4.0.54 2,111 3/13/2023
20.4.0.53 2,011 3/7/2023
20.4.0.52 2,069 2/28/2023
20.4.0.51 2,232 2/21/2023
20.4.0.50 2,197 2/14/2023
20.4.0.49 2,264 2/7/2023
20.4.0.48 2,393 2/1/2023
20.4.0.44 2,424 1/18/2023
20.4.0.43 2,545 1/10/2023
20.4.0.42 2,629 1/4/2023
20.4.0.41 2,592 12/29/2022
20.4.0.40 2,532 12/28/2022
20.4.0.38 2,855 12/21/2022
20.3.0.61 2,598 12/12/2022
20.3.0.60 2,665 12/6/2022
20.3.0.59 2,811 11/29/2022
20.3.0.58 2,805 11/22/2022
20.3.0.57 2,925 11/15/2022
20.3.0.56 2,954 11/8/2022
20.3.0.52 3,261 10/27/2022
20.3.0.50 3,397 10/18/2022
20.3.0.49 3,530 10/11/2022
20.3.0.48 3,572 10/5/2022
20.3.0.47 3,685 9/29/2022
20.2.0.50 3,631 9/20/2022
20.2.0.49 3,615 9/13/2022
20.2.0.48 3,702 9/6/2022
20.2.0.46 3,783 8/30/2022
20.2.0.45 3,768 8/23/2022
20.2.0.44 3,658 8/16/2022
20.2.0.43 5,407 8/8/2022
20.2.0.40 3,888 7/26/2022
20.2.0.39 3,803 7/19/2022
20.2.0.38 3,852 7/12/2022
20.2.0.36 30,802 6/30/2022
20.1.0.61 3,822 6/20/2022
20.1.0.60 3,810 6/14/2022
20.1.0.59 4,154 6/6/2022
20.1.0.58 4,005 5/30/2022
20.1.0.57 3,920 5/23/2022
20.1.0.56 3,861 5/17/2022
20.1.0.55 5,086 5/12/2022
20.1.0.52 4,092 5/2/2022
20.1.0.51 3,971 4/26/2022
20.1.0.50 3,934 4/19/2022
20.1.0.48 4,050 4/12/2022
20.1.0.47 3,950 4/4/2022
19.4.0.56 4,863 3/14/2022
19.4.0.55 3,930 3/8/2022
19.4.0.54 3,945 2/28/2022
19.4.0.53 3,964 2/22/2022
19.4.0.52 3,813 2/15/2022
19.4.0.50 3,920 2/8/2022
19.4.0.48 3,906 1/31/2022
19.4.0.47 3,866 1/24/2022
19.4.0.43 4,163 1/18/2022
19.4.0.42 3,166 1/10/2022
19.4.0.41 2,638 1/4/2022
19.4.0.40 2,572 12/28/2021
19.4.0.38 2,612 12/17/2021
19.3.0.59 2,563 12/14/2021
19.3.0.57 2,614 12/7/2021
19.3.0.56 3,213 11/29/2021
19.3.0.55 2,962 11/23/2021
19.3.0.54 2,769 11/17/2021
19.3.0.53 2,835 11/12/2021
19.3.0.48 2,832 11/2/2021
19.3.0.47 3,082 10/26/2021
19.3.0.46 2,808 10/19/2021
19.3.0.45 3,050 10/12/2021
19.3.0.44 3,099 10/5/2021
19.3.0.43 2,968 9/30/2021
19.2.0.62 3,107 9/13/2021
19.2.0.60 2,962 9/7/2021
19.2.0.59 3,177 8/30/2021
19.2.0.57 3,291 8/24/2021
19.2.0.56 3,217 8/17/2021
19.2.0.55 3,189 8/11/2021
19.2.0.51 3,211 8/2/2021
19.2.0.49 3,158 7/26/2021
19.2.0.48 3,169 7/19/2021
19.2.0.47 3,251 7/13/2021
19.2.0.46 3,435 7/6/2021
19.2.0.44 22,802 6/30/2021
19.1.0.69 3,651 6/14/2021
19.1.0.67 3,161 6/7/2021
19.1.0.66 3,019 5/31/2021
19.1.0.65 3,049 5/24/2021
19.1.0.64 3,026 5/19/2021
19.1.0.63 3,067 5/13/2021
19.1.0.59 3,282 5/3/2021
19.1.0.58 3,121 4/26/2021
19.1.0.57 3,210 4/20/2021
19.1.0.56 3,171 4/12/2021
19.1.0.55 3,147 4/6/2021
19.1.0.54 3,209 3/30/2021
18.4.0.49 3,159 3/22/2021
18.4.0.48 3,052 3/16/2021
18.4.0.47 3,499 3/9/2021
18.4.0.46 3,039 3/2/2021
18.4.0.44 3,131 2/23/2021
18.4.0.43 4,128 2/15/2021
18.4.0.42 3,142 2/9/2021
18.4.0.41 3,239 2/2/2021
18.4.0.39 3,183 1/28/2021
18.4.0.35 3,196 1/19/2021
18.4.0.34 3,308 1/12/2021
18.4.0.33 3,179 1/4/2021
18.4.0.32 3,086 12/30/2020
18.4.0.31 3,031 12/22/2020
18.4.0.30 3,232 12/17/2020
18.3.0.53 3,288 12/8/2020
18.3.0.52 3,186 11/30/2020
18.3.0.51 3,275 11/23/2020
18.3.0.50 3,217 11/17/2020
18.3.0.48 3,237 11/10/2020
18.3.0.47 3,337 11/5/2020
18.3.0.44 3,360 10/27/2020
18.3.0.42 3,471 10/20/2020
18.3.0.40 3,642 10/12/2020
18.3.0.38 3,287 10/7/2020
18.3.0.35 16,964 10/1/2020
18.2.0.59 3,276 9/22/2020
18.2.0.58 3,277 9/15/2020
18.2.0.57 3,349 9/8/2020
18.2.0.56 3,528 9/1/2020
18.2.0.55 3,361 8/25/2020
18.2.0.54 3,417 8/18/2020
18.2.0.48 3,387 8/4/2020
18.2.0.47 3,475 7/28/2020
18.2.0.46 3,388 7/21/2020
18.2.0.45 3,526 7/14/2020
18.2.0.44 3,854 7/6/2020
18.1.0.59 3,550 6/23/2020
18.1.0.57 3,507 6/15/2020
18.1.0.56 3,589 6/9/2020
18.1.0.55 3,493 6/2/2020
18.1.0.54 3,533 5/26/2020
18.1.0.53 3,561 5/19/2020
18.1.0.52 6,467 5/13/2020
18.1.0.48 3,545 5/5/2020
18.1.0.46 3,610 4/28/2020
18.1.0.45 3,555 4/21/2020
18.1.0.44 3,526 4/14/2020
18.1.0.43 3,671 4/7/2020
18.1.0.42 3,901 4/1/2020
18.1.0.36-beta 1,905 3/19/2020
17.4.0.55 3,597 3/10/2020
17.4.0.53 3,603 3/3/2020
17.4.0.51 3,571 2/25/2020
17.4.0.50 3,591 2/18/2020
17.4.0.49 3,549 2/11/2020
17.4.0.47 3,672 2/5/2020
17.4.0.46 3,490 1/30/2020
17.4.0.44 3,570 1/21/2020
17.4.0.43 3,631 1/14/2020
17.4.0.41 3,635 1/7/2020
17.4.0.40 3,655 12/24/2019
17.4.0.39 7,553 12/17/2019
17.3.0.34 3,642 12/10/2019
17.3.0.33 3,576 12/4/2019
17.3.0.30 3,455 12/3/2019
17.3.0.29 3,653 11/26/2019
17.3.0.28 4,536 11/18/2019
17.3.0.27 3,555 11/12/2019
17.3.0.26 4,936 11/5/2019
17.3.0.21 3,622 10/29/2019
17.3.0.19 3,700 10/22/2019
17.3.0.17 4,442 10/15/2019
17.3.0.14 4,080 10/3/2019
17.3.0.9-beta 1,908 9/20/2019
17.2.0.51 3,857 9/10/2019
17.2.0.49 3,682 9/3/2019
17.2.0.47 3,637 8/27/2019
17.2.0.46 3,697 8/22/2019
17.2.0.41 3,789 8/13/2019
17.2.0.40 3,715 8/6/2019
17.2.0.39 3,781 7/30/2019
17.2.0.36 3,723 7/23/2019
17.2.0.35 3,684 7/17/2019
17.2.0.34 4,747 7/11/2019
17.2.0.28-beta 2,082 6/27/2019
17.1.0.53 3,828 6/25/2019
17.1.0.52 5,531 6/18/2019
17.1.0.51 3,746 6/11/2019
17.1.0.50 3,741 6/4/2019
17.1.0.49 3,777 5/28/2019
17.1.0.48 3,799 5/21/2019
17.1.0.47 4,010 5/14/2019
17.1.0.44 3,777 5/7/2019
17.1.0.43 3,814 4/30/2019
17.1.0.42 3,801 4/23/2019
17.1.0.41 5,236 4/16/2019
17.1.0.40 3,691 4/9/2019
17.1.0.38 4,068 3/29/2019
17.1.0.32-beta 2,045 3/13/2019
16.4.0.54 4,098 2/19/2019
16.4.0.53 4,012 2/13/2019
16.4.0.52 4,003 2/5/2019
16.4.0.48 3,764 1/22/2019
16.4.0.47 3,846 1/16/2019
16.4.0.46 3,842 1/8/2019
16.4.0.44 4,059 12/24/2018
16.4.0.42 4,056 12/17/2018
16.4.0.40-beta 2,088 12/10/2018
16.3.0.36 3,998 11/27/2018
16.3.0.35-beta 2,190 11/23/2018
16.3.0.29 4,139 10/30/2018
16.3.0.21 4,151 9/21/2018
16.3.0.17-beta 2,031 9/12/2018
16.2.0.50 3,540 8/28/2018
16.2.0.46 3,855 8/8/2018