![]() |
VOOZH | about |
dotnet add package Syncfusion.ExcelChartToImageConverter.UWP --version 33.2.13
NuGet\Install-Package Syncfusion.ExcelChartToImageConverter.UWP -Version 33.2.13
<PackageReference Include="Syncfusion.ExcelChartToImageConverter.UWP" Version="33.2.13" />
<PackageVersion Include="Syncfusion.ExcelChartToImageConverter.UWP" Version="33.2.13" />Directory.Packages.props
<PackageReference Include="Syncfusion.ExcelChartToImageConverter.UWP" />Project file
paket add Syncfusion.ExcelChartToImageConverter.UWP --version 33.2.13
#r "nuget: Syncfusion.ExcelChartToImageConverter.UWP, 33.2.13"
#:package Syncfusion.ExcelChartToImageConverter.UWP@33.2.13
#addin nuget:?package=Syncfusion.ExcelChartToImageConverter.UWP&version=33.2.13Install as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelChartToImageConverter.UWP&version=33.2.13Install as a Cake Tool
The Syncfusion® UWP Excel Chart to Image Converter is a .NET class library for converting Excel chart to image programatically without using Microsoft Office dependencies.
👁 UWP Excel Chart To Image Converter
Features Overview | Docs | API Reference | Online Demo | GitHub Examples | Blogs | Support | Forums | Feedback
You can fetch the Syncfusion® UWP Excel Chart to Image converter library NuGet by simply running the command Install-Package Syncfusion.ExcelChartToImageConverter.UWP from the Package Manager Console in Visual Studio.
Try the following code snippet to convert an Excel Chart to Image.
using Syncfusion.XlsIO;
using System.IO;
using System.Reflection;
using Syncfusion.ExcelChartToImageConverter;
//Initialize ExcelEngine.
using (ExcelEngine excelEngine = new ExcelEngine())
{
//Initialize IApplication.
IApplication application = excelEngine.Excel;
//Set the default version as Xlsx.
application.DefaultVersion = ExcelVersion.Xlsx;
//Load an existing workbook into IWorkbook.
Assembly assembly = typeof(App).GetTypeInfo().Assembly;
//Gets input Excel document from an embedded resource collection
Stream inputStream = assembly.GetManifestResourceStream("Sample.xlsx");
IWorkbook workbook = application.Workbooks.Open(inputStream, ExcelOpenType.Automatic);
//Get the worksheet into IWorksheet.
IWorksheet worksheet = workbook.Worksheets[0];
//Get the Excel chart into IChart
IChart chart = worksheet.Charts[0];
//Save the chart as image
FileStream outputStream = new FileStream("Output.png", FileMode.Create, FileAccess.Write);
chart.SaveAsImage(outputStream);
}
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 1 NuGet packages that depend on Syncfusion.ExcelChartToImageConverter.UWP:
| Package | Downloads |
|---|---|
|
Syncfusion.SfSpreadsheetHelper.UWP
This package provides the functionality to utilize the features of Syncfusion® UWP Spreadsheet Helper library and more. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 33.2.13 | 46 | 6/16/2026 |
| 33.2.12 | 124 | 6/9/2026 |
| 33.2.10 | 138 | 6/2/2026 |
| 33.2.8 | 130 | 5/26/2026 |
| 33.2.7 | 145 | 5/19/2026 |
| 33.2.6 | 152 | 5/12/2026 |
| 33.2.5 | 156 | 5/4/2026 |
| 33.2.4 | 155 | 4/27/2026 |
| 33.2.3 | 169 | 4/21/2026 |
| 33.1.49 | 151 | 4/13/2026 |
| 33.1.47 | 165 | 4/6/2026 |
| 33.1.46 | 160 | 3/30/2026 |
| 33.1.45 | 163 | 3/23/2026 |
| 33.1.44 | 163 | 3/16/2026 |
| 32.2.9 | 160 | 3/9/2026 |
| 32.2.8 | 163 | 3/2/2026 |
| 32.2.7 | 163 | 2/23/2026 |
| 32.2.5 | 171 | 2/16/2026 |
| 32.2.4 | 160 | 2/10/2026 |
| 32.2.3 | 180 | 2/5/2026 |