Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5 29.2.5

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

Syncfusion® ASP.NET MVC Excel Chart To Image Converter

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

ASP.NET MVC 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 MVC Excel Chart to Image converter library NuGet by simply running the command Install-Package Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5 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® 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 WebForms, 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.
.NET Framework net462 is compatible.  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
29.2.7 118 5/26/2025
29.2.5 130 5/21/2025
29.2.4 236 5/14/2025
29.1.41 144 5/5/2025
29.1.40 157 4/28/2025
29.1.39 158 4/21/2025
29.1.38 195 4/14/2025
29.1.37 217 4/8/2025
29.1.35 181 4/1/2025
29.1.33 495 3/25/2025
28.2.12 156 3/19/2025
28.2.11 167 3/10/2025
28.2.9 207 3/4/2025
28.2.7 125 2/25/2025
28.2.6 124 2/17/2025
28.2.5 125 2/11/2025
28.2.4 114 2/4/2025
28.2.3 465 1/29/2025
28.1.41 94 1/20/2025
28.1.39 96 1/13/2025
28.1.38 106 1/7/2025
28.1.37 107 12/31/2024
28.1.36 102 12/23/2024
28.1.35 118 12/18/2024
28.1.33 137 12/12/2024
27.2.5 131 12/2/2024
27.2.4 117 11/26/2024
27.2.3 117 11/22/2024
27.2.2 127 11/15/2024
27.1.58 117 11/4/2024
27.1.57 119 10/28/2024
27.1.56 100 10/23/2024
27.1.55 112 10/21/2024
27.1.53 152 10/14/2024
27.1.52 131 10/7/2024
27.1.51 123 9/30/2024
27.1.50 117 9/23/2024
27.1.48 139 9/18/2024
26.2.14 137 9/9/2024
26.2.13 120 9/5/2024
26.2.12 111 9/2/2024
26.2.11 123 8/27/2024
26.2.10 419 8/19/2024
26.2.9 192 8/12/2024
26.2.8 140 8/5/2024
26.2.7 79 7/29/2024
26.2.5 105 7/26/2024
26.2.4 119 7/24/2024
26.1.42 134 7/15/2024
26.1.41 127 7/8/2024
26.1.40 862 7/1/2024
26.1.39 154 6/24/2024
26.1.38 124 6/18/2024
26.1.35 141 6/11/2024
25.2.7 155 6/3/2024
25.2.6 327 5/28/2024
25.2.5 144 5/21/2024
25.2.4 115 5/14/2024
25.2.3 3,311 5/8/2024
25.1.42 126 4/29/2024
25.1.41 131 4/23/2024
25.1.40 129 4/15/2024
25.1.39 162 4/8/2024
25.1.38 264 4/1/2024
25.1.37 169 3/26/2024
25.1.35 276 3/15/2024
24.2.9 177 3/4/2024
24.2.8 140 2/26/2024
24.2.7 172 2/19/2024
24.2.6 151 2/14/2024
24.2.5 134 2/12/2024
24.2.4 156 2/5/2024
24.2.3 163 1/31/2024
24.1.47 152 1/22/2024
24.1.46 160 1/16/2024
24.1.45 174 1/8/2024
24.1.44 168 1/2/2024
24.1.43 157 12/27/2023
24.1.41 220 12/18/2023
23.2.7 235 12/6/2023
23.2.6 225 11/28/2023
23.2.5 217 11/23/2023
23.2.4 204 11/20/2023
23.1.44 197 11/6/2023
23.1.43 204 10/30/2023
23.1.42 199 10/23/2023
23.1.41 199 10/16/2023
23.1.40 213 10/10/2023
23.1.39 364 10/4/2023
23.1.38 1,808 9/26/2023
23.1.36 311 9/15/2023
22.2.12 267 9/5/2023
22.2.11 283 8/28/2023
22.2.10 247 8/22/2023
22.2.9 279 8/14/2023
22.2.8 277 8/7/2023
22.2.7 249 8/2/2023
22.2.5 629 7/27/2023
22.1.39 293 7/18/2023
22.1.38 258 7/11/2023
22.1.37 324 7/3/2023
22.1.36 295 6/28/2023
22.1.34 467 6/21/2023
21.2.10 314 6/13/2023
21.2.9 319 6/6/2023
21.2.8 780 5/30/2023
21.2.6 294 5/22/2023
21.2.5 338 5/15/2023
21.2.4 326 5/9/2023
21.2.3 366 5/3/2023
21.1.41 363 4/19/2023
21.1.39 387 4/10/2023
21.1.38 365 4/3/2023
21.1.37 378 3/29/2023
21.1.35 420 3/23/2023
20.4.0.54 398 3/13/2023
20.4.0.53 419 3/7/2023
20.4.0.52 412 2/28/2023
20.4.0.51 428 2/21/2023
20.4.0.50 421 2/14/2023
20.4.0.49 452 2/7/2023
20.4.0.48 487 2/1/2023
20.4.0.44 497 1/18/2023
20.4.0.43 501 1/10/2023
20.4.0.42 478 1/4/2023
20.4.0.41 460 12/29/2022
20.4.0.40 484 12/28/2022
20.4.0.38 544 12/21/2022
20.3.0.61 452 12/12/2022
20.3.0.60 491 12/6/2022
20.3.0.59 516 11/29/2022
20.3.0.58 547 11/22/2022
20.3.0.57 523 11/15/2022
20.3.0.56 1,779 11/8/2022
20.3.0.52 585 10/27/2022
20.3.0.50 589 10/18/2022
20.3.0.49 632 10/11/2022
20.3.0.48 551 10/5/2022
20.3.0.47 816 9/29/2022
20.2.0.50 705 9/20/2022
20.2.0.49 628 9/13/2022
20.2.0.48 640 9/6/2022
20.2.0.46 650 8/30/2022
20.2.0.45 637 8/23/2022
20.2.0.44 631 8/16/2022
20.2.0.43 745 8/8/2022
20.2.0.40 603 7/26/2022
20.2.0.39 658 7/19/2022
20.2.0.38 664 7/12/2022
20.2.0.36 711 6/30/2022
20.1.0.61 610 6/20/2022
20.1.0.60 648 6/14/2022
20.1.0.59 626 6/6/2022
20.1.0.58 627 5/31/2022
20.1.0.57 646 5/23/2022
20.1.0.56 644 5/17/2022
20.1.0.55 821 5/12/2022
20.1.0.52 624 5/3/2022
20.1.0.51 644 4/26/2022
20.1.0.50 661 4/19/2022
20.1.0.48 670 4/12/2022
20.1.0.47 735 4/4/2022
19.4.0.56 950 3/14/2022
19.4.0.55 1,055 3/8/2022
19.4.0.54 629 2/28/2022
19.4.0.53 628 2/22/2022
19.4.0.52 667 2/15/2022
19.4.0.50 671 2/8/2022
19.4.0.48 713 1/31/2022
19.4.0.47 680 1/25/2022
19.4.0.43 696 1/18/2022
19.4.0.42 690 1/11/2022
19.4.0.41 490 1/4/2022
19.4.0.40 757 12/28/2021
19.4.0.38 631 12/17/2021
19.3.0.59 522 12/14/2021
19.3.0.57 1,269 12/7/2021
19.3.0.56 1,122 11/29/2021
19.3.0.55 527 11/23/2021
19.3.0.54 560 11/17/2021
19.3.0.53 625 11/12/2021
19.3.0.48 604 11/3/2021
19.3.0.47 587 10/26/2021
19.3.0.46 577 10/19/2021
19.3.0.45 5,014 10/12/2021
19.3.0.44 588 10/5/2021
19.3.0.43 624 9/30/2021
19.2.0.62 639 9/13/2021
19.2.0.60 618 9/7/2021
19.2.0.59 595 8/30/2021
19.2.0.57 616 8/24/2021
19.2.0.56 631 8/17/2021
19.2.0.55 636 8/11/2021
19.2.0.51 643 8/2/2021
19.2.0.49 622 7/26/2021
19.2.0.48 614 7/19/2021
19.2.0.47 676 7/13/2021
19.2.0.46 649 7/6/2021
19.2.0.44 726 6/30/2021
19.1.0.69 728 6/14/2021
19.1.0.67 732 6/7/2021
19.1.0.66 713 5/31/2021
19.1.0.65 645 5/24/2021
19.1.0.64 617 5/19/2021
19.1.0.63 4,772 5/13/2021
19.1.0.59 611 5/3/2021
19.1.0.58 644 4/26/2021
19.1.0.57 668 4/20/2021
19.1.0.56 630 4/13/2021
19.1.0.55 630 4/6/2021
19.1.0.54 705 3/30/2021
18.4.0.49 668 3/22/2021
18.4.0.48 605 3/16/2021
18.4.0.47 621 3/9/2021
18.4.0.46 605 3/2/2021
18.4.0.44 656 2/23/2021
18.4.0.43 624 2/15/2021
18.4.0.42 646 2/9/2021
18.4.0.41 698 2/2/2021
18.4.0.39 667 1/28/2021
18.4.0.35 695 1/19/2021
18.4.0.34 644 1/12/2021
18.4.0.33 7,285 1/4/2021
18.4.0.32 694 12/30/2020
18.4.0.31 659 12/22/2020
18.4.0.30 860 12/17/2020
18.3.0.53 714 12/8/2020
18.3.0.52 704 11/30/2020
18.3.0.51 723 11/23/2020
18.3.0.50 725 11/17/2020
18.3.0.48 681 11/10/2020
18.3.0.47 744 11/5/2020
18.3.0.44 730 10/27/2020
18.3.0.42 776 10/20/2020
18.3.0.40 773 10/12/2020
18.3.0.38 758 10/7/2020
18.3.0.35 818 10/1/2020
18.2.0.59 685 9/22/2020
18.2.0.58 791 9/15/2020
18.2.0.57 704 9/8/2020
18.2.0.56 717 9/1/2020
18.2.0.55 776 8/25/2020
18.2.0.54 742 8/18/2020
18.2.0.48 718 8/4/2020
18.2.0.47 815 7/28/2020
18.2.0.46 739 7/21/2020
18.2.0.45 777 7/14/2020
18.2.0.44 1,787 7/6/2020
18.1.0.59 726 6/23/2020
18.1.0.57 757 6/16/2020
18.1.0.56 739 6/9/2020
18.1.0.55 1,567 6/2/2020
18.1.0.54 787 5/27/2020
18.1.0.53 784 5/19/2020
18.1.0.52 871 5/13/2020
18.1.0.48 776 5/5/2020
18.1.0.46 784 4/28/2020
18.1.0.45 779 4/21/2020
18.1.0.44 783 4/14/2020
18.1.0.43 814 4/7/2020
18.1.0.42 839 4/1/2020
18.1.0.36-beta 539 3/19/2020
17.4.0.55 866 3/10/2020
17.4.0.53 826 3/3/2020
17.4.0.51 825 2/25/2020
17.4.0.50 815 2/18/2020
17.4.0.49 762 2/11/2020
17.4.0.47 783 2/5/2020
17.4.0.46 830 1/30/2020
17.4.0.44 809 1/21/2020
17.4.0.43 814 1/14/2020
17.4.0.41 775 1/7/2020
17.4.0.40 867 12/24/2019
17.4.0.39 882 12/17/2019
17.3.0.34 802 12/10/2019
17.3.0.33 793 12/4/2019
17.3.0.30 794 12/3/2019
17.3.0.29 867 11/26/2019
17.3.0.28 825 11/19/2019
17.3.0.27 811 11/12/2019
17.3.0.26 852 11/5/2019
17.3.0.21 836 10/29/2019
17.3.0.19 804 10/22/2019
17.3.0.17 811 10/15/2019
17.3.0.14 811 10/3/2019
17.3.0.9-beta 550 9/20/2019
17.2.0.51 879 9/10/2019
17.2.0.49 869 9/3/2019
17.2.0.47 892 8/27/2019
17.2.0.46 891 8/22/2019
17.2.0.41 878 8/13/2019
17.2.0.40 906 8/6/2019
17.2.0.39 860 7/30/2019
17.2.0.36 895 7/23/2019
17.2.0.35 895 7/17/2019
17.2.0.34 946 7/11/2019
17.2.0.28-beta 811 6/27/2019
17.1.0.53 923 6/25/2019
17.1.0.52 923 6/18/2019
17.1.0.51 900 6/11/2019
17.1.0.50 911 6/4/2019
17.1.0.49 1,015 5/28/2019
17.1.0.48 895 5/21/2019
17.1.0.47 956 5/14/2019
17.1.0.44 886 5/7/2019
17.1.0.43 876 4/30/2019
17.1.0.42 959 4/23/2019
17.1.0.41 960 4/16/2019
17.1.0.40 921 4/9/2019
17.1.0.38 992 3/29/2019
17.1.0.32-beta 625 3/13/2019
16.4.0.54 1,024 2/19/2019
16.4.0.53 972 2/14/2019
16.4.0.52 1,019 2/5/2019
16.4.0.48 949 1/22/2019
16.4.0.47 1,025 1/16/2019
16.4.0.46 979 1/8/2019
16.4.0.44 935 12/24/2018
16.4.0.42 1,000 12/17/2018
16.4.0.40-beta 714 12/10/2018
16.3.0.36 1,035 11/27/2018
16.3.0.35-beta 744 11/23/2018
16.3.0.29 1,119 10/30/2018
16.3.0.21 1,567 9/21/2018