Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5 27.1.50

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 27.1.50
                    
NuGet\Install-Package Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5 -Version 27.1.50
                    
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="27.1.50" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5" Version="27.1.50" />
                    
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 27.1.50
                    
#r "nuget: Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5, 27.1.50"
                    
#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.Mvc5@27.1.50
                    
#: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.Mvc5&version=27.1.50
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5&version=27.1.50
                    
Install 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’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, 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 net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  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
31.1.23 77 10/6/2025
31.1.22 170 9/30/2025
31.1.21 184 9/22/2025
31.1.20 300 9/16/2025
31.1.19 156 9/11/2025
31.1.18 171 9/10/2025
31.1.17 156 9/5/2025
30.2.7 195 8/25/2025
30.2.6 155 8/18/2025
30.2.5 162 8/13/2025
30.2.4 257 8/7/2025
30.1.42 408 7/28/2025
30.1.41 566 7/22/2025
30.1.40 176 7/14/2025
30.1.39 174 7/8/2025
30.1.38 173 7/1/2025
30.1.37 258 6/25/2025
29.2.11 191 6/16/2025
29.2.10 323 6/9/2025
29.2.9 210 6/5/2025
29.2.8 188 6/3/2025
29.2.7 229 5/26/2025
29.2.5 184 5/21/2025
29.2.4 304 5/14/2025
29.1.41 215 5/5/2025
29.1.40 218 4/28/2025
29.1.39 206 4/21/2025
29.1.38 239 4/14/2025
29.1.37 300 4/8/2025
29.1.35 227 4/1/2025
29.1.33 535 3/25/2025
28.2.12 232 3/19/2025
28.2.11 231 3/10/2025
28.2.9 262 3/4/2025
28.2.7 190 2/25/2025
28.2.6 168 2/17/2025
28.2.5 158 2/11/2025
28.2.4 142 2/4/2025
28.2.3 867 1/29/2025
28.1.41 151 1/20/2025
28.1.39 135 1/13/2025
28.1.38 149 1/7/2025
28.1.37 135 12/31/2024
28.1.36 151 12/23/2024
28.1.35 170 12/18/2024
28.1.33 189 12/12/2024
27.2.5 190 12/2/2024
27.2.4 160 11/26/2024
27.2.3 156 11/22/2024
27.2.2 180 11/15/2024
27.1.58 169 11/4/2024
27.1.57 158 10/28/2024
27.1.56 152 10/23/2024
27.1.55 165 10/21/2024
27.1.53 196 10/14/2024
27.1.52 179 10/7/2024
27.1.51 174 9/30/2024
27.1.50 159 9/23/2024
27.1.48 168 9/18/2024
26.2.14 192 9/9/2024
26.2.13 171 9/5/2024
26.2.12 153 9/2/2024
26.2.11 160 8/27/2024
26.2.10 516 8/19/2024
26.2.9 246 8/12/2024
26.2.8 172 8/5/2024
26.2.7 138 7/29/2024
26.2.5 144 7/26/2024
26.2.4 171 7/24/2024
26.1.42 187 7/15/2024
26.1.41 174 7/8/2024
26.1.40 928 7/1/2024
26.1.39 203 6/24/2024
26.1.38 161 6/18/2024
26.1.35 193 6/11/2024
25.2.7 204 6/3/2024
25.2.6 510 5/28/2024
25.2.5 215 5/21/2024
25.2.4 142 5/14/2024
25.2.3 4,527 5/8/2024
25.1.42 167 4/29/2024
25.1.41 157 4/23/2024
25.1.40 169 4/15/2024
25.1.39 215 4/8/2024
25.1.38 324 4/1/2024
25.1.37 205 3/26/2024
25.1.35 328 3/15/2024
24.2.9 216 3/4/2024
24.2.8 195 2/26/2024
24.2.7 191 2/19/2024
24.2.6 212 2/14/2024
24.2.5 184 2/12/2024
24.2.4 194 2/5/2024
24.2.3 217 1/31/2024
24.1.47 182 1/22/2024
24.1.46 204 1/16/2024
24.1.45 222 1/8/2024
24.1.44 203 1/2/2024
24.1.43 209 12/27/2023
24.1.41 268 12/18/2023
23.2.7 275 12/6/2023
23.2.6 259 11/28/2023
23.2.5 254 11/23/2023
23.2.4 258 11/20/2023
23.1.44 240 11/6/2023
23.1.43 255 10/30/2023
23.1.42 240 10/23/2023
23.1.41 244 10/16/2023
23.1.40 267 10/10/2023
23.1.39 412 10/4/2023
23.1.38 1,869 9/26/2023
23.1.36 362 9/15/2023
22.2.12 330 9/5/2023
22.2.11 335 8/28/2023
22.2.10 311 8/22/2023
22.2.9 359 8/14/2023
22.2.8 348 8/7/2023
22.2.7 298 8/2/2023
22.2.5 681 7/27/2023
22.1.39 357 7/18/2023
22.1.38 327 7/11/2023
22.1.37 386 7/3/2023
22.1.36 363 6/28/2023
22.1.34 531 6/21/2023
21.2.10 393 6/13/2023
21.2.9 400 6/6/2023
21.2.8 919 5/30/2023
21.2.6 378 5/22/2023
21.2.5 407 5/15/2023
21.2.4 409 5/9/2023
21.2.3 438 5/3/2023
21.1.41 433 4/19/2023
21.1.39 469 4/10/2023
21.1.38 418 4/3/2023
21.1.37 454 3/29/2023
21.1.35 497 3/23/2023
20.4.0.54 467 3/13/2023
20.4.0.53 492 3/7/2023
20.4.0.52 490 2/28/2023
20.4.0.51 508 2/21/2023
20.4.0.50 489 2/14/2023
20.4.0.49 530 2/7/2023
20.4.0.48 564 2/1/2023
20.4.0.44 563 1/18/2023
20.4.0.43 586 1/10/2023
20.4.0.42 555 1/4/2023
20.4.0.41 543 12/29/2022
20.4.0.40 561 12/28/2022
20.4.0.38 623 12/21/2022
20.3.0.61 531 12/12/2022
20.3.0.60 570 12/6/2022
20.3.0.59 586 11/29/2022
20.3.0.58 618 11/22/2022
20.3.0.57 591 11/15/2022
20.3.0.56 1,862 11/8/2022
20.3.0.52 660 10/27/2022
20.3.0.50 677 10/18/2022
20.3.0.49 701 10/11/2022
20.3.0.48 633 10/5/2022
20.3.0.47 923 9/29/2022
20.2.0.50 785 9/20/2022
20.2.0.49 714 9/13/2022
20.2.0.48 706 9/6/2022
20.2.0.46 734 8/30/2022
20.2.0.45 724 8/23/2022
20.2.0.44 702 8/16/2022
20.2.0.43 833 8/8/2022
20.2.0.40 687 7/26/2022
20.2.0.39 744 7/19/2022
20.2.0.38 752 7/12/2022
20.2.0.36 789 6/30/2022
20.1.0.61 679 6/20/2022
20.1.0.60 734 6/14/2022
20.1.0.59 705 6/6/2022
20.1.0.58 702 5/31/2022
20.1.0.57 741 5/23/2022
20.1.0.56 730 5/17/2022
20.1.0.55 894 5/12/2022
20.1.0.52 695 5/3/2022
20.1.0.51 735 4/26/2022
20.1.0.50 745 4/19/2022
20.1.0.48 757 4/12/2022
20.1.0.47 816 4/4/2022
19.4.0.56 1,026 3/14/2022
19.4.0.55 1,129 3/8/2022
19.4.0.54 723 2/28/2022
19.4.0.53 712 2/22/2022
19.4.0.52 749 2/15/2022
19.4.0.50 759 2/8/2022
19.4.0.48 795 1/31/2022
19.4.0.47 769 1/25/2022
19.4.0.43 781 1/18/2022
19.4.0.42 803 1/11/2022
19.4.0.41 579 1/4/2022
19.4.0.40 862 12/28/2021
19.4.0.38 715 12/17/2021
19.3.0.59 605 12/14/2021
19.3.0.57 1,362 12/7/2021
19.3.0.56 1,194 11/29/2021
19.3.0.55 624 11/23/2021
19.3.0.54 647 11/17/2021
19.3.0.53 709 11/12/2021
19.3.0.48 691 11/3/2021
19.3.0.47 681 10/26/2021
19.3.0.46 667 10/19/2021
19.3.0.45 5,371 10/12/2021
19.3.0.44 652 10/5/2021
19.3.0.43 713 9/30/2021
19.2.0.62 713 9/13/2021
19.2.0.60 709 9/7/2021
19.2.0.59 669 8/30/2021
19.2.0.57 705 8/24/2021
19.2.0.56 707 8/17/2021
19.2.0.55 715 8/11/2021
19.2.0.51 730 8/2/2021
19.2.0.49 685 7/26/2021
19.2.0.48 700 7/19/2021
19.2.0.47 762 7/13/2021
19.2.0.46 722 7/6/2021
19.2.0.44 798 6/30/2021
19.1.0.69 806 6/14/2021
19.1.0.67 816 6/7/2021
19.1.0.66 787 5/31/2021
19.1.0.65 724 5/24/2021
19.1.0.64 710 5/19/2021
19.1.0.63 5,185 5/13/2021
19.1.0.59 678 5/3/2021
19.1.0.58 728 4/26/2021
19.1.0.57 753 4/20/2021
19.1.0.56 712 4/13/2021
19.1.0.55 705 4/6/2021
19.1.0.54 795 3/30/2021
18.4.0.49 759 3/22/2021
18.4.0.48 691 3/16/2021
18.4.0.47 704 3/9/2021
18.4.0.46 688 3/2/2021
18.4.0.44 738 2/23/2021
18.4.0.43 721 2/15/2021
18.4.0.42 725 2/9/2021
18.4.0.41 792 2/2/2021
18.4.0.39 758 1/28/2021
18.4.0.35 768 1/19/2021
18.4.0.34 737 1/12/2021
18.4.0.33 7,999 1/4/2021
18.4.0.32 773 12/30/2020
18.4.0.31 752 12/22/2020
18.4.0.30 957 12/17/2020
18.3.0.53 803 12/8/2020
18.3.0.52 791 11/30/2020
18.3.0.51 813 11/23/2020
18.3.0.50 819 11/17/2020
18.3.0.48 776 11/10/2020
18.3.0.47 829 11/5/2020
18.3.0.44 812 10/27/2020
18.3.0.42 868 10/20/2020
18.3.0.40 859 10/12/2020
18.3.0.38 847 10/7/2020
18.3.0.35 912 10/1/2020
18.2.0.59 769 9/22/2020
18.2.0.58 879 9/15/2020
18.2.0.57 796 9/8/2020
18.2.0.56 809 9/1/2020
18.2.0.55 862 8/25/2020
18.2.0.54 836 8/18/2020
18.2.0.48 804 8/4/2020
18.2.0.47 911 7/28/2020
18.2.0.46 828 7/21/2020
18.2.0.45 865 7/14/2020
18.2.0.44 1,878 7/6/2020
18.1.0.59 820 6/23/2020
18.1.0.57 849 6/16/2020
18.1.0.56 832 6/9/2020
18.1.0.55 1,660 6/2/2020
18.1.0.54 885 5/27/2020
18.1.0.53 887 5/19/2020
18.1.0.52 959 5/13/2020
18.1.0.48 860 5/5/2020
18.1.0.46 868 4/28/2020
18.1.0.45 860 4/21/2020
18.1.0.44 884 4/14/2020
18.1.0.43 899 4/7/2020
18.1.0.42 929 4/1/2020
18.1.0.36-beta 641 3/19/2020
17.4.0.55 950 3/10/2020
17.4.0.53 911 3/3/2020
17.4.0.51 926 2/25/2020
17.4.0.50 912 2/18/2020
17.4.0.49 851 2/11/2020
17.4.0.47 885 2/5/2020
17.4.0.46 913 1/30/2020
17.4.0.44 895 1/21/2020
17.4.0.43 904 1/14/2020
17.4.0.41 870 1/7/2020
17.4.0.40 969 12/24/2019
17.4.0.39 970 12/17/2019
17.3.0.34 893 12/10/2019
17.3.0.33 892 12/4/2019
17.3.0.30 891 12/3/2019
17.3.0.29 962 11/26/2019
17.3.0.28 923 11/19/2019
17.3.0.27 902 11/12/2019
17.3.0.26 955 11/5/2019
17.3.0.21 934 10/29/2019
17.3.0.19 902 10/22/2019
17.3.0.17 911 10/15/2019
17.3.0.14 907 10/3/2019
17.3.0.9-beta 652 9/20/2019
17.2.0.51 972 9/10/2019
17.2.0.49 970 9/3/2019
17.2.0.47 991 8/27/2019
17.2.0.46 990 8/22/2019
17.2.0.41 970 8/13/2019
17.2.0.40 1,006 8/6/2019
17.2.0.39 941 7/30/2019
17.2.0.36 991 7/23/2019
17.2.0.35 990 7/17/2019
17.2.0.34 1,041 7/11/2019
17.2.0.28-beta 909 6/27/2019
17.1.0.53 1,021 6/25/2019
17.1.0.52 1,018 6/18/2019
17.1.0.51 999 6/11/2019
17.1.0.50 992 6/4/2019
17.1.0.49 1,100 5/28/2019
17.1.0.48 995 5/21/2019
17.1.0.47 1,051 5/14/2019
17.1.0.44 986 5/7/2019
17.1.0.43 970 4/30/2019
17.1.0.42 1,058 4/23/2019
17.1.0.41 1,059 4/16/2019
17.1.0.40 1,016 4/9/2019
17.1.0.38 1,092 3/29/2019
17.1.0.32-beta 726 3/13/2019
16.4.0.54 1,122 2/19/2019
16.4.0.53 1,073 2/14/2019
16.4.0.52 1,119 2/5/2019
16.4.0.48 1,043 1/22/2019
16.4.0.47 1,108 1/16/2019
16.4.0.46 1,059 1/8/2019
16.4.0.44 1,045 12/24/2018
16.4.0.42 1,098 12/17/2018
16.4.0.40-beta 811 12/10/2018
16.3.0.36 1,143 11/27/2018
16.3.0.35-beta 841 11/23/2018
16.3.0.29 1,221 10/30/2018
16.3.0.21 1,673 9/21/2018