Syncfusion.ExcelChartToImageConverter.AspNet 20.1.0.56

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

Syncfusion ASP.NET Excel Chart To Image Converter

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

ASP.NET 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 ASP.NET Excel Chart to Image converter library NuGet by simply running the command Install-Package Syncfusion.ExcelChartToImageConverter.AspNet 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(Server.MapPath("App_Data/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 Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
22.1.34 1,191 6/21/2023 22.1.34 is deprecated because it is no longer maintained.
21.2.10 327 6/12/2023
21.2.9 260 6/6/2023
21.2.8 258 5/30/2023
21.2.6 258 5/22/2023
21.2.5 266 5/15/2023
21.2.4 276 5/9/2023
21.2.3 285 5/3/2023
21.1.41 312 4/19/2023
21.1.39 296 4/10/2023
21.1.38 292 4/3/2023
21.1.37 327 3/29/2023
21.1.35 342 3/23/2023
20.4.0.54 442 3/13/2023
20.4.0.53 357 3/7/2023
20.4.0.52 351 2/28/2023
20.4.0.51 362 2/21/2023
20.4.0.50 342 2/14/2023
20.4.0.44 5,599 1/18/2023
20.4.0.43 440 1/10/2023
20.4.0.42 425 1/4/2023
20.4.0.41 418 12/29/2022
20.4.0.40 402 12/28/2022
20.4.0.38 466 12/21/2022
20.3.0.61 437 12/12/2022
20.3.0.60 417 12/6/2022
20.3.0.59 455 11/29/2022
20.3.0.58 452 11/22/2022
20.3.0.57 456 11/15/2022
20.3.0.56 475 11/8/2022
20.3.0.52 517 10/27/2022
20.3.0.50 537 10/18/2022
20.3.0.49 537 10/11/2022
20.3.0.48 524 10/5/2022
20.3.0.47 543 9/29/2022
20.2.0.50 574 9/20/2022
20.2.0.49 592 9/13/2022
20.2.0.48 560 9/6/2022
20.2.0.46 571 8/30/2022
20.2.0.45 562 8/23/2022
20.2.0.44 589 8/16/2022
20.2.0.43 588 8/8/2022
20.2.0.40 582 7/26/2022
20.2.0.39 727 7/19/2022
20.2.0.38 608 7/12/2022
20.2.0.36 653 6/30/2022
20.1.0.61 591 6/20/2022
20.1.0.60 596 6/14/2022
20.1.0.59 581 6/6/2022
20.1.0.58 583 5/31/2022
20.1.0.57 603 5/23/2022
20.1.0.56 626 5/17/2022
20.1.0.55 602 5/12/2022
20.1.0.52 629 5/3/2022
20.1.0.51 607 4/26/2022
20.1.0.50 608 4/19/2022
20.1.0.48 621 4/12/2022
20.1.0.47 709 4/4/2022
19.4.0.56 635 3/14/2022
19.4.0.55 606 3/8/2022
19.4.0.54 632 2/28/2022
19.4.0.53 3,148 2/22/2022
19.4.0.52 642 2/15/2022
19.4.0.50 625 2/8/2022
19.4.0.48 641 1/31/2022
19.4.0.47 616 1/25/2022
19.4.0.43 662 1/18/2022
19.4.0.42 631 1/11/2022
19.4.0.41 456 1/4/2022
19.4.0.40 460 12/28/2021
19.4.0.38 734 12/17/2021
19.3.0.59 440 12/14/2021
19.3.0.57 517 12/7/2021
19.3.0.56 1,084 11/29/2021
19.3.0.55 458 11/23/2021
19.3.0.54 474 11/17/2021
19.3.0.53 521 11/12/2021
19.3.0.48 538 11/2/2021
19.3.0.47 508 10/26/2021
19.3.0.46 537 10/19/2021
19.3.0.45 529 10/12/2021
19.3.0.44 677 10/5/2021
19.3.0.43 550 9/30/2021
19.2.0.62 614 9/13/2021
19.2.0.60 562 9/7/2021
19.2.0.59 548 8/30/2021
19.2.0.57 664 8/24/2021
19.2.0.56 558 8/17/2021
19.2.0.55 7,980 8/11/2021
19.2.0.51 530 8/2/2021
19.2.0.49 550 7/26/2021
19.2.0.48 571 7/19/2021
19.2.0.47 611 7/13/2021
19.2.0.46 547 7/6/2021
19.2.0.44 633 6/30/2021
19.1.0.69 902 6/14/2021
19.1.0.67 576 6/7/2021
19.1.0.66 612 5/31/2021
19.1.0.65 592 5/24/2021
19.1.0.64 575 5/19/2021
19.1.0.63 553 5/13/2021
19.1.0.59 563 5/3/2021
19.1.0.58 577 4/26/2021
19.1.0.57 577 4/20/2021
19.1.0.56 550 4/12/2021
19.1.0.55 597 4/6/2021
19.1.0.54 985 3/30/2021
18.4.0.49 613 3/22/2021
18.4.0.48 560 3/16/2021
18.4.0.47 579 3/9/2021
18.4.0.46 579 3/2/2021
18.4.0.44 646 2/23/2021
18.4.0.43 541 2/15/2021
18.4.0.42 558 2/9/2021
18.4.0.41 607 2/2/2021
18.4.0.39 576 1/28/2021
18.4.0.35 572 1/19/2021
18.4.0.34 586 1/12/2021
18.4.0.33 609 1/4/2021
18.4.0.32 588 12/30/2020
18.4.0.31 617 12/22/2020
18.4.0.30 1,105 12/17/2020
18.3.0.53 666 12/8/2020
18.3.0.52 619 11/30/2020
18.3.0.51 660 11/23/2020
18.3.0.50 653 11/17/2020
18.3.0.48 645 11/10/2020
18.3.0.47 665 11/5/2020
18.3.0.44 713 10/27/2020
18.3.0.42 707 10/20/2020
18.3.0.40 627 10/12/2020
18.3.0.38 685 10/7/2020
18.3.0.35 630 10/1/2020
18.2.0.59 694 9/22/2020
18.2.0.58 706 9/15/2020
18.2.0.57 649 9/8/2020
18.2.0.56 718 9/1/2020
18.2.0.55 680 8/25/2020
18.2.0.54 633 8/18/2020
18.2.0.48 698 8/4/2020
18.2.0.47 806 7/28/2020
18.2.0.46 792 7/21/2020
18.2.0.45 732 7/14/2020
18.2.0.44 776 7/6/2020
18.1.0.59 835 6/23/2020
18.1.0.57 686 6/16/2020
18.1.0.56 771 6/9/2020
18.1.0.55 680 6/2/2020
18.1.0.54 770 5/27/2020
18.1.0.53 975 5/19/2020
18.1.0.52 740 5/13/2020
18.1.0.48 726 5/5/2020
18.1.0.46 726 4/28/2020
18.1.0.45 748 4/21/2020
18.1.0.44 782 4/14/2020
18.1.0.43 774 4/7/2020
18.1.0.42 792 4/1/2020
18.1.0.36-beta 556 3/19/2020
17.4.0.55 801 3/10/2020
17.4.0.53 780 3/3/2020
17.4.0.51 805 2/25/2020
17.4.0.50 752 2/18/2020
17.4.0.49 756 2/11/2020
17.4.0.47 762 2/5/2020
17.4.0.46 753 1/30/2020
17.4.0.44 779 1/21/2020
17.4.0.43 780 1/14/2020
17.4.0.41 770 1/7/2020
17.4.0.40 872 12/24/2019
17.4.0.39 1,006 12/17/2019
17.3.0.34 792 12/10/2019
17.3.0.33 756 12/4/2019
17.3.0.30 762 12/3/2019
17.3.0.29 791 11/26/2019
17.3.0.28 787 11/19/2019
17.3.0.27 892 11/12/2019
17.3.0.26 905 11/5/2019
17.3.0.21 797 10/29/2019
17.3.0.19 826 10/22/2019
17.3.0.17 850 10/15/2019
17.3.0.14 800 10/3/2019
17.3.0.9-beta 553 9/20/2019
17.2.0.51 926 9/10/2019
17.2.0.49 797 9/3/2019
17.2.0.47 975 8/27/2019
17.2.0.46 870 8/22/2019
17.2.0.41 883 8/13/2019
17.2.0.40 825 8/6/2019
17.2.0.39 885 7/30/2019
17.2.0.36 807 7/23/2019
17.2.0.35 833 7/17/2019
17.2.0.34 893 7/11/2019
17.2.0.28-beta 565 6/27/2019
17.1.0.53 869 6/25/2019
17.1.0.52 857 6/18/2019
17.1.0.51 846 6/11/2019
17.1.0.50 853 6/4/2019
17.1.0.49 976 5/28/2019
17.1.0.48 888 5/21/2019
17.1.0.47 953 5/14/2019
17.1.0.44 835 5/7/2019
17.1.0.43 870 4/30/2019
17.1.0.42 947 4/23/2019
17.1.0.41 875 4/16/2019
17.1.0.40 971 4/9/2019
17.1.0.38 905 3/29/2019
17.1.0.32-beta 595 3/13/2019
16.4.0.54 998 2/19/2019
16.4.0.53 916 2/14/2019
16.4.0.52 980 2/5/2019
16.4.0.48 962 1/22/2019
16.4.0.47 986 1/16/2019
16.4.0.46 1,044 1/8/2019
16.4.0.44 981 12/24/2018
16.4.0.42 1,046 12/17/2018
16.4.0.40-beta 744 12/10/2018
16.3.0.36 1,011 11/27/2018
16.3.0.35-beta 750 11/23/2018
16.3.0.29 1,086 10/30/2018
16.3.0.21 1,173 9/21/2018