Syncfusion.XlsIO.UWP 20.2.0.48

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

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

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 (Preview), Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI (Preview), 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.40 57 4/15/2024
25.1.39 261 4/8/2024
25.1.38 311 4/1/2024
25.1.37 271 3/26/2024
25.1.35 737 3/15/2024
24.2.9 481 3/4/2024
24.2.8 543 2/26/2024
24.2.7 753 2/19/2024
24.2.6 492 2/14/2024
24.2.5 554 2/12/2024
24.2.4 579 2/5/2024
24.2.3 586 1/31/2024
24.1.47 630 1/22/2024
24.1.46 652 1/16/2024
24.1.45 729 1/8/2024
24.1.44 795 1/2/2024
24.1.43 752 12/27/2023
24.1.41 810 12/18/2023
23.2.7 926 12/6/2023
23.2.6 893 11/28/2023
23.2.5 1,874 11/23/2023
23.2.4 876 11/20/2023
23.1.44 896 11/6/2023
23.1.43 1,136 10/30/2023
23.1.42 949 10/23/2023
23.1.41 945 10/16/2023
23.1.40 1,700 10/10/2023
23.1.39 1,030 10/4/2023
23.1.38 1,007 9/26/2023
23.1.36 1,021 9/15/2023
22.2.12 1,276 9/5/2023
22.2.11 1,287 8/28/2023
22.2.10 1,403 8/22/2023
22.2.9 1,228 8/14/2023
22.2.8 1,273 8/7/2023
22.2.7 1,217 8/2/2023
22.2.5 1,278 7/27/2023
22.1.39 1,392 7/18/2023
22.1.38 1,301 7/11/2023
22.1.37 1,406 7/3/2023
22.1.36 1,441 6/28/2023
22.1.34 1,573 6/21/2023
21.2.10 1,473 6/12/2023
21.2.9 1,459 6/6/2023
21.2.8 1,439 5/30/2023
21.2.6 1,510 5/22/2023
21.2.5 1,577 5/15/2023
21.2.4 1,763 5/9/2023
21.2.3 1,741 5/3/2023
21.1.41 1,765 4/19/2023
21.1.39 1,913 4/10/2023
21.1.38 1,966 4/3/2023
21.1.37 2,055 3/29/2023
21.1.35 2,252 3/23/2023
20.4.0.54 2,174 3/13/2023
20.4.0.53 2,075 3/7/2023
20.4.0.52 2,135 2/28/2023
20.4.0.51 2,282 2/21/2023
20.4.0.50 2,262 2/14/2023
20.4.0.49 2,329 2/7/2023
20.4.0.48 2,454 2/1/2023
20.4.0.44 2,493 1/18/2023
20.4.0.43 2,609 1/10/2023
20.4.0.42 2,663 1/4/2023
20.4.0.41 2,653 12/29/2022
20.4.0.40 2,592 12/28/2022
20.4.0.38 2,918 12/21/2022
20.3.0.61 2,658 12/12/2022
20.3.0.60 2,730 12/6/2022
20.3.0.59 2,870 11/29/2022
20.3.0.58 2,866 11/22/2022
20.3.0.57 2,987 11/15/2022
20.3.0.56 3,018 11/8/2022
20.3.0.52 3,318 10/27/2022
20.3.0.50 3,452 10/18/2022
20.3.0.49 3,595 10/11/2022
20.3.0.48 3,619 10/5/2022
20.3.0.47 3,729 9/29/2022
20.2.0.50 3,692 9/20/2022
20.2.0.49 3,676 9/13/2022
20.2.0.48 3,764 9/6/2022
20.2.0.46 3,839 8/30/2022
20.2.0.45 3,828 8/23/2022
20.2.0.44 3,720 8/16/2022
20.2.0.43 5,469 8/8/2022
20.2.0.40 3,949 7/26/2022
20.2.0.39 3,865 7/19/2022
20.2.0.38 3,914 7/12/2022
20.2.0.36 32,111 6/30/2022
20.1.0.61 3,882 6/20/2022
20.1.0.60 3,872 6/14/2022
20.1.0.59 4,215 6/6/2022
20.1.0.58 4,059 5/30/2022
20.1.0.57 3,981 5/23/2022
20.1.0.56 3,925 5/17/2022
20.1.0.55 5,192 5/12/2022
20.1.0.52 4,146 5/2/2022
20.1.0.51 4,029 4/26/2022
20.1.0.50 3,992 4/19/2022
20.1.0.48 4,110 4/12/2022
20.1.0.47 4,012 4/4/2022
19.4.0.56 4,914 3/14/2022
19.4.0.55 3,990 3/8/2022
19.4.0.54 4,007 2/28/2022
19.4.0.53 4,020 2/22/2022
19.4.0.52 3,887 2/15/2022
19.4.0.50 3,981 2/8/2022
19.4.0.48 3,981 1/31/2022
19.4.0.47 3,928 1/24/2022
19.4.0.43 4,218 1/18/2022
19.4.0.42 3,211 1/10/2022
19.4.0.41 2,698 1/4/2022
19.4.0.40 2,639 12/28/2021
19.4.0.38 2,659 12/17/2021
19.3.0.59 2,625 12/14/2021
19.3.0.57 2,668 12/7/2021
19.3.0.56 3,275 11/29/2021
19.3.0.55 3,024 11/23/2021
19.3.0.54 2,831 11/17/2021
19.3.0.53 2,903 11/12/2021
19.3.0.48 2,885 11/2/2021
19.3.0.47 3,137 10/26/2021
19.3.0.46 2,870 10/19/2021
19.3.0.45 3,112 10/12/2021
19.3.0.44 3,148 10/5/2021
19.3.0.43 3,043 9/30/2021
19.2.0.62 3,170 9/13/2021
19.2.0.60 3,027 9/7/2021
19.2.0.59 3,242 8/30/2021
19.2.0.57 3,346 8/24/2021
19.2.0.56 3,282 8/17/2021
19.2.0.55 3,239 8/11/2021
19.2.0.51 3,276 8/2/2021
19.2.0.49 3,223 7/26/2021
19.2.0.48 3,235 7/19/2021
19.2.0.47 3,317 7/13/2021
19.2.0.46 3,499 7/6/2021
19.2.0.44 23,313 6/30/2021
19.1.0.69 3,729 6/14/2021
19.1.0.67 3,224 6/7/2021
19.1.0.66 3,096 5/31/2021
19.1.0.65 3,123 5/24/2021
19.1.0.64 3,090 5/19/2021
19.1.0.63 3,131 5/13/2021
19.1.0.59 3,365 5/3/2021
19.1.0.58 3,186 4/26/2021
19.1.0.57 3,275 4/20/2021
19.1.0.56 3,234 4/12/2021
19.1.0.55 3,219 4/6/2021
19.1.0.54 3,270 3/30/2021
18.4.0.49 3,224 3/22/2021
18.4.0.48 3,125 3/16/2021
18.4.0.47 3,564 3/9/2021
18.4.0.46 3,114 3/2/2021
18.4.0.44 3,212 2/23/2021
18.4.0.43 4,201 2/15/2021
18.4.0.42 3,207 2/9/2021
18.4.0.41 3,304 2/2/2021
18.4.0.39 3,249 1/28/2021
18.4.0.35 3,259 1/19/2021
18.4.0.34 3,370 1/12/2021
18.4.0.33 3,242 1/4/2021
18.4.0.32 3,152 12/30/2020
18.4.0.31 3,108 12/22/2020
18.4.0.30 3,294 12/17/2020
18.3.0.53 3,351 12/8/2020
18.3.0.52 3,249 11/30/2020
18.3.0.51 3,340 11/23/2020
18.3.0.50 3,293 11/17/2020
18.3.0.48 3,301 11/10/2020
18.3.0.47 3,402 11/5/2020
18.3.0.44 3,432 10/27/2020
18.3.0.42 3,531 10/20/2020
18.3.0.40 3,702 10/12/2020
18.3.0.38 3,363 10/7/2020
18.3.0.35 17,365 10/1/2020
18.2.0.59 3,344 9/22/2020
18.2.0.58 3,348 9/15/2020
18.2.0.57 3,416 9/8/2020
18.2.0.56 3,593 9/1/2020
18.2.0.55 3,426 8/25/2020
18.2.0.54 3,482 8/18/2020
18.2.0.48 3,449 8/4/2020
18.2.0.47 3,540 7/28/2020
18.2.0.46 3,458 7/21/2020
18.2.0.45 3,591 7/14/2020
18.2.0.44 3,923 7/6/2020
18.1.0.59 3,622 6/23/2020
18.1.0.57 3,572 6/15/2020
18.1.0.56 3,653 6/9/2020
18.1.0.55 3,557 6/2/2020
18.1.0.54 3,597 5/26/2020
18.1.0.53 3,634 5/19/2020
18.1.0.52 6,593 5/13/2020
18.1.0.48 3,609 5/5/2020
18.1.0.46 3,685 4/28/2020
18.1.0.45 3,622 4/21/2020
18.1.0.44 3,592 4/14/2020
18.1.0.43 3,731 4/7/2020
18.1.0.42 3,967 4/1/2020
18.1.0.36-beta 1,971 3/19/2020
17.4.0.55 3,668 3/10/2020
17.4.0.53 3,670 3/3/2020
17.4.0.51 3,638 2/25/2020
17.4.0.50 3,673 2/18/2020
17.4.0.49 3,616 2/11/2020
17.4.0.47 3,737 2/5/2020
17.4.0.46 3,556 1/30/2020
17.4.0.44 3,637 1/21/2020
17.4.0.43 3,709 1/14/2020
17.4.0.41 3,702 1/7/2020
17.4.0.40 3,717 12/24/2019
17.4.0.39 7,692 12/17/2019
17.3.0.34 3,717 12/10/2019
17.3.0.33 3,651 12/4/2019
17.3.0.30 3,523 12/3/2019
17.3.0.29 3,719 11/26/2019
17.3.0.28 4,603 11/18/2019
17.3.0.27 3,624 11/12/2019
17.3.0.26 5,023 11/5/2019
17.3.0.21 3,690 10/29/2019
17.3.0.19 3,767 10/22/2019
17.3.0.17 4,528 10/15/2019
17.3.0.14 4,147 10/3/2019
17.3.0.9-beta 1,975 9/20/2019
17.2.0.51 3,924 9/10/2019
17.2.0.49 3,757 9/3/2019
17.2.0.47 3,704 8/27/2019
17.2.0.46 3,763 8/22/2019
17.2.0.41 3,851 8/13/2019
17.2.0.40 3,782 8/6/2019
17.2.0.39 3,845 7/30/2019
17.2.0.36 3,788 7/23/2019
17.2.0.35 3,747 7/17/2019
17.2.0.34 4,825 7/11/2019
17.2.0.28-beta 2,146 6/27/2019
17.1.0.53 3,893 6/25/2019
17.1.0.52 5,594 6/18/2019
17.1.0.51 3,811 6/11/2019
17.1.0.50 3,806 6/4/2019
17.1.0.49 3,841 5/28/2019
17.1.0.48 3,861 5/21/2019
17.1.0.47 4,075 5/14/2019
17.1.0.44 3,840 5/7/2019
17.1.0.43 3,876 4/30/2019
17.1.0.42 3,882 4/23/2019
17.1.0.41 5,301 4/16/2019
17.1.0.40 3,752 4/9/2019
17.1.0.38 4,132 3/29/2019
17.1.0.32-beta 2,123 3/13/2019
16.4.0.54 4,161 2/19/2019
16.4.0.53 4,077 2/13/2019
16.4.0.52 4,068 2/5/2019
16.4.0.48 3,827 1/22/2019
16.4.0.47 3,908 1/16/2019
16.4.0.46 3,903 1/8/2019
16.4.0.44 4,122 12/24/2018
16.4.0.42 4,120 12/17/2018
16.4.0.40-beta 2,159 12/10/2018
16.3.0.36 4,061 11/27/2018
16.3.0.35-beta 2,253 11/23/2018
16.3.0.29 4,197 10/30/2018
16.3.0.21 4,217 9/21/2018
16.3.0.17-beta 2,100 9/12/2018
16.2.0.50 3,604 8/28/2018
16.2.0.46 3,920 8/8/2018