Syncfusion.XlsIO.UWP 23.2.7

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 23.2.7
NuGet\Install-Package Syncfusion.XlsIO.UWP -Version 23.2.7
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.2.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.XlsIO.UWP --version 23.2.7
#r "nuget: Syncfusion.XlsIO.UWP, 23.2.7"
#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.2.7

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

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)
Additional computed target framework(s)
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.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.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.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
23.2.7 137 12/6/2023
23.2.6 239 11/28/2023
23.2.5 324 11/23/2023
23.2.4 232 11/20/2023
23.1.44 237 11/6/2023
23.1.43 451 10/30/2023
23.1.42 275 10/23/2023
23.1.41 317 10/16/2023
23.1.40 703 10/10/2023
23.1.39 348 10/4/2023
23.1.38 381 9/26/2023
23.1.36 344 9/15/2023
22.2.12 639 9/5/2023
22.2.11 596 8/28/2023
22.2.10 724 8/22/2023
22.2.9 544 8/14/2023
22.2.8 606 8/7/2023
22.2.7 557 8/2/2023
22.2.5 618 7/27/2023
22.1.39 723 7/18/2023
22.1.38 648 7/11/2023
22.1.37 736 7/3/2023
22.1.36 741 6/28/2023
22.1.34 813 6/21/2023
21.2.10 771 6/12/2023
21.2.9 779 6/6/2023
21.2.8 781 5/30/2023
21.2.6 871 5/22/2023
21.2.5 950 5/15/2023
21.2.4 1,122 5/9/2023
21.2.3 1,107 5/3/2023
21.1.41 1,163 4/19/2023
21.1.39 1,253 4/10/2023
21.1.38 1,353 4/3/2023
21.1.37 1,442 3/29/2023
21.1.35 1,624 3/23/2023
20.4.0.54 1,519 3/13/2023
20.4.0.53 1,430 3/7/2023
20.4.0.52 1,485 2/28/2023
20.4.0.51 1,575 2/21/2023
20.4.0.50 1,598 2/14/2023
20.4.0.49 1,642 2/7/2023
20.4.0.48 1,777 2/1/2023
20.4.0.44 1,847 1/18/2023
20.4.0.43 1,928 1/10/2023
20.4.0.42 1,995 1/4/2023
20.4.0.41 1,956 12/29/2022
20.4.0.40 1,955 12/28/2022
20.4.0.38 2,260 12/21/2022
20.3.0.61 1,990 12/12/2022
20.3.0.60 2,030 12/6/2022
20.3.0.59 2,219 11/29/2022
20.3.0.58 2,201 11/22/2022
20.3.0.57 2,310 11/15/2022
20.3.0.56 2,362 11/8/2022
20.3.0.52 2,638 10/27/2022
20.3.0.50 2,830 10/18/2022
20.3.0.49 2,900 10/11/2022
20.3.0.48 2,949 10/5/2022
20.3.0.47 3,125 9/29/2022
20.2.0.50 3,033 9/20/2022
20.2.0.49 3,051 9/13/2022
20.2.0.48 3,122 9/6/2022
20.2.0.46 3,157 8/30/2022
20.2.0.45 3,190 8/23/2022
20.2.0.44 3,099 8/16/2022
20.2.0.43 4,810 8/8/2022
20.2.0.40 3,282 7/26/2022
20.2.0.39 3,227 7/19/2022
20.2.0.38 3,235 7/12/2022
20.2.0.36 15,941 6/30/2022
20.1.0.61 3,235 6/20/2022
20.1.0.60 3,218 6/14/2022
20.1.0.59 3,546 6/6/2022
20.1.0.58 3,414 5/30/2022
20.1.0.57 3,306 5/23/2022
20.1.0.56 3,307 5/17/2022
20.1.0.55 4,309 5/12/2022
20.1.0.52 3,490 5/2/2022
20.1.0.51 3,382 4/26/2022
20.1.0.50 3,376 4/19/2022
20.1.0.48 3,454 4/12/2022
20.1.0.47 3,355 4/4/2022
19.4.0.56 4,292 3/14/2022
19.4.0.55 3,375 3/8/2022
19.4.0.54 3,352 2/28/2022
19.4.0.53 3,370 2/22/2022
19.4.0.52 3,232 2/15/2022
19.4.0.50 3,318 2/8/2022
19.4.0.48 3,316 1/31/2022
19.4.0.47 3,276 1/24/2022
19.4.0.43 3,558 1/18/2022
19.4.0.42 2,590 1/10/2022
19.4.0.41 2,034 1/4/2022
19.4.0.40 2,012 12/28/2021
19.4.0.38 2,029 12/17/2021
19.3.0.59 1,970 12/14/2021
19.3.0.57 2,042 12/7/2021
19.3.0.56 2,618 11/29/2021
19.3.0.55 2,355 11/23/2021
19.3.0.54 2,166 11/17/2021
19.3.0.53 2,211 11/12/2021
19.3.0.48 2,276 11/2/2021
19.3.0.47 2,496 10/26/2021
19.3.0.46 2,209 10/19/2021
19.3.0.45 2,431 10/12/2021
19.3.0.44 2,507 10/5/2021
19.3.0.43 2,405 9/30/2021
19.2.0.62 2,486 9/13/2021
19.2.0.60 2,387 9/7/2021
19.2.0.59 2,553 8/30/2021
19.2.0.57 2,689 8/24/2021
19.2.0.56 2,584 8/17/2021
19.2.0.55 2,579 8/11/2021
19.2.0.51 2,624 8/2/2021
19.2.0.49 2,574 7/26/2021
19.2.0.48 2,558 7/19/2021
19.2.0.47 2,638 7/13/2021
19.2.0.46 2,807 7/6/2021
19.2.0.44 16,737 6/30/2021
19.1.0.69 3,060 6/14/2021
19.1.0.67 2,551 6/7/2021
19.1.0.66 2,434 5/31/2021
19.1.0.65 2,385 5/24/2021
19.1.0.64 2,406 5/19/2021
19.1.0.63 2,431 5/13/2021
19.1.0.59 2,631 5/3/2021
19.1.0.58 2,536 4/26/2021
19.1.0.57 2,589 4/20/2021
19.1.0.56 2,556 4/12/2021
19.1.0.55 2,540 4/6/2021
19.1.0.54 2,585 3/30/2021
18.4.0.49 2,528 3/22/2021
18.4.0.48 2,451 3/16/2021
18.4.0.47 2,878 3/9/2021
18.4.0.46 2,456 3/2/2021
18.4.0.44 2,553 2/23/2021
18.4.0.43 3,480 2/15/2021
18.4.0.42 2,581 2/9/2021
18.4.0.41 2,605 2/2/2021
18.4.0.39 2,592 1/28/2021
18.4.0.35 2,610 1/19/2021
18.4.0.34 2,719 1/12/2021
18.4.0.33 2,555 1/4/2021
18.4.0.32 2,477 12/30/2020
18.4.0.31 2,449 12/22/2020
18.4.0.30 2,632 12/17/2020
18.3.0.53 2,694 12/8/2020
18.3.0.52 2,585 11/30/2020
18.3.0.51 2,657 11/23/2020
18.3.0.50 2,570 11/17/2020
18.3.0.48 2,661 11/10/2020
18.3.0.47 2,730 11/5/2020
18.3.0.44 2,780 10/27/2020
18.3.0.42 2,883 10/20/2020
18.3.0.40 3,010 10/12/2020
18.3.0.38 2,715 10/7/2020
18.3.0.35 12,429 10/1/2020
18.2.0.59 2,708 9/22/2020
18.2.0.58 2,677 9/15/2020
18.2.0.57 2,738 9/8/2020
18.2.0.56 2,951 9/1/2020
18.2.0.55 2,755 8/25/2020
18.2.0.54 2,801 8/18/2020
18.2.0.48 2,822 8/4/2020
18.2.0.47 2,897 7/28/2020
18.2.0.46 2,815 7/21/2020
18.2.0.45 2,862 7/14/2020
18.2.0.44 3,256 7/6/2020
18.1.0.59 2,945 6/23/2020
18.1.0.57 2,928 6/15/2020
18.1.0.56 2,991 6/9/2020
18.1.0.55 2,912 6/2/2020
18.1.0.54 2,897 5/26/2020
18.1.0.53 2,946 5/19/2020
18.1.0.52 5,197 5/13/2020
18.1.0.48 2,961 5/5/2020
18.1.0.46 2,988 4/28/2020
18.1.0.45 2,971 4/21/2020
18.1.0.44 2,926 4/14/2020
18.1.0.43 3,019 4/7/2020
18.1.0.42 3,286 4/1/2020
18.1.0.36-beta 1,303 3/19/2020
17.4.0.55 3,014 3/10/2020
17.4.0.53 3,020 3/3/2020
17.4.0.51 2,969 2/25/2020
17.4.0.50 3,009 2/18/2020
17.4.0.49 2,913 2/11/2020
17.4.0.47 3,044 2/5/2020
17.4.0.46 2,888 1/30/2020
17.4.0.44 2,990 1/21/2020
17.4.0.43 3,025 1/14/2020
17.4.0.41 2,994 1/7/2020
17.4.0.40 3,035 12/24/2019
17.4.0.39 6,086 12/17/2019
17.3.0.34 3,041 12/10/2019
17.3.0.33 2,981 12/4/2019
17.3.0.30 2,837 12/3/2019
17.3.0.29 3,008 11/26/2019
17.3.0.28 3,918 11/18/2019
17.3.0.27 2,945 11/12/2019
17.3.0.26 4,062 11/5/2019
17.3.0.21 2,979 10/29/2019
17.3.0.19 3,068 10/22/2019
17.3.0.17 3,519 10/15/2019
17.3.0.14 3,464 10/3/2019
17.3.0.9-beta 1,294 9/20/2019
17.2.0.51 3,216 9/10/2019
17.2.0.49 3,042 9/3/2019
17.2.0.47 3,034 8/27/2019
17.2.0.46 3,076 8/22/2019
17.2.0.41 3,195 8/13/2019
17.2.0.40 3,105 8/6/2019
17.2.0.39 3,128 7/30/2019
17.2.0.36 3,106 7/23/2019
17.2.0.35 3,051 7/17/2019
17.2.0.34 4,110 7/11/2019
17.2.0.28-beta 1,479 6/27/2019
17.1.0.53 3,256 6/25/2019
17.1.0.52 4,891 6/18/2019
17.1.0.51 3,110 6/11/2019
17.1.0.50 3,103 6/4/2019
17.1.0.49 3,148 5/28/2019
17.1.0.48 3,177 5/21/2019
17.1.0.47 3,406 5/14/2019
17.1.0.44 3,180 5/7/2019
17.1.0.43 3,188 4/30/2019
17.1.0.42 3,188 4/23/2019
17.1.0.41 4,631 4/16/2019
17.1.0.40 3,111 4/9/2019
17.1.0.38 3,423 3/29/2019
17.1.0.32-beta 1,430 3/13/2019
16.4.0.54 3,503 2/19/2019
16.4.0.53 3,396 2/13/2019
16.4.0.52 3,384 2/5/2019
16.4.0.48 3,139 1/22/2019
16.4.0.47 3,244 1/16/2019
16.4.0.46 3,253 1/8/2019
16.4.0.44 3,414 12/24/2018
16.4.0.42 3,449 12/17/2018
16.4.0.40-beta 1,513 12/10/2018
16.3.0.36 3,377 11/27/2018
16.3.0.35-beta 1,593 11/23/2018
16.3.0.29 3,511 10/30/2018
16.3.0.21 3,536 9/21/2018
16.3.0.17-beta 1,437 9/12/2018
16.2.0.50 2,932 8/28/2018
16.2.0.46 3,274 8/8/2018