Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5 27.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 27.2.5
                    
NuGet\Install-Package Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5 -Version 27.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="27.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="27.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 27.2.5
                    
#r "nuget: Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5, 27.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.
#:package Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5@27.2.5
                    
#: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.2.5
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5&version=27.2.5
                    
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 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 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.2.18 43 12/8/2025
31.2.16 650 12/1/2025
31.2.15 238 11/25/2025
31.2.12 392 11/18/2025
31.2.10 274 11/12/2025
31.2.5 194 11/3/2025
31.2.4 196 10/28/2025
31.2.3 172 10/21/2025
31.2.2 175 10/15/2025
31.1.23 183 10/6/2025
31.1.22 199 9/30/2025
31.1.21 203 9/22/2025
31.1.20 339 9/16/2025
31.1.19 185 9/11/2025
31.1.18 204 9/10/2025
31.1.17 182 9/5/2025
30.2.7 223 8/25/2025
30.2.6 184 8/18/2025
30.2.5 190 8/13/2025
30.2.4 286 8/7/2025
30.1.42 577 7/28/2025
30.1.41 583 7/22/2025
30.1.40 194 7/14/2025
30.1.39 196 7/8/2025
30.1.38 190 7/1/2025
30.1.37 297 6/25/2025
29.2.11 215 6/16/2025
29.2.10 344 6/9/2025
29.2.9 234 6/5/2025
29.2.8 215 6/3/2025
29.2.7 262 5/26/2025
29.2.5 209 5/21/2025
29.2.4 334 5/14/2025
29.1.41 235 5/5/2025
29.1.40 241 4/28/2025
29.1.39 233 4/21/2025
29.1.38 267 4/14/2025
29.1.37 343 4/8/2025
29.1.35 268 4/1/2025
29.1.33 560 3/25/2025
28.2.12 254 3/19/2025
28.2.11 256 3/10/2025
28.2.9 287 3/4/2025
28.2.7 219 2/25/2025
28.2.6 194 2/17/2025
28.2.5 189 2/11/2025
28.2.4 166 2/4/2025
28.2.3 991 1/29/2025
28.1.41 170 1/20/2025
28.1.39 173 1/13/2025
28.1.38 178 1/7/2025
28.1.37 159 12/31/2024
28.1.36 182 12/23/2024
28.1.35 189 12/18/2024
28.1.33 214 12/12/2024
27.2.5 213 12/2/2024
27.2.4 185 11/26/2024
27.2.3 171 11/22/2024
27.2.2 199 11/15/2024
27.1.58 187 11/4/2024
27.1.57 191 10/28/2024
27.1.56 177 10/23/2024
27.1.55 189 10/21/2024
27.1.53 219 10/14/2024
27.1.52 203 10/7/2024
27.1.51 194 9/30/2024
27.1.50 191 9/23/2024
27.1.48 195 9/18/2024
26.2.14 216 9/9/2024
26.2.13 191 9/5/2024
26.2.12 175 9/2/2024
26.2.11 172 8/27/2024
26.2.10 635 8/19/2024
26.2.9 266 8/12/2024
26.2.8 201 8/5/2024
26.2.7 157 7/29/2024
26.2.5 156 7/26/2024
26.2.4 190 7/24/2024
26.1.42 205 7/15/2024
26.1.41 207 7/8/2024
26.1.40 960 7/1/2024
26.1.39 226 6/24/2024
26.1.38 182 6/18/2024
26.1.35 213 6/11/2024
25.2.7 228 6/3/2024
25.2.6 637 5/28/2024
25.2.5 241 5/21/2024
25.2.4 166 5/14/2024
25.2.3 5,076 5/8/2024
25.1.42 198 4/29/2024
25.1.41 183 4/23/2024
25.1.40 207 4/15/2024
25.1.39 242 4/8/2024
25.1.38 345 4/1/2024
25.1.37 230 3/26/2024
25.1.35 353 3/15/2024
24.2.9 246 3/4/2024
24.2.8 219 2/26/2024
24.2.7 223 2/19/2024
24.2.6 236 2/14/2024
24.2.5 208 2/12/2024
24.2.4 212 2/5/2024
24.2.3 236 1/31/2024
24.1.47 214 1/22/2024
24.1.46 228 1/16/2024
24.1.45 251 1/8/2024
24.1.44 225 1/2/2024
24.1.43 231 12/27/2023
24.1.41 298 12/18/2023
23.2.7 292 12/6/2023
23.2.6 286 11/28/2023
23.2.5 292 11/23/2023
23.2.4 287 11/20/2023
23.1.44 265 11/6/2023
23.1.43 272 10/30/2023
23.1.42 254 10/23/2023
23.1.41 263 10/16/2023
23.1.40 283 10/10/2023
23.1.39 426 10/4/2023
23.1.38 1,883 9/26/2023
23.1.36 381 9/15/2023
22.2.12 350 9/5/2023
22.2.11 350 8/28/2023
22.2.10 329 8/22/2023
22.2.9 377 8/14/2023
22.2.8 372 8/7/2023
22.2.7 310 8/2/2023
22.2.5 711 7/27/2023
22.1.39 377 7/18/2023
22.1.38 344 7/11/2023
22.1.37 413 7/3/2023
22.1.36 380 6/28/2023
22.1.34 552 6/21/2023
21.2.10 414 6/13/2023
21.2.9 419 6/6/2023
21.2.8 980 5/30/2023
21.2.6 399 5/22/2023
21.2.5 427 5/15/2023
21.2.4 430 5/9/2023
21.2.3 462 5/3/2023
21.1.41 459 4/19/2023
21.1.39 498 4/10/2023
21.1.38 434 4/3/2023
21.1.37 485 3/29/2023
21.1.35 521 3/23/2023
20.4.0.54 492 3/13/2023
20.4.0.53 522 3/7/2023
20.4.0.52 516 2/28/2023
20.4.0.51 531 2/21/2023
20.4.0.50 513 2/14/2023
20.4.0.49 553 2/7/2023
20.4.0.48 593 2/1/2023
20.4.0.44 590 1/18/2023
20.4.0.43 609 1/10/2023
20.4.0.42 585 1/4/2023
20.4.0.41 570 12/29/2022
20.4.0.40 588 12/28/2022
20.4.0.38 651 12/21/2022
20.3.0.61 563 12/12/2022
20.3.0.60 592 12/6/2022
20.3.0.59 613 11/29/2022
20.3.0.58 649 11/22/2022
20.3.0.57 615 11/15/2022
20.3.0.56 1,891 11/8/2022
20.3.0.52 686 10/27/2022
20.3.0.50 710 10/18/2022
20.3.0.49 732 10/11/2022
20.3.0.48 663 10/5/2022
20.3.0.47 964 9/29/2022
20.2.0.50 811 9/20/2022
20.2.0.49 741 9/13/2022
20.2.0.48 724 9/6/2022
20.2.0.46 767 8/30/2022
20.2.0.45 752 8/23/2022
20.2.0.44 734 8/16/2022
20.2.0.43 861 8/8/2022
20.2.0.40 712 7/26/2022
20.2.0.39 770 7/19/2022
20.2.0.38 781 7/12/2022
20.2.0.36 822 6/30/2022
20.1.0.61 719 6/20/2022
20.1.0.60 767 6/14/2022
20.1.0.59 737 6/6/2022
20.1.0.58 729 5/31/2022
20.1.0.57 774 5/23/2022
20.1.0.56 770 5/17/2022
20.1.0.55 918 5/12/2022
20.1.0.52 717 5/3/2022
20.1.0.51 763 4/26/2022
20.1.0.50 770 4/19/2022
20.1.0.48 795 4/12/2022
20.1.0.47 842 4/4/2022
19.4.0.56 1,059 3/14/2022
19.4.0.55 1,150 3/8/2022
19.4.0.54 758 2/28/2022
19.4.0.53 748 2/22/2022
19.4.0.52 783 2/15/2022
19.4.0.50 795 2/8/2022
19.4.0.48 833 1/31/2022
19.4.0.47 799 1/25/2022
19.4.0.43 815 1/18/2022
19.4.0.42 835 1/11/2022
19.4.0.41 607 1/4/2022
19.4.0.40 901 12/28/2021
19.4.0.38 747 12/17/2021
19.3.0.59 641 12/14/2021
19.3.0.57 1,402 12/7/2021
19.3.0.56 1,222 11/29/2021
19.3.0.55 655 11/23/2021
19.3.0.54 680 11/17/2021
19.3.0.53 747 11/12/2021
19.3.0.48 725 11/3/2021
19.3.0.47 715 10/26/2021
19.3.0.46 699 10/19/2021
19.3.0.45 5,405 10/12/2021
19.3.0.44 691 10/5/2021
19.3.0.43 748 9/30/2021
19.2.0.62 741 9/13/2021
19.2.0.60 744 9/7/2021
19.2.0.59 695 8/30/2021
19.2.0.57 738 8/24/2021
19.2.0.56 734 8/17/2021
19.2.0.55 747 8/11/2021
19.2.0.51 771 8/2/2021
19.2.0.49 731 7/26/2021
19.2.0.48 740 7/19/2021
19.2.0.47 797 7/13/2021
19.2.0.46 771 7/6/2021
19.2.0.44 830 6/30/2021
19.1.0.69 852 6/14/2021
19.1.0.67 850 6/7/2021
19.1.0.66 825 5/31/2021
19.1.0.65 757 5/24/2021
19.1.0.64 742 5/19/2021
19.1.0.63 5,367 5/13/2021
19.1.0.59 723 5/3/2021
19.1.0.58 771 4/26/2021
19.1.0.57 791 4/20/2021
19.1.0.56 751 4/13/2021
19.1.0.55 752 4/6/2021
19.1.0.54 836 3/30/2021
18.4.0.49 792 3/22/2021
18.4.0.48 744 3/16/2021
18.4.0.47 756 3/9/2021
18.4.0.46 728 3/2/2021
18.4.0.44 777 2/23/2021
18.4.0.43 760 2/15/2021
18.4.0.42 777 2/9/2021
18.4.0.41 830 2/2/2021
18.4.0.39 794 1/28/2021
18.4.0.35 811 1/19/2021
18.4.0.34 773 1/12/2021
18.4.0.33 8,271 1/4/2021
18.4.0.32 826 12/30/2020
18.4.0.31 794 12/22/2020
18.4.0.30 994 12/17/2020
18.3.0.53 847 12/8/2020
18.3.0.52 837 11/30/2020
18.3.0.51 849 11/23/2020
18.3.0.50 857 11/17/2020
18.3.0.48 813 11/10/2020
18.3.0.47 872 11/5/2020
18.3.0.44 851 10/27/2020
18.3.0.42 903 10/20/2020
18.3.0.40 893 10/12/2020
18.3.0.38 899 10/7/2020
18.3.0.35 951 10/1/2020
18.2.0.59 808 9/22/2020
18.2.0.58 920 9/15/2020
18.2.0.57 839 9/8/2020
18.2.0.56 850 9/1/2020
18.2.0.55 901 8/25/2020
18.2.0.54 875 8/18/2020
18.2.0.48 839 8/4/2020
18.2.0.47 954 7/28/2020
18.2.0.46 861 7/21/2020
18.2.0.45 903 7/14/2020
18.2.0.44 1,939 7/6/2020
18.1.0.59 859 6/23/2020
18.1.0.57 890 6/16/2020
18.1.0.56 872 6/9/2020
18.1.0.55 1,706 6/2/2020
18.1.0.54 922 5/27/2020
18.1.0.53 927 5/19/2020
18.1.0.52 992 5/13/2020
18.1.0.48 892 5/5/2020
18.1.0.46 903 4/28/2020
18.1.0.45 893 4/21/2020
18.1.0.44 922 4/14/2020
18.1.0.43 932 4/7/2020
18.1.0.42 971 4/1/2020
18.1.0.36-beta 684 3/19/2020
17.4.0.55 992 3/10/2020
17.4.0.53 961 3/3/2020
17.4.0.51 970 2/25/2020
17.4.0.50 954 2/18/2020
17.4.0.49 897 2/11/2020
17.4.0.47 920 2/5/2020
17.4.0.46 954 1/30/2020
17.4.0.44 948 1/21/2020
17.4.0.43 941 1/14/2020
17.4.0.41 910 1/7/2020
17.4.0.40 1,016 12/24/2019
17.4.0.39 1,008 12/17/2019
17.3.0.34 929 12/10/2019
17.3.0.33 930 12/4/2019
17.3.0.30 931 12/3/2019
17.3.0.29 997 11/26/2019
17.3.0.28 958 11/19/2019
17.3.0.27 935 11/12/2019
17.3.0.26 996 11/5/2019
17.3.0.21 975 10/29/2019
17.3.0.19 942 10/22/2019
17.3.0.17 952 10/15/2019
17.3.0.14 947 10/3/2019
17.3.0.9-beta 693 9/20/2019
17.2.0.51 1,016 9/10/2019
17.2.0.49 1,010 9/3/2019
17.2.0.47 1,037 8/27/2019
17.2.0.46 1,029 8/22/2019
17.2.0.41 1,010 8/13/2019
17.2.0.40 1,046 8/6/2019
17.2.0.39 979 7/30/2019
17.2.0.36 1,033 7/23/2019
17.2.0.35 1,027 7/17/2019
17.2.0.34 1,082 7/11/2019
17.2.0.28-beta 945 6/27/2019
17.1.0.53 1,057 6/25/2019
17.1.0.52 1,057 6/18/2019
17.1.0.51 1,034 6/11/2019
17.1.0.50 1,030 6/4/2019
17.1.0.49 1,141 5/28/2019
17.1.0.48 1,031 5/21/2019
17.1.0.47 1,090 5/14/2019
17.1.0.44 1,028 5/7/2019
17.1.0.43 1,011 4/30/2019
17.1.0.42 1,098 4/23/2019
17.1.0.41 1,094 4/16/2019
17.1.0.40 1,054 4/9/2019
17.1.0.38 1,133 3/29/2019
17.1.0.32-beta 767 3/13/2019
16.4.0.54 1,161 2/19/2019
16.4.0.53 1,112 2/14/2019
16.4.0.52 1,155 2/5/2019
16.4.0.48 1,092 1/22/2019
16.4.0.47 1,147 1/16/2019
16.4.0.46 1,097 1/8/2019
16.4.0.44 1,080 12/24/2018
16.4.0.42 1,140 12/17/2018
16.4.0.40-beta 849 12/10/2018
16.3.0.36 1,179 11/27/2018
16.3.0.35-beta 881 11/23/2018
16.3.0.29 1,260 10/30/2018
16.3.0.21 1,719 9/21/2018