Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5 26.2.7

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 26.2.7
                    
NuGet\Install-Package Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5 -Version 26.2.7
                    
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="26.2.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5" Version="26.2.7" />
                    
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 26.2.7
                    
#r "nuget: Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5, 26.2.7"
                    
#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@26.2.7
                    
#: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=26.2.7
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5&version=26.2.7
                    
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.22 0 9/30/2025
31.1.21 180 9/22/2025
31.1.20 299 9/16/2025
31.1.19 156 9/11/2025
31.1.18 165 9/10/2025
31.1.17 155 9/5/2025
30.2.7 193 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 356 7/28/2025
30.1.41 566 7/22/2025
30.1.40 176 7/14/2025
30.1.39 172 7/8/2025
30.1.38 173 7/1/2025
30.1.37 246 6/25/2025
29.2.11 187 6/16/2025
29.2.10 321 6/9/2025
29.2.9 209 6/5/2025
29.2.8 186 6/3/2025
29.2.7 227 5/26/2025
29.2.5 183 5/21/2025
29.2.4 301 5/14/2025
29.1.41 209 5/5/2025
29.1.40 216 4/28/2025
29.1.39 204 4/21/2025
29.1.38 239 4/14/2025
29.1.37 297 4/8/2025
29.1.35 226 4/1/2025
29.1.33 534 3/25/2025
28.2.12 227 3/19/2025
28.2.11 228 3/10/2025
28.2.9 261 3/4/2025
28.2.7 187 2/25/2025
28.2.6 167 2/17/2025
28.2.5 157 2/11/2025
28.2.4 141 2/4/2025
28.2.3 839 1/29/2025
28.1.41 150 1/20/2025
28.1.39 133 1/13/2025
28.1.38 146 1/7/2025
28.1.37 135 12/31/2024
28.1.36 150 12/23/2024
28.1.35 168 12/18/2024
28.1.33 187 12/12/2024
27.2.5 188 12/2/2024
27.2.4 159 11/26/2024
27.2.3 155 11/22/2024
27.2.2 178 11/15/2024
27.1.58 165 11/4/2024
27.1.57 157 10/28/2024
27.1.56 148 10/23/2024
27.1.55 163 10/21/2024
27.1.53 193 10/14/2024
27.1.52 178 10/7/2024
27.1.51 173 9/30/2024
27.1.50 158 9/23/2024
27.1.48 168 9/18/2024
26.2.14 190 9/9/2024
26.2.13 167 9/5/2024
26.2.12 147 9/2/2024
26.2.11 160 8/27/2024
26.2.10 483 8/19/2024
26.2.9 243 8/12/2024
26.2.8 169 8/5/2024
26.2.7 137 7/29/2024
26.2.5 143 7/26/2024
26.2.4 168 7/24/2024
26.1.42 185 7/15/2024
26.1.41 173 7/8/2024
26.1.40 928 7/1/2024
26.1.39 200 6/24/2024
26.1.38 157 6/18/2024
26.1.35 192 6/11/2024
25.2.7 202 6/3/2024
25.2.6 498 5/28/2024
25.2.5 214 5/21/2024
25.2.4 142 5/14/2024
25.2.3 4,451 5/8/2024
25.1.42 167 4/29/2024
25.1.41 157 4/23/2024
25.1.40 166 4/15/2024
25.1.39 215 4/8/2024
25.1.38 322 4/1/2024
25.1.37 204 3/26/2024
25.1.35 324 3/15/2024
24.2.9 215 3/4/2024
24.2.8 195 2/26/2024
24.2.7 191 2/19/2024
24.2.6 209 2/14/2024
24.2.5 183 2/12/2024
24.2.4 194 2/5/2024
24.2.3 215 1/31/2024
24.1.47 180 1/22/2024
24.1.46 200 1/16/2024
24.1.45 220 1/8/2024
24.1.44 201 1/2/2024
24.1.43 208 12/27/2023
24.1.41 267 12/18/2023
23.2.7 273 12/6/2023
23.2.6 257 11/28/2023
23.2.5 251 11/23/2023
23.2.4 257 11/20/2023
23.1.44 237 11/6/2023
23.1.43 254 10/30/2023
23.1.42 237 10/23/2023
23.1.41 244 10/16/2023
23.1.40 266 10/10/2023
23.1.39 412 10/4/2023
23.1.38 1,865 9/26/2023
23.1.36 362 9/15/2023
22.2.12 328 9/5/2023
22.2.11 335 8/28/2023
22.2.10 311 8/22/2023
22.2.9 356 8/14/2023
22.2.8 345 8/7/2023
22.2.7 297 8/2/2023
22.2.5 677 7/27/2023
22.1.39 356 7/18/2023
22.1.38 327 7/11/2023
22.1.37 384 7/3/2023
22.1.36 361 6/28/2023
22.1.34 529 6/21/2023
21.2.10 390 6/13/2023
21.2.9 398 6/6/2023
21.2.8 909 5/30/2023
21.2.6 374 5/22/2023
21.2.5 401 5/15/2023
21.2.4 404 5/9/2023
21.2.3 435 5/3/2023
21.1.41 429 4/19/2023
21.1.39 464 4/10/2023
21.1.38 416 4/3/2023
21.1.37 450 3/29/2023
21.1.35 495 3/23/2023
20.4.0.54 462 3/13/2023
20.4.0.53 489 3/7/2023
20.4.0.52 487 2/28/2023
20.4.0.51 505 2/21/2023
20.4.0.50 485 2/14/2023
20.4.0.49 526 2/7/2023
20.4.0.48 560 2/1/2023
20.4.0.44 559 1/18/2023
20.4.0.43 584 1/10/2023
20.4.0.42 552 1/4/2023
20.4.0.41 539 12/29/2022
20.4.0.40 557 12/28/2022
20.4.0.38 617 12/21/2022
20.3.0.61 526 12/12/2022
20.3.0.60 566 12/6/2022
20.3.0.59 582 11/29/2022
20.3.0.58 615 11/22/2022
20.3.0.57 588 11/15/2022
20.3.0.56 1,856 11/8/2022
20.3.0.52 657 10/27/2022
20.3.0.50 673 10/18/2022
20.3.0.49 699 10/11/2022
20.3.0.48 628 10/5/2022
20.3.0.47 913 9/29/2022
20.2.0.50 781 9/20/2022
20.2.0.49 711 9/13/2022
20.2.0.48 704 9/6/2022
20.2.0.46 729 8/30/2022
20.2.0.45 719 8/23/2022
20.2.0.44 698 8/16/2022
20.2.0.43 827 8/8/2022
20.2.0.40 684 7/26/2022
20.2.0.39 739 7/19/2022
20.2.0.38 748 7/12/2022
20.2.0.36 786 6/30/2022
20.1.0.61 676 6/20/2022
20.1.0.60 730 6/14/2022
20.1.0.59 703 6/6/2022
20.1.0.58 698 5/31/2022
20.1.0.57 737 5/23/2022
20.1.0.56 724 5/17/2022
20.1.0.55 892 5/12/2022
20.1.0.52 693 5/3/2022
20.1.0.51 729 4/26/2022
20.1.0.50 741 4/19/2022
20.1.0.48 754 4/12/2022
20.1.0.47 809 4/4/2022
19.4.0.56 1,020 3/14/2022
19.4.0.55 1,127 3/8/2022
19.4.0.54 717 2/28/2022
19.4.0.53 709 2/22/2022
19.4.0.52 745 2/15/2022
19.4.0.50 753 2/8/2022
19.4.0.48 792 1/31/2022
19.4.0.47 765 1/25/2022
19.4.0.43 777 1/18/2022
19.4.0.42 799 1/11/2022
19.4.0.41 574 1/4/2022
19.4.0.40 855 12/28/2021
19.4.0.38 708 12/17/2021
19.3.0.59 601 12/14/2021
19.3.0.57 1,358 12/7/2021
19.3.0.56 1,192 11/29/2021
19.3.0.55 618 11/23/2021
19.3.0.54 645 11/17/2021
19.3.0.53 704 11/12/2021
19.3.0.48 687 11/3/2021
19.3.0.47 679 10/26/2021
19.3.0.46 664 10/19/2021
19.3.0.45 5,366 10/12/2021
19.3.0.44 650 10/5/2021
19.3.0.43 710 9/30/2021
19.2.0.62 711 9/13/2021
19.2.0.60 701 9/7/2021
19.2.0.59 667 8/30/2021
19.2.0.57 699 8/24/2021
19.2.0.56 703 8/17/2021
19.2.0.55 710 8/11/2021
19.2.0.51 728 8/2/2021
19.2.0.49 680 7/26/2021
19.2.0.48 696 7/19/2021
19.2.0.47 757 7/13/2021
19.2.0.46 718 7/6/2021
19.2.0.44 793 6/30/2021
19.1.0.69 803 6/14/2021
19.1.0.67 814 6/7/2021
19.1.0.66 784 5/31/2021
19.1.0.65 721 5/24/2021
19.1.0.64 705 5/19/2021
19.1.0.63 5,149 5/13/2021
19.1.0.59 676 5/3/2021
19.1.0.58 721 4/26/2021
19.1.0.57 751 4/20/2021
19.1.0.56 709 4/13/2021
19.1.0.55 703 4/6/2021
19.1.0.54 792 3/30/2021
18.4.0.49 753 3/22/2021
18.4.0.48 688 3/16/2021
18.4.0.47 699 3/9/2021
18.4.0.46 687 3/2/2021
18.4.0.44 735 2/23/2021
18.4.0.43 717 2/15/2021
18.4.0.42 721 2/9/2021
18.4.0.41 788 2/2/2021
18.4.0.39 757 1/28/2021
18.4.0.35 765 1/19/2021
18.4.0.34 735 1/12/2021
18.4.0.33 7,940 1/4/2021
18.4.0.32 770 12/30/2020
18.4.0.31 751 12/22/2020
18.4.0.30 953 12/17/2020
18.3.0.53 802 12/8/2020
18.3.0.52 789 11/30/2020
18.3.0.51 806 11/23/2020
18.3.0.50 815 11/17/2020
18.3.0.48 771 11/10/2020
18.3.0.47 824 11/5/2020
18.3.0.44 809 10/27/2020
18.3.0.42 867 10/20/2020
18.3.0.40 857 10/12/2020
18.3.0.38 843 10/7/2020
18.3.0.35 908 10/1/2020
18.2.0.59 767 9/22/2020
18.2.0.58 877 9/15/2020
18.2.0.57 793 9/8/2020
18.2.0.56 807 9/1/2020
18.2.0.55 857 8/25/2020
18.2.0.54 833 8/18/2020
18.2.0.48 799 8/4/2020
18.2.0.47 910 7/28/2020
18.2.0.46 824 7/21/2020
18.2.0.45 862 7/14/2020
18.2.0.44 1,872 7/6/2020
18.1.0.59 814 6/23/2020
18.1.0.57 846 6/16/2020
18.1.0.56 831 6/9/2020
18.1.0.55 1,659 6/2/2020
18.1.0.54 881 5/27/2020
18.1.0.53 884 5/19/2020
18.1.0.52 953 5/13/2020
18.1.0.48 859 5/5/2020
18.1.0.46 867 4/28/2020
18.1.0.45 859 4/21/2020
18.1.0.44 882 4/14/2020
18.1.0.43 897 4/7/2020
18.1.0.42 924 4/1/2020
18.1.0.36-beta 640 3/19/2020
17.4.0.55 949 3/10/2020
17.4.0.53 907 3/3/2020
17.4.0.51 921 2/25/2020
17.4.0.50 907 2/18/2020
17.4.0.49 847 2/11/2020
17.4.0.47 881 2/5/2020
17.4.0.46 909 1/30/2020
17.4.0.44 891 1/21/2020
17.4.0.43 902 1/14/2020
17.4.0.41 869 1/7/2020
17.4.0.40 964 12/24/2019
17.4.0.39 968 12/17/2019
17.3.0.34 889 12/10/2019
17.3.0.33 891 12/4/2019
17.3.0.30 886 12/3/2019
17.3.0.29 959 11/26/2019
17.3.0.28 919 11/19/2019
17.3.0.27 897 11/12/2019
17.3.0.26 950 11/5/2019
17.3.0.21 931 10/29/2019
17.3.0.19 900 10/22/2019
17.3.0.17 909 10/15/2019
17.3.0.14 905 10/3/2019
17.3.0.9-beta 648 9/20/2019
17.2.0.51 969 9/10/2019
17.2.0.49 965 9/3/2019
17.2.0.47 989 8/27/2019
17.2.0.46 986 8/22/2019
17.2.0.41 967 8/13/2019
17.2.0.40 1,003 8/6/2019
17.2.0.39 939 7/30/2019
17.2.0.36 990 7/23/2019
17.2.0.35 989 7/17/2019
17.2.0.34 1,038 7/11/2019
17.2.0.28-beta 908 6/27/2019
17.1.0.53 1,019 6/25/2019
17.1.0.52 1,016 6/18/2019
17.1.0.51 997 6/11/2019
17.1.0.50 990 6/4/2019
17.1.0.49 1,098 5/28/2019
17.1.0.48 991 5/21/2019
17.1.0.47 1,050 5/14/2019
17.1.0.44 983 5/7/2019
17.1.0.43 967 4/30/2019
17.1.0.42 1,055 4/23/2019
17.1.0.41 1,054 4/16/2019
17.1.0.40 1,011 4/9/2019
17.1.0.38 1,087 3/29/2019
17.1.0.32-beta 722 3/13/2019
16.4.0.54 1,120 2/19/2019
16.4.0.53 1,069 2/14/2019
16.4.0.52 1,115 2/5/2019
16.4.0.48 1,039 1/22/2019
16.4.0.47 1,107 1/16/2019
16.4.0.46 1,057 1/8/2019
16.4.0.44 1,039 12/24/2018
16.4.0.42 1,096 12/17/2018
16.4.0.40-beta 806 12/10/2018
16.3.0.36 1,140 11/27/2018
16.3.0.35-beta 839 11/23/2018
16.3.0.29 1,218 10/30/2018
16.3.0.21 1,666 9/21/2018