![]() |
VOOZH | about |
dotnet add package Syncfusion.XlsIO.UWP --version 33.2.13
NuGet\Install-Package Syncfusion.XlsIO.UWP -Version 33.2.13
<PackageReference Include="Syncfusion.XlsIO.UWP" Version="33.2.13" />
<PackageVersion Include="Syncfusion.XlsIO.UWP" Version="33.2.13" />Directory.Packages.props
<PackageReference Include="Syncfusion.XlsIO.UWP" />Project file
paket add Syncfusion.XlsIO.UWP --version 33.2.13
#r "nuget: Syncfusion.XlsIO.UWP, 33.2.13"
#:package Syncfusion.XlsIO.UWP@33.2.13
#addin nuget:?package=Syncfusion.XlsIO.UWP&version=33.2.13Install as a Cake Addin
#tool nuget:?package=Syncfusion.XlsIO.UWP&version=33.2.13Install as a Cake Tool
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.
Features Overview | Dos | API Reference | Online Demo | GitHub Examples | Blogs | Support | Forums | Feedback
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.
This is a commercial product and requires a paid license for possession or use. Syncfusion® licensed software, including this component, is subject to the terms and conditions of Syncfusion® EULA. You can purchase a license here or start a free 30-day trial here.
Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion® has more than 29,000 customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.
Today, we provide 1800+ 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.
| www.syncfusion.com | Toll Free: 1-888-9 DOTNET
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| Universal Windows Platform | uap uap was computed. uap10.0 uap10.0 is compatible. |
Showing the top 5 NuGet packages that depend on Syncfusion.XlsIO.UWP:
| Package | Downloads |
|---|---|
|
Syncfusion.SfCellGrid.UWP
This package provides the functionality to utilize the features of Syncfusion® UWP Cell Grid control and more. |
|
|
Syncfusion.SfSpreadsheet.UWP
This package provides the functionality to utilize the features of Syncfusion® UWP Spreadsheet library and more. |
|
|
Syncfusion.PivotTableExport.UWP
This package provides the functionality to utilize the features of Syncfusion® UWP Pivot Table Export control and more. |
|
|
Syncfusion.ExcelChartToImageConverter.UWP
This package provides the functionality to utilize the features of Syncfusion® UWP ExcelChart To Image Converter and more. |
|
|
Syncfusion.DataGridExcelExport.UWP
This package provides the functionality to utilize the features of Syncfusion® UWP DataGridExport control and more. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 33.2.13 | 294 | 6/16/2026 |
| 33.2.12 | 409 | 6/9/2026 |
| 33.2.10 | 403 | 6/2/2026 |
| 33.2.8 | 405 | 5/26/2026 |
| 33.2.7 | 414 | 5/19/2026 |
| 33.2.6 | 645 | 5/12/2026 |
| 33.2.5 | 913 | 5/4/2026 |
| 33.2.4 | 948 | 4/27/2026 |
| 33.2.3 | 911 | 4/21/2026 |
| 33.1.49 | 902 | 4/13/2026 |
| 33.1.47 | 980 | 4/6/2026 |
| 33.1.46 | 1,172 | 3/30/2026 |
| 33.1.45 | 1,508 | 3/23/2026 |
| 33.1.44 | 948 | 3/16/2026 |
| 32.2.9 | 954 | 3/9/2026 |
| 32.2.8 | 1,199 | 3/2/2026 |
| 32.2.7 | 1,375 | 2/23/2026 |
| 32.2.5 | 1,648 | 2/16/2026 |
| 32.2.4 | 1,752 | 2/10/2026 |
| 32.2.3 | 1,834 | 2/5/2026 |