Syncfusion.ExcelChartToImageConverter.WPF 21.1.37

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET 6.0 .NET Framework 4.0
dotnet add package Syncfusion.ExcelChartToImageConverter.WPF --version 21.1.37
NuGet\Install-Package Syncfusion.ExcelChartToImageConverter.WPF -Version 21.1.37
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.WPF" Version="21.1.37" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.ExcelChartToImageConverter.WPF --version 21.1.37
#r "nuget: Syncfusion.ExcelChartToImageConverter.WPF, 21.1.37"
#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.WPF as a Cake Addin
#addin nuget:?package=Syncfusion.ExcelChartToImageConverter.WPF&version=21.1.37

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

Syncfusion WPF Excel Chart To Image Converter

The Syncfusion WPF Excel Chart To Image Converter is a .NET class library for converting Excel chart to image programatically without using Microsoft Office dependencies.

WPF 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 WPF Excel Chart to Image converter library NuGet by simply running the command Install-Package Syncfusion.ExcelChartToImageConverter.WPF 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 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.
    IWorkbook workbook = application.Workbooks.Open("Sample.xlsx");
    //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 WebForms, JavaScript, Angular, React, Vue, and jQuery), mobile (.NET MAUI (Preview), Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI (Preview), 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 Versions
.NET net6.0-windows net6.0-windows7.0 net7.0-windows net7.0-windows7.0
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Syncfusion.ExcelChartToImageConverter.WPF:

Package Downloads
Syncfusion.SpreadsheetHelper.Windows 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 WinForms Spreadsheet Helper control and more.

Syncfusion.SfSpreadsheetHelper.WPF 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 WPF Spreadsheet Helper control and more.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Syncfusion.ExcelChartToImageConverter.WPF:

