Syncfusion.ExcelChartToImageConverter.UWP 25.2.4

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.ExcelChartToImageConverter.UWP --version 25.2.4
NuGet\Install-Package Syncfusion.ExcelChartToImageConverter.UWP -Version 25.2.4
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="25.2.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.ExcelChartToImageConverter.UWP --version 25.2.4
#r "nuget: Syncfusion.ExcelChartToImageConverter.UWP, 25.2.4"
#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=25.2.4

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

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 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 Helper library and more.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
26.1.38 105 6/18/2024
26.1.35 87 6/11/2024
25.2.7 109 6/3/2024
25.2.6 109 5/28/2024
25.2.5 108 5/21/2024
25.2.4 106 5/14/2024
25.2.3 116 5/8/2024
25.1.42 136 4/29/2024
25.1.41 119 4/23/2024
25.1.40 106 4/15/2024
25.1.39 121 4/8/2024
25.1.38 113 4/1/2024
25.1.37 99 3/26/2024
25.1.35 127 3/15/2024
24.2.9 120 3/4/2024
24.2.8 114 2/26/2024
24.2.7 113 2/19/2024
24.2.6 120 2/14/2024
24.2.5 118 2/12/2024
24.2.4 112 2/5/2024
24.2.3 116 1/31/2024
24.1.47 107 1/22/2024
24.1.46 116 1/16/2024
24.1.45 147 1/8/2024
24.1.44 111 1/2/2024
24.1.43 113 12/27/2023
24.1.41 105 12/18/2023
23.2.7 149 12/6/2023
23.2.6 134 11/28/2023
23.2.5 127 11/23/2023
23.2.4 124 11/20/2023
23.1.44 127 11/6/2023
23.1.43 125 10/30/2023
23.1.42 131 10/23/2023
23.1.41 122 10/16/2023
23.1.40 170 10/10/2023
23.1.39 137 10/4/2023
23.1.38 133 9/26/2023
23.1.36 138 9/15/2023
22.2.12 147 9/5/2023
22.2.11 150 8/28/2023
22.2.10 130 8/22/2023
22.2.9 145 8/14/2023
22.2.8 156 8/7/2023
22.2.7 156 8/2/2023
22.2.5 180 7/27/2023
22.1.39 164 7/18/2023
22.1.38 172 7/11/2023
22.1.37 204 7/3/2023
22.1.36 175 6/28/2023
22.1.34 235 6/21/2023
21.2.10 210 6/12/2023
21.2.9 198 6/6/2023
21.2.8 180 5/30/2023
21.2.6 198 5/22/2023
21.2.5 241 5/15/2023
21.2.4 250 5/9/2023
21.2.3 267 5/3/2023
21.1.41 292 4/19/2023
21.1.39 345 4/10/2023
21.1.38 365 4/3/2023
21.1.37 359 3/29/2023
21.1.35 415 3/23/2023
20.4.0.54 387 3/13/2023
20.4.0.53 353 3/7/2023
20.4.0.52 402 2/28/2023
20.4.0.51 419 2/21/2023
20.4.0.50 407 2/14/2023
20.4.0.49 418 2/7/2023
20.4.0.48 449 2/1/2023
20.4.0.44 472 1/18/2023
20.4.0.43 468 1/10/2023
20.4.0.42 506 1/4/2023
20.4.0.41 466 12/29/2022
20.4.0.40 492 12/28/2022
20.4.0.38 504 12/21/2022
20.3.0.61 467 12/12/2022
20.3.0.60 487 12/6/2022
20.3.0.59 544 11/29/2022
20.3.0.58 540 11/22/2022
20.3.0.57 548 11/15/2022
20.3.0.56 591 11/8/2022
20.3.0.52 614 10/27/2022
20.3.0.50 700 10/18/2022
20.3.0.49 731 10/11/2022
20.3.0.48 711 10/5/2022
20.3.0.47 761 9/29/2022
20.2.0.50 733 9/20/2022
20.2.0.49 744 9/13/2022
20.2.0.48 726 9/6/2022
20.2.0.46 775 8/30/2022
20.2.0.45 752 8/23/2022
20.2.0.44 716 8/16/2022
20.2.0.43 765 8/8/2022
20.2.0.40 768 7/26/2022
20.2.0.39 738 7/19/2022
20.2.0.38 783 7/12/2022
20.2.0.36 787 6/30/2022
20.1.0.61 776 6/20/2022
20.1.0.60 749 6/14/2022
20.1.0.59 765 6/6/2022
20.1.0.58 778 5/30/2022
20.1.0.57 763 5/23/2022
20.1.0.56 774 5/17/2022
20.1.0.55 772 5/12/2022
20.1.0.52 761 5/2/2022
20.1.0.51 776 4/26/2022
20.1.0.50 817 4/19/2022
20.1.0.48 795 4/12/2022
20.1.0.47 770 4/4/2022
19.4.0.56 834 3/14/2022
19.4.0.55 815 3/8/2022
19.4.0.54 833 2/28/2022
19.4.0.53 785 2/22/2022
19.4.0.52 785 2/15/2022
19.4.0.50 804 2/8/2022
19.4.0.48 820 1/31/2022
19.4.0.47 780 1/25/2022
19.4.0.43 750 1/18/2022
19.4.0.42 630 1/11/2022
19.4.0.41 505 1/4/2022
19.4.0.40 519 12/28/2021
19.4.0.38 549 12/17/2021
19.3.0.59 531 12/14/2021
19.3.0.57 529 12/7/2021
19.3.0.56 1,107 11/29/2021
19.3.0.55 516 11/23/2021
19.3.0.54 505 11/17/2021
19.3.0.53 572 11/12/2021
19.3.0.48 604 11/3/2021
19.3.0.47 823 10/26/2021
19.3.0.45 638 10/12/2021
19.3.0.44 610 10/5/2021
19.3.0.43 604 9/30/2021
19.2.0.62 670 9/13/2021
19.2.0.60 679 9/7/2021
19.2.0.59 675 8/30/2021
19.2.0.57 687 8/24/2021
19.2.0.56 667 8/17/2021
19.2.0.55 639 8/11/2021
19.2.0.51 680 8/2/2021
19.2.0.49 639 7/26/2021
19.2.0.48 639 7/19/2021
19.2.0.47 677 7/13/2021
19.2.0.46 603 7/6/2021
19.2.0.44 676 6/30/2021
19.1.0.69 685 6/14/2021
19.1.0.67 665 6/7/2021
19.1.0.66 680 5/31/2021
19.1.0.65 635 5/24/2021
19.1.0.64 638 5/19/2021
19.1.0.63 662 5/13/2021
19.1.0.59 693 5/3/2021
19.1.0.58 653 4/26/2021
19.1.0.57 692 4/20/2021
19.1.0.56 636 4/12/2021
19.1.0.55 684 4/6/2021
19.1.0.54 696 3/30/2021
18.4.0.49 674 3/22/2021
18.4.0.48 653 3/16/2021
18.4.0.47 654 3/9/2021
18.4.0.46 664 3/2/2021
18.4.0.44 679 2/23/2021
18.4.0.43 669 2/15/2021
18.4.0.42 639 2/9/2021
18.4.0.41 701 2/2/2021
18.4.0.39 709 1/28/2021
18.4.0.35 731 1/19/2021
18.4.0.34 718 1/12/2021
18.4.0.33 722 1/4/2021
18.4.0.32 713 12/30/2020
18.4.0.31 675 12/22/2020
18.4.0.30 761 12/17/2020
18.3.0.53 763 12/8/2020
18.3.0.52 760 11/30/2020
18.3.0.51 790 11/23/2020
18.3.0.50 768 11/17/2020
18.3.0.48 775 11/10/2020
18.3.0.47 782 11/5/2020
18.3.0.44 765 10/27/2020
18.3.0.42 821 10/20/2020
18.3.0.40 788 10/12/2020
18.3.0.38 757 10/7/2020
18.3.0.35 733 10/1/2020
18.2.0.59 770 9/22/2020
18.2.0.58 736 9/15/2020
18.2.0.57 772 9/8/2020
18.2.0.56 783 9/1/2020
18.2.0.55 842 8/25/2020
18.2.0.54 787 8/18/2020
18.2.0.48 803 8/4/2020
18.2.0.47 835 7/28/2020
18.2.0.46 793 7/21/2020
18.2.0.45 785 7/14/2020
18.2.0.44 843 7/6/2020
18.1.0.59 828 6/23/2020
18.1.0.57 858 6/16/2020
18.1.0.56 850 6/9/2020
18.1.0.55 823 6/2/2020
18.1.0.54 819 5/26/2020
18.1.0.53 846 5/19/2020
18.1.0.52 800 5/13/2020
18.1.0.48 825 5/5/2020
18.1.0.46 819 4/28/2020
18.1.0.45 812 4/21/2020
18.1.0.44 832 4/14/2020
18.1.0.43 883 4/7/2020
18.1.0.42 924 4/1/2020
18.1.0.36-beta 450 3/19/2020
17.4.0.55 854 3/10/2020
17.4.0.53 839 3/3/2020
17.4.0.51 868 2/25/2020
17.4.0.50 876 2/18/2020
17.4.0.49 844 2/11/2020
17.4.0.47 871 2/5/2020
17.4.0.46 857 1/30/2020
17.4.0.44 916 1/21/2020
17.4.0.43 916 1/14/2020
17.4.0.41 901 1/7/2020
17.4.0.40 909 12/24/2019
17.4.0.39 964 12/17/2019
17.3.0.34 904 12/10/2019
17.3.0.33 860 12/4/2019
17.3.0.30 863 12/3/2019
17.3.0.29 858 11/26/2019
17.3.0.28 871 11/19/2019
17.3.0.27 873 11/12/2019
17.3.0.26 910 11/5/2019
17.3.0.21 913 10/29/2019
17.3.0.19 898 10/22/2019
17.3.0.17 941 10/15/2019
17.3.0.14 940 10/3/2019
17.3.0.9-beta 508 9/20/2019
17.2.0.51 931 9/10/2019
17.2.0.49 918 9/3/2019
17.2.0.47 964 8/27/2019
17.2.0.46 1,004 8/22/2019
17.2.0.41 961 8/13/2019
17.2.0.40 960 8/6/2019
17.2.0.39 971 7/30/2019
17.2.0.36 902 7/23/2019
17.2.0.35 935 7/17/2019
17.2.0.34 985 7/11/2019
17.2.0.28-beta 483 6/27/2019
17.1.0.53 1,007 6/25/2019
17.1.0.52 959 6/18/2019
17.1.0.51 949 6/11/2019
17.1.0.50 1,005 6/4/2019
17.1.0.49 993 5/28/2019
17.1.0.48 997 5/21/2019
17.1.0.47 1,008 5/14/2019
17.1.0.44 985 5/7/2019
17.1.0.43 1,002 4/30/2019
17.1.0.42 1,050 4/23/2019
17.1.0.41 973 4/16/2019
17.1.0.40 965 4/9/2019
17.1.0.38 1,015 3/29/2019
17.1.0.32-beta 568 3/13/2019
16.4.0.54 1,103 2/19/2019
16.4.0.53 1,077 2/13/2019
16.4.0.52 1,139 2/5/2019
16.4.0.48 1,066 1/22/2019
16.4.0.47 1,129 1/16/2019
16.4.0.46 1,076 1/8/2019
16.4.0.44 1,172 12/24/2018
16.4.0.42 1,112 12/17/2018
16.4.0.40-beta 641 12/10/2018
16.3.0.36 1,124 11/27/2018
16.3.0.35-beta 687 11/23/2018
16.3.0.29 1,164 10/30/2018
16.3.0.21 1,210 9/21/2018
16.3.0.17-beta 700 9/12/2018
16.2.0.50 1,116 8/28/2018
16.2.0.46 1,298 8/8/2018