Syncfusion.ExcelChartToImageConverter.UWP 31.1.19

Prefix Reserved
dotnet add package Syncfusion.ExcelChartToImageConverter.UWP --version 31.1.19
                    
NuGet\Install-Package Syncfusion.ExcelChartToImageConverter.UWP -Version 31.1.19
                    
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.ExcelChartToImageConverter.UWP" Version="31.1.19" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.ExcelChartToImageConverter.UWP" Version="31.1.19" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.ExcelChartToImageConverter.UWP" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Syncfusion.ExcelChartToImageConverter.UWP --version 31.1.19
                    
#r "nuget: Syncfusion.ExcelChartToImageConverter.UWP, 31.1.19"
                    
#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.
#:package Syncfusion.ExcelChartToImageConverter.UWP@31.1.19
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Syncfusion.ExcelChartToImageConverter.UWP&version=31.1.19
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelChartToImageConverter.UWP&version=31.1.19
                    
Install as a Cake Tool

Syncfusion® UWP Excel Chart To Image Converter

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

Key features

System Requirements

Getting Started

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.

License

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.

About Syncfusion®

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.


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 (1)

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
31.1.19 0 9/11/2025
31.1.18 41 9/10/2025
31.1.17 116 9/5/2025
30.2.7 168 8/25/2025
30.2.6 132 8/18/2025
30.2.5 140 8/13/2025
30.2.4 225 8/7/2025
30.1.42 102 7/28/2025
30.1.41 515 7/22/2025
30.1.40 158 7/14/2025
30.1.39 157 7/8/2025
30.1.38 155 7/1/2025
30.1.37 174 6/25/2025
29.2.11 175 6/16/2025
29.2.10 291 6/9/2025
29.2.9 167 6/5/2025
29.2.8 171 6/3/2025
29.2.7 179 5/26/2025
29.2.5 169 5/20/2025
29.2.4 250 5/14/2025
29.1.41 172 5/5/2025
29.1.40 186 4/28/2025
29.1.39 185 4/21/2025
29.1.38 235 4/14/2025
29.1.37 208 4/8/2025
29.1.35 192 4/1/2025
29.1.33 513 3/25/2025
28.2.12 180 3/19/2025
28.2.11 228 3/10/2025
28.2.9 259 3/4/2025
28.2.7 158 2/25/2025
28.2.6 160 2/17/2025
28.2.5 175 2/11/2025
28.2.4 160 2/4/2025
28.2.3 151 1/29/2025
28.1.41 127 1/20/2025
28.1.39 139 1/13/2025
28.1.38 142 1/7/2025
28.1.37 149 12/31/2024
28.1.36 144 12/23/2024
28.1.35 157 12/18/2024
28.1.33 155 12/12/2024
27.2.5 150 12/2/2024
27.2.4 151 11/26/2024
27.2.3 149 11/22/2024
27.2.2 149 11/15/2024
27.1.58 153 11/4/2024
27.1.57 144 10/28/2024
27.1.56 152 10/23/2024
27.1.55 146 10/21/2024
27.1.53 172 10/14/2024
27.1.52 146 10/7/2024
27.1.51 164 9/30/2024
27.1.50 132 9/23/2024
27.1.48 175 9/18/2024
26.2.14 183 9/9/2024
26.2.13 180 9/5/2024
26.2.12 156 9/2/2024
26.2.11 169 8/27/2024
26.2.10 179 8/19/2024
26.2.9 176 8/12/2024
26.2.8 161 8/5/2024
26.2.7 106 7/29/2024
26.2.5 121 7/26/2024
26.2.4 144 7/24/2024
26.1.42 162 7/15/2024
26.1.41 170 7/8/2024
26.1.40 170 7/1/2024
26.1.39 163 6/24/2024
26.1.38 186 6/18/2024
26.1.35 154 6/11/2024
25.2.7 169 6/3/2024
25.2.6 177 5/28/2024
25.2.5 186 5/21/2024
25.2.4 180 5/14/2024
25.2.3 191 5/8/2024
25.1.42 198 4/29/2024
25.1.41 179 4/23/2024
25.1.40 174 4/15/2024
25.1.39 179 4/8/2024
25.1.38 190 4/1/2024
25.1.37 174 3/26/2024
25.1.35 199 3/15/2024
24.2.9 189 3/4/2024
24.2.8 181 2/26/2024
24.2.7 184 2/19/2024
24.2.6 180 2/14/2024
24.2.5 191 2/12/2024
24.2.4 179 2/5/2024
24.2.3 184 1/31/2024
24.1.47 169 1/22/2024
24.1.46 184 1/16/2024
24.1.45 212 1/8/2024
24.1.44 177 1/2/2024
24.1.43 175 12/27/2023
24.1.41 169 12/18/2023
23.2.7 207 12/6/2023
23.2.6 191 11/28/2023
23.2.5 198 11/23/2023
23.2.4 191 11/20/2023
23.1.44 191 11/6/2023
23.1.43 191 10/30/2023
23.1.42 195 10/23/2023
23.1.41 197 10/16/2023
23.1.40 260 10/10/2023
23.1.39 199 10/4/2023
23.1.38 208 9/26/2023
23.1.36 216 9/15/2023
22.2.12 233 9/5/2023
22.2.11 237 8/28/2023
22.2.10 210 8/22/2023
22.2.9 230 8/14/2023
22.2.8 239 8/7/2023
22.2.7 240 8/2/2023
22.2.5 268 7/27/2023
22.1.39 263 7/18/2023
22.1.38 258 7/11/2023
22.1.37 284 7/3/2023
22.1.36 266 6/28/2023
22.1.34 318 6/21/2023
21.2.10 301 6/12/2023
21.2.9 291 6/6/2023
21.2.8 271 5/30/2023
21.2.6 297 5/22/2023
21.2.5 345 5/15/2023
21.2.4 347 5/9/2023
21.2.3 363 5/3/2023
21.1.41 394 4/19/2023
21.1.39 442 4/10/2023
21.1.38 472 4/3/2023
21.1.37 452 3/29/2023
21.1.35 517 3/23/2023
20.4.0.54 477 3/13/2023
20.4.0.53 450 3/7/2023
20.4.0.52 495 2/28/2023
20.4.0.51 514 2/21/2023
20.4.0.50 498 2/14/2023
20.4.0.49 508 2/7/2023
20.4.0.48 535 2/1/2023
20.4.0.44 582 1/18/2023
20.4.0.43 576 1/10/2023
20.4.0.42 596 1/4/2023
20.4.0.41 571 12/29/2022
20.4.0.40 593 12/28/2022
20.4.0.38 601 12/21/2022
20.3.0.61 565 12/12/2022
20.3.0.60 591 12/6/2022
20.3.0.59 645 11/29/2022
20.3.0.58 638 11/22/2022
20.3.0.57 646 11/15/2022
20.3.0.56 699 11/8/2022
20.3.0.52 723 10/27/2022
20.3.0.50 808 10/18/2022
20.3.0.49 834 10/11/2022
20.3.0.48 809 10/5/2022
20.3.0.47 860 9/29/2022
20.2.0.50 833 9/20/2022
20.2.0.49 857 9/13/2022
20.2.0.48 841 9/6/2022
20.2.0.46 895 8/30/2022
20.2.0.45 862 8/23/2022
20.2.0.44 821 8/16/2022
20.2.0.43 860 8/8/2022
20.2.0.40 882 7/26/2022
20.2.0.39 850 7/19/2022
20.2.0.38 890 7/12/2022
20.2.0.36 903 6/30/2022
20.1.0.61 897 6/20/2022
20.1.0.60 854 6/14/2022
20.1.0.59 877 6/6/2022
20.1.0.58 893 5/30/2022
20.1.0.57 876 5/23/2022
20.1.0.56 891 5/17/2022
20.1.0.55 883 5/12/2022
20.1.0.52 869 5/2/2022
20.1.0.51 888 4/26/2022
20.1.0.50 928 4/19/2022
20.1.0.48 911 4/12/2022
20.1.0.47 892 4/4/2022
19.4.0.56 946 3/14/2022
19.4.0.55 942 3/8/2022
19.4.0.54 965 2/28/2022
19.4.0.53 904 2/22/2022
19.4.0.52 911 2/15/2022
19.4.0.50 906 2/8/2022
19.4.0.48 948 1/31/2022
19.4.0.47 875 1/25/2022
19.4.0.43 874 1/18/2022
19.4.0.42 770 1/11/2022
19.4.0.41 631 1/4/2022
19.4.0.40 644 12/28/2021
19.4.0.38 654 12/17/2021
19.3.0.59 651 12/14/2021
19.3.0.57 642 12/7/2021
19.3.0.56 1,221 11/29/2021
19.3.0.55 615 11/23/2021
19.3.0.54 633 11/17/2021
19.3.0.53 702 11/12/2021
19.3.0.48 721 11/3/2021
19.3.0.47 957 10/26/2021
19.3.0.45 758 10/12/2021
19.3.0.44 731 10/5/2021
19.3.0.43 720 9/30/2021
19.2.0.62 795 9/13/2021
19.2.0.60 812 9/7/2021
19.2.0.59 796 8/30/2021
19.2.0.57 817 8/24/2021
19.2.0.56 793 8/17/2021
19.2.0.55 776 8/11/2021
19.2.0.51 803 8/2/2021
19.2.0.49 778 7/26/2021
19.2.0.48 770 7/19/2021
19.2.0.47 793 7/13/2021
19.2.0.46 735 7/6/2021
19.2.0.44 793 6/30/2021
19.1.0.69 810 6/14/2021
19.1.0.67 791 6/7/2021
19.1.0.66 802 5/31/2021
19.1.0.65 765 5/24/2021
19.1.0.64 778 5/19/2021
19.1.0.63 807 5/13/2021
19.1.0.59 823 5/3/2021
19.1.0.58 788 4/26/2021
19.1.0.57 819 4/20/2021
19.1.0.56 772 4/12/2021
19.1.0.55 809 4/6/2021
19.1.0.54 825 3/30/2021
18.4.0.49 802 3/22/2021
18.4.0.48 788 3/16/2021
18.4.0.47 785 3/9/2021
18.4.0.46 797 3/2/2021
18.4.0.44 813 2/23/2021
18.4.0.43 799 2/15/2021
18.4.0.42 777 2/9/2021
18.4.0.41 842 2/2/2021
18.4.0.39 839 1/28/2021
18.4.0.35 873 1/19/2021
18.4.0.34 857 1/12/2021
18.4.0.33 849 1/4/2021
18.4.0.32 856 12/30/2020
18.4.0.31 816 12/22/2020
18.4.0.30 902 12/17/2020
18.3.0.53 901 12/8/2020
18.3.0.52 909 11/30/2020
18.3.0.51 935 11/23/2020
18.3.0.50 893 11/17/2020
18.3.0.48 919 11/10/2020
18.3.0.47 909 11/5/2020
18.3.0.44 902 10/27/2020
18.3.0.42 968 10/20/2020
18.3.0.40 923 10/12/2020
18.3.0.38 885 10/7/2020
18.3.0.35 863 10/1/2020
18.2.0.59 906 9/22/2020
18.2.0.58 875 9/15/2020
18.2.0.57 899 9/8/2020
18.2.0.56 925 9/1/2020
18.2.0.55 984 8/25/2020
18.2.0.54 934 8/18/2020
18.2.0.48 937 8/4/2020
18.2.0.47 973 7/28/2020
18.2.0.46 930 7/21/2020
18.2.0.45 929 7/14/2020
18.2.0.44 974 7/6/2020
18.1.0.59 962 6/23/2020
18.1.0.57 982 6/16/2020
18.1.0.56 999 6/9/2020
18.1.0.55 973 6/2/2020
18.1.0.54 960 5/26/2020
18.1.0.53 988 5/19/2020
18.1.0.52 946 5/13/2020
18.1.0.48 968 5/5/2020
18.1.0.46 961 4/28/2020
18.1.0.45 942 4/21/2020
18.1.0.44 980 4/14/2020
18.1.0.43 1,019 4/7/2020
18.1.0.42 1,062 4/1/2020
18.1.0.36-beta 579 3/19/2020
17.4.0.55 1,000 3/10/2020
17.4.0.53 980 3/3/2020
17.4.0.51 1,026 2/25/2020
17.4.0.50 1,026 2/18/2020
17.4.0.49 987 2/11/2020
17.4.0.47 1,029 2/5/2020
17.4.0.46 1,002 1/30/2020
17.4.0.44 1,061 1/21/2020
17.4.0.43 1,058 1/14/2020
17.4.0.41 1,046 1/7/2020
17.4.0.40 1,055 12/24/2019
17.4.0.39 1,108 12/17/2019
17.3.0.34 1,046 12/10/2019
17.3.0.33 986 12/4/2019
17.3.0.30 1,008 12/3/2019
17.3.0.29 1,002 11/26/2019
17.3.0.28 1,007 11/19/2019
17.3.0.27 1,014 11/12/2019
17.3.0.26 1,070 11/5/2019
17.3.0.21 1,055 10/29/2019
17.3.0.19 1,047 10/22/2019
17.3.0.17 1,082 10/15/2019
17.3.0.14 1,093 10/3/2019
17.3.0.9-beta 644 9/20/2019
17.2.0.51 1,079 9/10/2019
17.2.0.49 1,067 9/3/2019
17.2.0.47 1,101 8/27/2019
17.2.0.46 1,130 8/22/2019
17.2.0.41 1,122 8/13/2019
17.2.0.40 1,101 8/6/2019
17.2.0.39 1,107 7/30/2019
17.2.0.36 1,054 7/23/2019
17.2.0.35 1,099 7/17/2019
17.2.0.34 1,129 7/11/2019
17.2.0.28-beta 618 6/27/2019
17.1.0.53 1,155 6/25/2019
17.1.0.52 1,096 6/18/2019
17.1.0.51 1,074 6/11/2019
17.1.0.50 1,156 6/4/2019
17.1.0.49 1,145 5/28/2019
17.1.0.48 1,156 5/21/2019
17.1.0.47 1,156 5/14/2019
17.1.0.44 1,124 5/7/2019
17.1.0.43 1,161 4/30/2019
17.1.0.42 1,191 4/23/2019
17.1.0.41 1,146 4/16/2019
17.1.0.40 1,118 4/9/2019
17.1.0.38 1,174 3/29/2019
17.1.0.32-beta 709 3/13/2019
16.4.0.54 1,253 2/19/2019
16.4.0.53 1,228 2/13/2019
16.4.0.52 1,290 2/5/2019
16.4.0.48 1,212 1/22/2019
16.4.0.47 1,293 1/16/2019
16.4.0.46 1,211 1/8/2019
16.4.0.44 1,325 12/24/2018
16.4.0.42 1,268 12/17/2018
16.4.0.40-beta 782 12/10/2018
16.3.0.36 1,290 11/27/2018
16.3.0.35-beta 837 11/23/2018
16.3.0.29 1,337 10/30/2018
16.3.0.21 1,395 9/21/2018
16.3.0.17-beta 865 9/12/2018
16.2.0.50 1,299 8/28/2018
16.2.0.46 1,622 8/8/2018