Repository Stars
syncfusion/wpf-demos
This repository contains the samples for Syncfusion WPF UI Controls and File Format libraries and the guide to use them.
Version Downloads Last updated
21.1.37 52 3/29/2023
21.1.35 142 3/23/2023
20.4.0.54 149 3/13/2023
20.4.0.53 180 3/7/2023
20.4.0.52 215 2/28/2023
20.4.0.51 217 2/21/2023
20.4.0.50 239 2/14/2023
20.4.0.49 403 2/7/2023
20.4.0.48 359 2/1/2023
20.4.0.44 308 1/18/2023
20.4.0.43 350 1/10/2023
20.4.0.42 368 1/4/2023
20.4.0.41 326 12/29/2022
20.4.0.40 313 12/28/2022
20.4.0.38 385 12/21/2022
20.3.0.61 391 12/12/2022
20.3.0.60 809 12/6/2022
20.3.0.59 425 11/29/2022
20.3.0.58 439 11/21/2022
20.3.0.57 484 11/15/2022
20.3.0.56 576 11/8/2022
20.3.0.52 546 10/27/2022
20.3.0.50 626 10/17/2022
20.3.0.49 652 10/11/2022
20.3.0.48 666 10/5/2022
20.3.0.47 746 9/29/2022
20.2.0.50 784 9/20/2022
20.2.0.49 726 9/13/2022
20.2.0.48 732 9/6/2022
20.2.0.46 731 8/30/2022
20.2.0.45 749 8/23/2022
20.2.0.44 795 8/16/2022
20.2.0.43 903 8/8/2022
20.2.0.40 800 7/26/2022
20.2.0.39 784 7/19/2022
20.2.0.38 791 7/12/2022
20.2.0.36 856 6/30/2022
20.1.0.61 815 6/20/2022
20.1.0.60 811 6/14/2022
20.1.0.59 813 6/6/2022
20.1.0.58 810 5/30/2022
20.1.0.57 850 5/23/2022
20.1.0.56 826 5/17/2022
20.1.0.55 981 5/12/2022
20.1.0.52 860 5/2/2022
20.1.0.51 912 4/26/2022
20.1.0.50 858 4/19/2022
20.1.0.48 895 4/12/2022
20.1.0.47 1,529 4/4/2022
19.4.0.56 1,465 3/14/2022
19.4.0.55 949 3/8/2022
19.4.0.54 931 2/28/2022
19.4.0.53 913 2/22/2022
19.4.0.52 903 2/15/2022
19.4.0.50 857 2/8/2022
19.4.0.48 1,028 1/31/2022
19.4.0.47 914 1/24/2022
19.4.0.43 892 1/18/2022
19.4.0.42 582 1/10/2022
19.4.0.41 624 1/4/2022
19.4.0.40 467 12/28/2021
19.4.0.38 611 12/17/2021
19.3.0.59 3,645 12/14/2021
19.3.0.57 585 12/7/2021
19.3.0.56 1,020 11/29/2021
19.3.0.55 528 11/23/2021
19.3.0.54 606 11/17/2021
19.3.0.53 668 11/12/2021
19.3.0.48 645 11/2/2021
19.3.0.47 688 10/26/2021
19.3.0.46 2,188 10/19/2021
19.3.0.45 667 10/12/2021
19.3.0.44 669 10/5/2021
19.3.0.43 765 9/30/2021
19.2.0.62 743 9/13/2021
19.2.0.60 720 9/7/2021
19.2.0.59 745 8/30/2021
19.2.0.57 754 8/24/2021
19.2.0.56 740 8/17/2021
19.2.0.55 854 8/11/2021
19.2.0.51 711 8/2/2021
19.2.0.49 750 7/26/2021
19.2.0.48 714 7/19/2021
19.2.0.47 751 7/13/2021
19.2.0.46 718 7/6/2021
19.2.0.44 782 6/30/2021
19.1.0.69 801 6/14/2021
19.1.0.67 712 6/7/2021
19.1.0.66 761 5/31/2021
19.1.0.65 724 5/24/2021
19.1.0.64 747 5/19/2021
19.1.0.63 785 5/13/2021
19.1.0.59 725 5/3/2021
19.1.0.58 748 4/26/2021
19.1.0.57 755 4/20/2021
19.1.0.56 1,173 4/12/2021
19.1.0.55 748 4/6/2021
19.1.0.54 743 3/30/2021
18.4.0.49 820 3/22/2021
18.4.0.48 782 3/16/2021
18.4.0.47 770 3/9/2021
18.4.0.46 742 3/2/2021
18.4.0.44 771 2/23/2021
18.4.0.43 771 2/15/2021
18.4.0.42 789 2/9/2021
18.4.0.41 755 2/2/2021
18.4.0.39 985 1/28/2021
18.4.0.35 816 1/19/2021
18.4.0.34 802 1/12/2021
18.4.0.33 763 1/4/2021
18.4.0.32 778 12/30/2020
18.4.0.31 815 12/22/2020
18.4.0.30 880 12/17/2020
18.3.0.53 877 12/8/2020
18.3.0.52 850 11/30/2020
18.3.0.51 826 11/23/2020
18.3.0.50 876 11/17/2020
18.3.0.48 867 11/10/2020
18.3.0.47 961 11/5/2020
18.3.0.44 934 10/27/2020
18.3.0.42 1,303 10/20/2020
18.3.0.40 869 10/12/2020
18.3.0.38 924 10/7/2020
18.3.0.35 986 10/1/2020
18.2.0.59 976 9/22/2020
18.2.0.58 844 9/15/2020
18.2.0.57 892 9/8/2020
18.2.0.56 922 9/1/2020
18.2.0.55 853 8/25/2020
18.2.0.54 852 8/18/2020
18.2.0.48 910 8/4/2020
18.2.0.47 907 7/28/2020
18.2.0.46 944 7/21/2020
18.2.0.45 983 7/14/2020
18.2.0.44 1,724 7/6/2020
18.1.0.59 1,070 6/23/2020
18.1.0.57 947 6/15/2020
18.1.0.56 929 6/9/2020
18.1.0.55 931 6/2/2020
18.1.0.54 960 5/26/2020
18.1.0.53 1,215 5/19/2020
18.1.0.52 1,162 5/13/2020
18.1.0.48 906 5/5/2020
18.1.0.46 904 4/28/2020
18.1.0.45 911 4/21/2020
18.1.0.44 989 4/14/2020
18.1.0.43 900 4/7/2020
18.1.0.42 935 4/1/2020
18.1.0.36-beta 482 3/19/2020
17.4.0.55 984 3/10/2020
17.4.0.53 952 3/3/2020
17.4.0.51 1,122 2/25/2020
17.4.0.50 936 2/18/2020
17.4.0.49 943 2/11/2020
17.4.0.47 959 2/5/2020
17.4.0.46 919 1/30/2020
17.4.0.44 996 1/21/2020
17.4.0.43 959 1/14/2020
17.4.0.41 984 1/7/2020
17.4.0.40 985 12/24/2019
17.4.0.39 989 12/17/2019
17.3.0.34 920 12/10/2019
17.3.0.33 963 12/4/2019
17.3.0.30 922 12/3/2019
17.3.0.29 916 11/26/2019
17.3.0.28 971 11/18/2019
17.3.0.27 962 11/12/2019
17.3.0.26 921 11/5/2019
17.3.0.21 945 10/29/2019
17.3.0.19 1,043 10/22/2019
17.3.0.17 988 10/15/2019
17.3.0.14 1,003 10/3/2019
17.3.0.9-beta 535 9/20/2019
17.2.0.51 1,255 9/10/2019
17.2.0.49 1,546 9/3/2019
17.2.0.47 977 8/27/2019
17.2.0.46 1,055 8/22/2019
17.2.0.41 983 8/13/2019
17.2.0.40 1,017 8/6/2019
17.2.0.39 1,061 7/30/2019
17.2.0.36 1,077 7/23/2019
17.2.0.35 998 7/17/2019
17.2.0.34 1,987 7/11/2019
17.2.0.28-beta 538 6/27/2019
17.1.0.53 1,056 6/25/2019
17.1.0.52 1,088 6/18/2019
17.1.0.51 1,057 6/11/2019
17.1.0.50 1,087 6/4/2019
17.1.0.49 1,031 5/28/2019
17.1.0.48 1,065 5/21/2019
17.1.0.47 911 5/14/2019
17.1.0.44 1,037 5/7/2019
17.1.0.43 1,049 4/30/2019
17.1.0.42 1,100 4/23/2019
17.1.0.41 1,067 4/16/2019
17.1.0.40 1,050 4/9/2019
17.1.0.38 1,093 3/29/2019
17.1.0.32-beta 581 3/13/2019
16.4.0.54 1,224 2/19/2019
16.4.0.53 1,120 2/13/2019
16.4.0.52 1,192 2/5/2019
16.4.0.48 1,157 1/22/2019
16.4.0.47 1,129 1/16/2019
16.4.0.46 1,142 1/8/2019
16.4.0.44 1,148 12/24/2018
16.4.0.42 1,263 12/17/2018