Syncfusion.XlsIO.UWP 20.2.0.40

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.40
NuGet\Install-Package Syncfusion.XlsIO.UWP -Version 20.2.0.40
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.40" />
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.40
#r "nuget: Syncfusion.XlsIO.UWP, 20.2.0.40"
#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.40

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

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 154 4/15/2024
25.1.39 131 4/8/2024
25.1.38 281 4/1/2024
25.1.37 252 3/26/2024
25.1.35 662 3/15/2024
24.2.9 461 3/4/2024
24.2.8 514 2/26/2024
24.2.7 735 2/19/2024
24.2.6 474 2/14/2024
24.2.5 535 2/12/2024
24.2.4 560 2/5/2024
24.2.3 568 1/31/2024
24.1.47 613 1/22/2024
24.1.46 635 1/16/2024
24.1.45 705 1/8/2024
24.1.44 778 1/2/2024
24.1.43 733 12/27/2023
24.1.41 798 12/18/2023
23.2.7 907 12/6/2023
23.2.6 874 11/28/2023
23.2.5 1,855 11/23/2023
23.2.4 857 11/20/2023
23.1.44 877 11/6/2023
23.1.43 1,117 10/30/2023
23.1.42 930 10/23/2023
23.1.41 926 10/16/2023
23.1.40 1,682 10/10/2023
23.1.39 1,011 10/4/2023
23.1.38 988 9/26/2023
23.1.36 997 9/15/2023
22.2.12 1,257 9/5/2023
22.2.11 1,268 8/28/2023
22.2.10 1,384 8/22/2023
22.2.9 1,209 8/14/2023
22.2.8 1,254 8/7/2023
22.2.7 1,198 8/2/2023
22.2.5 1,260 7/27/2023
22.1.39 1,372 7/18/2023
22.1.38 1,283 7/11/2023
22.1.37 1,388 7/3/2023
22.1.36 1,423 6/28/2023
22.1.34 1,499 6/21/2023
21.2.10 1,454 6/12/2023
21.2.9 1,442 6/6/2023
21.2.8 1,420 5/30/2023
21.2.6 1,491 5/22/2023
21.2.5 1,558 5/15/2023
21.2.4 1,744 5/9/2023
21.2.3 1,722 5/3/2023
21.1.41 1,747 4/19/2023
21.1.39 1,896 4/10/2023
21.1.38 1,956 4/3/2023
21.1.37 2,037 3/29/2023
21.1.35 2,235 3/23/2023
20.4.0.54 2,156 3/13/2023
20.4.0.53 2,057 3/7/2023
20.4.0.52 2,116 2/28/2023
20.4.0.51 2,264 2/21/2023
20.4.0.50 2,244 2/14/2023
20.4.0.49 2,311 2/7/2023
20.4.0.48 2,437 2/1/2023
20.4.0.44 2,476 1/18/2023
20.4.0.43 2,592 1/10/2023
20.4.0.42 2,646 1/4/2023
20.4.0.41 2,637 12/29/2022
20.4.0.40 2,575 12/28/2022
20.4.0.38 2,901 12/21/2022
20.3.0.61 2,641 12/12/2022
20.3.0.60 2,713 12/6/2022
20.3.0.59 2,853 11/29/2022
20.3.0.58 2,849 11/22/2022
20.3.0.57 2,970 11/15/2022
20.3.0.56 3,001 11/8/2022
20.3.0.52 3,301 10/27/2022
20.3.0.50 3,435 10/18/2022
20.3.0.49 3,578 10/11/2022
20.3.0.48 3,602 10/5/2022
20.3.0.47 3,712 9/29/2022
20.2.0.50 3,676 9/20/2022
20.2.0.49 3,659 9/13/2022
20.2.0.48 3,747 9/6/2022
20.2.0.46 3,820 8/30/2022
20.2.0.45 3,811 8/23/2022
20.2.0.44 3,703 8/16/2022
20.2.0.43 5,452 8/8/2022
20.2.0.40 3,932 7/26/2022
20.2.0.39 3,849 7/19/2022
20.2.0.38 3,897 7/12/2022
20.2.0.36 32,054 6/30/2022
20.1.0.61 3,865 6/20/2022
20.1.0.60 3,855 6/14/2022
20.1.0.59 4,198 6/6/2022
20.1.0.58 4,042 5/30/2022
20.1.0.57 3,964 5/23/2022
20.1.0.56 3,908 5/17/2022
20.1.0.55 5,165 5/12/2022
20.1.0.52 4,129 5/2/2022
20.1.0.51 4,012 4/26/2022
20.1.0.50 3,975 4/19/2022
20.1.0.48 4,093 4/12/2022
20.1.0.47 3,995 4/4/2022
19.4.0.56 4,899 3/14/2022
19.4.0.55 3,973 3/8/2022
19.4.0.54 3,990 2/28/2022
19.4.0.53 4,003 2/22/2022
19.4.0.52 3,870 2/15/2022
19.4.0.50 3,964 2/8/2022
19.4.0.48 3,964 1/31/2022
19.4.0.47 3,911 1/24/2022
19.4.0.43 4,201 1/18/2022
19.4.0.42 3,194 1/10/2022
19.4.0.41 2,681 1/4/2022
19.4.0.40 2,622 12/28/2021
19.4.0.38 2,642 12/17/2021
19.3.0.59 2,608 12/14/2021
19.3.0.57 2,651 12/7/2021
19.3.0.56 3,258 11/29/2021
19.3.0.55 3,007 11/23/2021
19.3.0.54 2,814 11/17/2021
19.3.0.53 2,880 11/12/2021
19.3.0.48 2,868 11/2/2021
19.3.0.47 3,120 10/26/2021
19.3.0.46 2,853 10/19/2021
19.3.0.45 3,095 10/12/2021
19.3.0.44 3,130 10/5/2021
19.3.0.43 3,025 9/30/2021
19.2.0.62 3,152 9/13/2021
19.2.0.60 3,009 9/7/2021
19.2.0.59 3,224 8/30/2021
19.2.0.57 3,336 8/24/2021
19.2.0.56 3,264 8/17/2021
19.2.0.55 3,221 8/11/2021
19.2.0.51 3,258 8/2/2021
19.2.0.49 3,205 7/26/2021
19.2.0.48 3,217 7/19/2021
19.2.0.47 3,298 7/13/2021
19.2.0.46 3,481 7/6/2021
19.2.0.44 23,294 6/30/2021
19.1.0.69 3,711 6/14/2021
19.1.0.67 3,206 6/7/2021
19.1.0.66 3,078 5/31/2021
19.1.0.65 3,105 5/24/2021
19.1.0.64 3,072 5/19/2021
19.1.0.63 3,113 5/13/2021
19.1.0.59 3,339 5/3/2021
19.1.0.58 3,168 4/26/2021
19.1.0.57 3,257 4/20/2021
19.1.0.56 3,216 4/12/2021
19.1.0.55 3,201 4/6/2021
19.1.0.54 3,252 3/30/2021
18.4.0.49 3,206 3/22/2021
18.4.0.48 3,107 3/16/2021
18.4.0.47 3,546 3/9/2021
18.4.0.46 3,096 3/2/2021
18.4.0.44 3,194 2/23/2021
18.4.0.43 4,183 2/15/2021
18.4.0.42 3,189 2/9/2021
18.4.0.41 3,286 2/2/2021
18.4.0.39 3,231 1/28/2021
18.4.0.35 3,241 1/19/2021
18.4.0.34 3,352 1/12/2021
18.4.0.33 3,224 1/4/2021
18.4.0.32 3,134 12/30/2020
18.4.0.31 3,090 12/22/2020
18.4.0.30 3,276 12/17/2020
18.3.0.53 3,333 12/8/2020
18.3.0.52 3,233 11/30/2020
18.3.0.51 3,321 11/23/2020
18.3.0.50 3,275 11/17/2020
18.3.0.48 3,283 11/10/2020
18.3.0.47 3,384 11/5/2020
18.3.0.44 3,414 10/27/2020
18.3.0.42 3,513 10/20/2020
18.3.0.40 3,684 10/12/2020
18.3.0.38 3,345 10/7/2020
18.3.0.35 17,347 10/1/2020
18.2.0.59 3,326 9/22/2020
18.2.0.58 3,330 9/15/2020
18.2.0.57 3,398 9/8/2020
18.2.0.56 3,575 9/1/2020
18.2.0.55 3,408 8/25/2020
18.2.0.54 3,464 8/18/2020
18.2.0.48 3,431 8/4/2020
18.2.0.47 3,522 7/28/2020
18.2.0.46 3,440 7/21/2020
18.2.0.45 3,573 7/14/2020
18.2.0.44 3,905 7/6/2020
18.1.0.59 3,604 6/23/2020
18.1.0.57 3,554 6/15/2020
18.1.0.56 3,635 6/9/2020
18.1.0.55 3,539 6/2/2020
18.1.0.54 3,579 5/26/2020
18.1.0.53 3,616 5/19/2020
18.1.0.52 6,575 5/13/2020
18.1.0.48 3,590 5/5/2020
18.1.0.46 3,666 4/28/2020
18.1.0.45 3,602 4/21/2020
18.1.0.44 3,574 4/14/2020
18.1.0.43 3,713 4/7/2020
18.1.0.42 3,949 4/1/2020
18.1.0.36-beta 1,954 3/19/2020
17.4.0.55 3,650 3/10/2020
17.4.0.53 3,652 3/3/2020
17.4.0.51 3,620 2/25/2020
17.4.0.50 3,655 2/18/2020
17.4.0.49 3,598 2/11/2020
17.4.0.47 3,719 2/5/2020
17.4.0.46 3,538 1/30/2020
17.4.0.44 3,619 1/21/2020
17.4.0.43 3,691 1/14/2020
17.4.0.41 3,684 1/7/2020
17.4.0.40 3,700 12/24/2019
17.4.0.39 7,673 12/17/2019
17.3.0.34 3,699 12/10/2019
17.3.0.33 3,633 12/4/2019
17.3.0.30 3,505 12/3/2019
17.3.0.29 3,701 11/26/2019
17.3.0.28 4,585 11/18/2019
17.3.0.27 3,606 11/12/2019
17.3.0.26 5,004 11/5/2019
17.3.0.21 3,672 10/29/2019
17.3.0.19 3,749 10/22/2019
17.3.0.17 4,510 10/15/2019
17.3.0.14 4,129 10/3/2019
17.3.0.9-beta 1,958 9/20/2019
17.2.0.51 3,906 9/10/2019
17.2.0.49 3,739 9/3/2019
17.2.0.47 3,686 8/27/2019
17.2.0.46 3,745 8/22/2019
17.2.0.41 3,833 8/13/2019
17.2.0.40 3,764 8/6/2019
17.2.0.39 3,827 7/30/2019
17.2.0.36 3,770 7/23/2019
17.2.0.35 3,729 7/17/2019
17.2.0.34 4,807 7/11/2019
17.2.0.28-beta 2,129 6/27/2019
17.1.0.53 3,875 6/25/2019
17.1.0.52 5,576 6/18/2019
17.1.0.51 3,793 6/11/2019
17.1.0.50 3,788 6/4/2019
17.1.0.49 3,823 5/28/2019
17.1.0.48 3,843 5/21/2019
17.1.0.47 4,057 5/14/2019
17.1.0.44 3,822 5/7/2019
17.1.0.43 3,858 4/30/2019
17.1.0.42 3,864 4/23/2019
17.1.0.41 5,283 4/16/2019
17.1.0.40 3,734 4/9/2019
17.1.0.38 4,114 3/29/2019
17.1.0.32-beta 2,106 3/13/2019
16.4.0.54 4,143 2/19/2019
16.4.0.53 4,059 2/13/2019
16.4.0.52 4,050 2/5/2019
16.4.0.48 3,809 1/22/2019
16.4.0.47 3,890 1/16/2019
16.4.0.46 3,885 1/8/2019
16.4.0.44 4,104 12/24/2018
16.4.0.42 4,102 12/17/2018
16.4.0.40-beta 2,143 12/10/2018
16.3.0.36 4,043 11/27/2018
16.3.0.35-beta 2,236 11/23/2018
16.3.0.29 4,178 10/30/2018
16.3.0.21 4,199 9/21/2018
16.3.0.17-beta 2,083 9/12/2018
16.2.0.50 3,586 8/28/2018
16.2.0.46 3,902 8/8/2018