Syncfusion.ExcelChartToImageConverter.UWP 26.2.12

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.ExcelChartToImageConverter.UWP --version 26.2.12                
NuGet\Install-Package Syncfusion.ExcelChartToImageConverter.UWP -Version 26.2.12                
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="26.2.12" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.ExcelChartToImageConverter.UWP --version 26.2.12                
#r "nuget: Syncfusion.ExcelChartToImageConverter.UWP, 26.2.12"                
#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.ExcelChartToImageConverter.UWP as a Cake Addin
#addin nuget:?package=Syncfusion.ExcelChartToImageConverter.UWP&version=26.2.12

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

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’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, 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
27.1.58 107 11/4/2024
27.1.57 97 10/28/2024
27.1.56 108 10/23/2024
27.1.55 103 10/21/2024
27.1.53 131 10/14/2024
27.1.52 107 10/7/2024
27.1.51 116 9/30/2024
27.1.50 98 9/23/2024
27.1.48 130 9/18/2024
26.2.14 146 9/9/2024
26.2.13 141 9/5/2024
26.2.12 123 9/2/2024
26.2.11 136 8/27/2024
26.2.10 145 8/19/2024
26.2.9 141 8/12/2024
26.2.8 130 8/5/2024
26.2.7 74 7/29/2024
26.2.5 90 7/26/2024
26.2.4 104 7/24/2024
26.1.42 126 7/15/2024
26.1.41 135 7/8/2024
26.1.40 137 7/1/2024
26.1.39 129 6/24/2024
26.1.38 152 6/18/2024
26.1.35 123 6/11/2024
25.2.7 136 6/3/2024
25.2.6 135 5/28/2024
25.2.5 144 5/21/2024
25.2.4 140 5/14/2024
25.2.3 160 5/8/2024
25.1.42 168 4/29/2024
25.1.41 149 4/23/2024
25.1.40 146 4/15/2024
25.1.39 152 4/8/2024
25.1.38 163 4/1/2024
25.1.37 147 3/26/2024
25.1.35 164 3/15/2024
24.2.9 159 3/4/2024
24.2.8 155 2/26/2024
24.2.7 149 2/19/2024
24.2.6 149 2/14/2024
24.2.5 159 2/12/2024
24.2.4 149 2/5/2024
24.2.3 146 1/31/2024
24.1.47 142 1/22/2024
24.1.46 153 1/16/2024
24.1.45 180 1/8/2024
24.1.44 140 1/2/2024
24.1.43 147 12/27/2023
24.1.41 144 12/18/2023
23.2.7 175 12/6/2023
23.2.6 166 11/28/2023
23.2.5 171 11/23/2023
23.2.4 165 11/20/2023
23.1.44 164 11/6/2023
23.1.43 160 10/30/2023
23.1.42 159 10/23/2023
23.1.41 162 10/16/2023
23.1.40 223 10/10/2023
23.1.39 163 10/4/2023
23.1.38 174 9/26/2023
23.1.36 174 9/15/2023
22.2.12 188 9/5/2023
22.2.11 187 8/28/2023
22.2.10 161 8/22/2023
22.2.9 179 8/14/2023
22.2.8 186 8/7/2023
22.2.7 188 8/2/2023
22.2.5 217 7/27/2023
22.1.39 212 7/18/2023
22.1.38 207 7/11/2023
22.1.37 233 7/3/2023
22.1.36 213 6/28/2023
22.1.34 267 6/21/2023
21.2.10 243 6/12/2023
21.2.9 231 6/6/2023
21.2.8 207 5/30/2023
21.2.6 228 5/22/2023
21.2.5 279 5/15/2023
21.2.4 282 5/9/2023
21.2.3 299 5/3/2023
21.1.41 333 4/19/2023
21.1.39 378 4/10/2023
21.1.38 409 4/3/2023
21.1.37 390 3/29/2023
21.1.35 453 3/23/2023
20.4.0.54 405 3/13/2023
20.4.0.53 388 3/7/2023
20.4.0.52 434 2/28/2023
20.4.0.51 451 2/21/2023
20.4.0.50 433 2/14/2023
20.4.0.49 442 2/7/2023
20.4.0.48 472 2/1/2023
20.4.0.44 518 1/18/2023
20.4.0.43 505 1/10/2023
20.4.0.42 531 1/4/2023
20.4.0.41 497 12/29/2022
20.4.0.40 526 12/28/2022
20.4.0.38 536 12/21/2022
20.3.0.61 502 12/12/2022
20.3.0.60 524 12/6/2022
20.3.0.59 579 11/29/2022
20.3.0.58 572 11/22/2022
20.3.0.57 569 11/15/2022
20.3.0.56 629 11/8/2022
20.3.0.52 651 10/27/2022
20.3.0.50 738 10/18/2022
20.3.0.49 764 10/11/2022
20.3.0.48 743 10/5/2022
20.3.0.47 791 9/29/2022
20.2.0.50 765 9/20/2022
20.2.0.49 785 9/13/2022
20.2.0.48 771 9/6/2022
20.2.0.46 815 8/30/2022
20.2.0.45 784 8/23/2022
20.2.0.44 750 8/16/2022
20.2.0.43 789 8/8/2022
20.2.0.40 808 7/26/2022
20.2.0.39 773 7/19/2022
20.2.0.38 815 7/12/2022
20.2.0.36 828 6/30/2022
20.1.0.61 816 6/20/2022
20.1.0.60 778 6/14/2022
20.1.0.59 799 6/6/2022
20.1.0.58 816 5/30/2022
20.1.0.57 795 5/23/2022
20.1.0.56 808 5/17/2022
20.1.0.55 802 5/12/2022
20.1.0.52 789 5/2/2022
20.1.0.51 803 4/26/2022
20.1.0.50 845 4/19/2022
20.1.0.48 826 4/12/2022
20.1.0.47 806 4/4/2022
19.4.0.56 860 3/14/2022
19.4.0.55 857 3/8/2022
19.4.0.54 874 2/28/2022
19.4.0.53 815 2/22/2022
19.4.0.52 821 2/15/2022
19.4.0.50 817 2/8/2022
19.4.0.48 858 1/31/2022
19.4.0.47 791 1/25/2022
19.4.0.43 778 1/18/2022
19.4.0.42 675 1/11/2022
19.4.0.41 545 1/4/2022
19.4.0.40 555 12/28/2021
19.4.0.38 567 12/17/2021
19.3.0.59 564 12/14/2021
19.3.0.57 553 12/7/2021
19.3.0.56 1,131 11/29/2021
19.3.0.55 527 11/23/2021
19.3.0.54 538 11/17/2021
19.3.0.53 607 11/12/2021
19.3.0.48 633 11/3/2021
19.3.0.47 867 10/26/2021
19.3.0.45 662 10/12/2021
19.3.0.44 643 10/5/2021
19.3.0.43 632 9/30/2021
19.2.0.62 706 9/13/2021
19.2.0.60 723 9/7/2021
19.2.0.59 709 8/30/2021
19.2.0.57 726 8/24/2021
19.2.0.56 704 8/17/2021
19.2.0.55 687 8/11/2021
19.2.0.51 715 8/2/2021
19.2.0.49 678 7/26/2021
19.2.0.48 676 7/19/2021
19.2.0.47 703 7/13/2021
19.2.0.46 644 7/6/2021
19.2.0.44 707 6/30/2021
19.1.0.69 722 6/14/2021
19.1.0.67 703 6/7/2021
19.1.0.66 714 5/31/2021
19.1.0.65 678 5/24/2021
19.1.0.64 677 5/19/2021
19.1.0.63 710 5/13/2021
19.1.0.59 730 5/3/2021
19.1.0.58 695 4/26/2021
19.1.0.57 726 4/20/2021
19.1.0.56 680 4/12/2021
19.1.0.55 715 4/6/2021
19.1.0.54 731 3/30/2021
18.4.0.49 708 3/22/2021
18.4.0.48 694 3/16/2021
18.4.0.47 686 3/9/2021
18.4.0.46 697 3/2/2021
18.4.0.44 713 2/23/2021
18.4.0.43 702 2/15/2021
18.4.0.42 676 2/9/2021
18.4.0.41 742 2/2/2021
18.4.0.39 735 1/28/2021
18.4.0.35 775 1/19/2021
18.4.0.34 755 1/12/2021
18.4.0.33 743 1/4/2021
18.4.0.32 753 12/30/2020
18.4.0.31 709 12/22/2020
18.4.0.30 786 12/17/2020
18.3.0.53 798 12/8/2020
18.3.0.52 807 11/30/2020
18.3.0.51 826 11/23/2020
18.3.0.50 794 11/17/2020
18.3.0.48 809 11/10/2020
18.3.0.47 809 11/5/2020
18.3.0.44 798 10/27/2020
18.3.0.42 857 10/20/2020
18.3.0.40 823 10/12/2020
18.3.0.38 783 10/7/2020
18.3.0.35 763 10/1/2020
18.2.0.59 803 9/22/2020
18.2.0.58 773 9/15/2020
18.2.0.57 798 9/8/2020
18.2.0.56 822 9/1/2020
18.2.0.55 883 8/25/2020
18.2.0.54 830 8/18/2020
18.2.0.48 835 8/4/2020
18.2.0.47 871 7/28/2020
18.2.0.46 828 7/21/2020
18.2.0.45 827 7/14/2020
18.2.0.44 873 7/6/2020
18.1.0.59 860 6/23/2020
18.1.0.57 880 6/16/2020
18.1.0.56 888 6/9/2020
18.1.0.55 870 6/2/2020
18.1.0.54 855 5/26/2020
18.1.0.53 881 5/19/2020
18.1.0.52 839 5/13/2020
18.1.0.48 859 5/5/2020
18.1.0.46 851 4/28/2020
18.1.0.45 831 4/21/2020
18.1.0.44 864 4/14/2020
18.1.0.43 907 4/7/2020
18.1.0.42 954 4/1/2020
18.1.0.36-beta 479 3/19/2020
17.4.0.55 892 3/10/2020
17.4.0.53 872 3/3/2020
17.4.0.51 909 2/25/2020
17.4.0.50 918 2/18/2020
17.4.0.49 876 2/11/2020
17.4.0.47 914 2/5/2020
17.4.0.46 893 1/30/2020
17.4.0.44 952 1/21/2020
17.4.0.43 947 1/14/2020
17.4.0.41 931 1/7/2020
17.4.0.40 947 12/24/2019
17.4.0.39 1,000 12/17/2019
17.3.0.34 937 12/10/2019
17.3.0.33 879 12/4/2019
17.3.0.30 900 12/3/2019
17.3.0.29 893 11/26/2019
17.3.0.28 899 11/19/2019
17.3.0.27 906 11/12/2019
17.3.0.26 950 11/5/2019
17.3.0.21 948 10/29/2019
17.3.0.19 934 10/22/2019
17.3.0.17 972 10/15/2019
17.3.0.14 984 10/3/2019
17.3.0.9-beta 541 9/20/2019
17.2.0.51 958 9/10/2019
17.2.0.49 951 9/3/2019
17.2.0.47 991 8/27/2019
17.2.0.46 1,015 8/22/2019
17.2.0.41 1,002 8/13/2019
17.2.0.40 985 8/6/2019
17.2.0.39 997 7/30/2019
17.2.0.36 940 7/23/2019
17.2.0.35 980 7/17/2019
17.2.0.34 1,016 7/11/2019
17.2.0.28-beta 515 6/27/2019
17.1.0.53 1,046 6/25/2019
17.1.0.52 986 6/18/2019
17.1.0.51 961 6/11/2019
17.1.0.50 1,045 6/4/2019
17.1.0.49 1,034 5/28/2019
17.1.0.48 1,036 5/21/2019
17.1.0.47 1,043 5/14/2019
17.1.0.44 1,011 5/7/2019
17.1.0.43 1,038 4/30/2019
17.1.0.42 1,077 4/23/2019
17.1.0.41 1,024 4/16/2019
17.1.0.40 1,003 4/9/2019
17.1.0.38 1,061 3/29/2019
17.1.0.32-beta 597 3/13/2019
16.4.0.54 1,139 2/19/2019
16.4.0.53 1,116 2/13/2019
16.4.0.52 1,175 2/5/2019
16.4.0.48 1,098 1/22/2019
16.4.0.47 1,178 1/16/2019
16.4.0.46 1,098 1/8/2019
16.4.0.44 1,211 12/24/2018
16.4.0.42 1,152 12/17/2018
16.4.0.40-beta 666 12/10/2018
16.3.0.36 1,163 11/27/2018
16.3.0.35-beta 722 11/23/2018
16.3.0.29 1,201 10/30/2018
16.3.0.21 1,235 9/21/2018
16.3.0.17-beta 736 9/12/2018
16.2.0.50 1,155 8/28/2018
16.2.0.46 1,327 8/8/2018