Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5 31.1.23

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 31.1.23
                    
NuGet\Install-Package Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5 -Version 31.1.23
                    
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="31.1.23" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5" Version="31.1.23" />
                    
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 31.1.23
                    
#r "nuget: Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5, 31.1.23"
                    
#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@31.1.23
                    
#: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=31.1.23
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5&version=31.1.23
                    
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® 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
31.2.15 13 11/25/2025
31.2.12 387 11/18/2025
31.2.10 268 11/12/2025
31.2.5 189 11/3/2025
31.2.4 192 10/28/2025
31.2.3 169 10/21/2025
31.2.2 173 10/15/2025
31.1.23 183 10/6/2025
31.1.22 195 9/30/2025
31.1.21 203 9/22/2025
31.1.20 336 9/16/2025
31.1.19 184 9/11/2025
31.1.18 202 9/10/2025
31.1.17 181 9/5/2025
30.2.7 222 8/25/2025
30.2.6 183 8/18/2025
30.2.5 189 8/13/2025
30.2.4 284 8/7/2025
30.1.42 558 7/28/2025
30.1.41 583 7/22/2025
30.1.40 193 7/14/2025
30.1.39 194 7/8/2025
30.1.38 189 7/1/2025
30.1.37 293 6/25/2025
29.2.11 211 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 261 5/26/2025
29.2.5 208 5/21/2025
29.2.4 332 5/14/2025
29.1.41 234 5/5/2025
29.1.40 240 4/28/2025
29.1.39 231 4/21/2025
29.1.38 266 4/14/2025
29.1.37 342 4/8/2025
29.1.35 266 4/1/2025
29.1.33 559 3/25/2025
28.2.12 254 3/19/2025
28.2.11 253 3/10/2025
28.2.9 286 3/4/2025
28.2.7 218 2/25/2025
28.2.6 192 2/17/2025
28.2.5 187 2/11/2025
28.2.4 164 2/4/2025
28.2.3 941 1/29/2025
28.1.41 169 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 181 12/23/2024
28.1.35 186 12/18/2024
28.1.33 211 12/12/2024
27.2.5 213 12/2/2024
27.2.4 184 11/26/2024
27.2.3 168 11/22/2024
27.2.2 198 11/15/2024
27.1.58 186 11/4/2024
27.1.57 190 10/28/2024
27.1.56 175 10/23/2024
27.1.55 189 10/21/2024
27.1.53 215 10/14/2024
27.1.52 201 10/7/2024
27.1.51 194 9/30/2024
27.1.50 191 9/23/2024
27.1.48 193 9/18/2024
26.2.14 213 9/9/2024
26.2.13 189 9/5/2024
26.2.12 173 9/2/2024
26.2.11 172 8/27/2024
26.2.10 587 8/19/2024
26.2.9 265 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 189 7/24/2024
26.1.42 204 7/15/2024
26.1.41 204 7/8/2024
26.1.40 957 7/1/2024
26.1.39 222 6/24/2024
26.1.38 181 6/18/2024
26.1.35 212 6/11/2024
25.2.7 226 6/3/2024
25.2.6 598 5/28/2024
25.2.5 239 5/21/2024
25.2.4 164 5/14/2024
25.2.3 4,921 5/8/2024
25.1.42 197 4/29/2024
25.1.41 180 4/23/2024
25.1.40 206 4/15/2024
25.1.39 241 4/8/2024
25.1.38 343 4/1/2024
25.1.37 225 3/26/2024
25.1.35 350 3/15/2024
24.2.9 243 3/4/2024
24.2.8 217 2/26/2024
24.2.7 217 2/19/2024
24.2.6 234 2/14/2024
24.2.5 208 2/12/2024
24.2.4 210 2/5/2024
24.2.3 233 1/31/2024
24.1.47 212 1/22/2024
24.1.46 226 1/16/2024
24.1.45 248 1/8/2024
24.1.44 221 1/2/2024
24.1.43 229 12/27/2023
24.1.41 297 12/18/2023
23.2.7 289 12/6/2023
23.2.6 282 11/28/2023
23.2.5 288 11/23/2023
23.2.4 281 11/20/2023
23.1.44 264 11/6/2023
23.1.43 265 10/30/2023
23.1.42 254 10/23/2023
23.1.41 259 10/16/2023
23.1.40 280 10/10/2023
23.1.39 425 10/4/2023
23.1.38 1,881 9/26/2023
23.1.36 378 9/15/2023
22.2.12 348 9/5/2023
22.2.11 350 8/28/2023
22.2.10 327 8/22/2023
22.2.9 375 8/14/2023
22.2.8 369 8/7/2023
22.2.7 307 8/2/2023
22.2.5 707 7/27/2023
22.1.39 374 7/18/2023
22.1.38 343 7/11/2023
22.1.37 409 7/3/2023
22.1.36 378 6/28/2023
22.1.34 550 6/21/2023
21.2.10 413 6/13/2023
21.2.9 418 6/6/2023
21.2.8 971 5/30/2023
21.2.6 396 5/22/2023
21.2.5 425 5/15/2023
21.2.4 427 5/9/2023
21.2.3 457 5/3/2023
21.1.41 456 4/19/2023
21.1.39 493 4/10/2023
21.1.38 430 4/3/2023
21.1.37 478 3/29/2023
21.1.35 517 3/23/2023
20.4.0.54 488 3/13/2023
20.4.0.53 517 3/7/2023
20.4.0.52 512 2/28/2023
20.4.0.51 526 2/21/2023
20.4.0.50 509 2/14/2023
20.4.0.49 547 2/7/2023
20.4.0.48 588 2/1/2023
20.4.0.44 585 1/18/2023
20.4.0.43 604 1/10/2023
20.4.0.42 577 1/4/2023
20.4.0.41 564 12/29/2022
20.4.0.40 583 12/28/2022
20.4.0.38 646 12/21/2022
20.3.0.61 555 12/12/2022
20.3.0.60 585 12/6/2022
20.3.0.59 606 11/29/2022
20.3.0.58 641 11/22/2022
20.3.0.57 611 11/15/2022
20.3.0.56 1,884 11/8/2022
20.3.0.52 680 10/27/2022
20.3.0.50 703 10/18/2022
20.3.0.49 724 10/11/2022
20.3.0.48 656 10/5/2022
20.3.0.47 949 9/29/2022
20.2.0.50 804 9/20/2022
20.2.0.49 734 9/13/2022
20.2.0.48 719 9/6/2022
20.2.0.46 757 8/30/2022
20.2.0.45 745 8/23/2022
20.2.0.44 729 8/16/2022
20.2.0.43 854 8/8/2022
20.2.0.40 703 7/26/2022
20.2.0.39 763 7/19/2022
20.2.0.38 775 7/12/2022
20.2.0.36 814 6/30/2022
20.1.0.61 712 6/20/2022
20.1.0.60 761 6/14/2022
20.1.0.59 729 6/6/2022
20.1.0.58 722 5/31/2022
20.1.0.57 768 5/23/2022
20.1.0.56 765 5/17/2022
20.1.0.55 912 5/12/2022
20.1.0.52 711 5/3/2022
20.1.0.51 758 4/26/2022
20.1.0.50 765 4/19/2022
20.1.0.48 789 4/12/2022
20.1.0.47 837 4/4/2022
19.4.0.56 1,054 3/14/2022
19.4.0.55 1,145 3/8/2022
19.4.0.54 752 2/28/2022
19.4.0.53 742 2/22/2022
19.4.0.52 774 2/15/2022
19.4.0.50 786 2/8/2022
19.4.0.48 825 1/31/2022
19.4.0.47 793 1/25/2022
19.4.0.43 808 1/18/2022
19.4.0.42 828 1/11/2022
19.4.0.41 600 1/4/2022
19.4.0.40 893 12/28/2021
19.4.0.38 739 12/17/2021
19.3.0.59 633 12/14/2021
19.3.0.57 1,393 12/7/2021
19.3.0.56 1,215 11/29/2021
19.3.0.55 648 11/23/2021
19.3.0.54 671 11/17/2021
19.3.0.53 740 11/12/2021
19.3.0.48 719 11/3/2021
19.3.0.47 709 10/26/2021
19.3.0.46 692 10/19/2021
19.3.0.45 5,398 10/12/2021
19.3.0.44 684 10/5/2021
19.3.0.43 742 9/30/2021
19.2.0.62 733 9/13/2021
19.2.0.60 736 9/7/2021
19.2.0.59 689 8/30/2021
19.2.0.57 731 8/24/2021
19.2.0.56 726 8/17/2021
19.2.0.55 739 8/11/2021
19.2.0.51 761 8/2/2021
19.2.0.49 724 7/26/2021
19.2.0.48 733 7/19/2021
19.2.0.47 791 7/13/2021
19.2.0.46 766 7/6/2021
19.2.0.44 825 6/30/2021
19.1.0.69 846 6/14/2021
19.1.0.67 842 6/7/2021
19.1.0.66 818 5/31/2021
19.1.0.65 749 5/24/2021
19.1.0.64 736 5/19/2021
19.1.0.63 5,345 5/13/2021
19.1.0.59 714 5/3/2021
19.1.0.58 765 4/26/2021
19.1.0.57 784 4/20/2021
19.1.0.56 744 4/13/2021
19.1.0.55 747 4/6/2021
19.1.0.54 827 3/30/2021
18.4.0.49 786 3/22/2021
18.4.0.48 733 3/16/2021
18.4.0.47 746 3/9/2021
18.4.0.46 720 3/2/2021
18.4.0.44 770 2/23/2021
18.4.0.43 753 2/15/2021
18.4.0.42 770 2/9/2021
18.4.0.41 823 2/2/2021
18.4.0.39 787 1/28/2021
18.4.0.35 805 1/19/2021
18.4.0.34 766 1/12/2021
18.4.0.33 8,255 1/4/2021
18.4.0.32 820 12/30/2020
18.4.0.31 785 12/22/2020
18.4.0.30 987 12/17/2020
18.3.0.53 834 12/8/2020
18.3.0.52 830 11/30/2020
18.3.0.51 842 11/23/2020
18.3.0.50 851 11/17/2020
18.3.0.48 805 11/10/2020
18.3.0.47 862 11/5/2020
18.3.0.44 842 10/27/2020
18.3.0.42 896 10/20/2020
18.3.0.40 886 10/12/2020
18.3.0.38 893 10/7/2020
18.3.0.35 944 10/1/2020
18.2.0.59 802 9/22/2020
18.2.0.58 911 9/15/2020
18.2.0.57 832 9/8/2020
18.2.0.56 842 9/1/2020
18.2.0.55 893 8/25/2020
18.2.0.54 869 8/18/2020
18.2.0.48 833 8/4/2020
18.2.0.47 948 7/28/2020
18.2.0.46 855 7/21/2020
18.2.0.45 895 7/14/2020
18.2.0.44 1,930 7/6/2020
18.1.0.59 852 6/23/2020
18.1.0.57 883 6/16/2020
18.1.0.56 862 6/9/2020
18.1.0.55 1,694 6/2/2020
18.1.0.54 915 5/27/2020
18.1.0.53 921 5/19/2020
18.1.0.52 985 5/13/2020
18.1.0.48 885 5/5/2020
18.1.0.46 897 4/28/2020
18.1.0.45 884 4/21/2020
18.1.0.44 913 4/14/2020
18.1.0.43 924 4/7/2020
18.1.0.42 964 4/1/2020
18.1.0.36-beta 673 3/19/2020
17.4.0.55 980 3/10/2020
17.4.0.53 954 3/3/2020
17.4.0.51 962 2/25/2020
17.4.0.50 944 2/18/2020
17.4.0.49 891 2/11/2020
17.4.0.47 913 2/5/2020
17.4.0.46 947 1/30/2020
17.4.0.44 943 1/21/2020
17.4.0.43 933 1/14/2020
17.4.0.41 905 1/7/2020
17.4.0.40 1,006 12/24/2019
17.4.0.39 1,002 12/17/2019
17.3.0.34 923 12/10/2019
17.3.0.33 921 12/4/2019
17.3.0.30 924 12/3/2019
17.3.0.29 991 11/26/2019
17.3.0.28 952 11/19/2019
17.3.0.27 927 11/12/2019
17.3.0.26 990 11/5/2019
17.3.0.21 966 10/29/2019
17.3.0.19 936 10/22/2019
17.3.0.17 944 10/15/2019
17.3.0.14 940 10/3/2019
17.3.0.9-beta 682 9/20/2019
17.2.0.51 1,008 9/10/2019
17.2.0.49 1,001 9/3/2019
17.2.0.47 1,027 8/27/2019
17.2.0.46 1,020 8/22/2019
17.2.0.41 1,004 8/13/2019
17.2.0.40 1,038 8/6/2019
17.2.0.39 971 7/30/2019
17.2.0.36 1,025 7/23/2019
17.2.0.35 1,017 7/17/2019
17.2.0.34 1,071 7/11/2019
17.2.0.28-beta 938 6/27/2019
17.1.0.53 1,050 6/25/2019
17.1.0.52 1,049 6/18/2019
17.1.0.51 1,027 6/11/2019
17.1.0.50 1,021 6/4/2019
17.1.0.49 1,132 5/28/2019
17.1.0.48 1,024 5/21/2019
17.1.0.47 1,082 5/14/2019
17.1.0.44 1,020 5/7/2019
17.1.0.43 1,003 4/30/2019
17.1.0.42 1,092 4/23/2019
17.1.0.41 1,087 4/16/2019
17.1.0.40 1,047 4/9/2019
17.1.0.38 1,123 3/29/2019
17.1.0.32-beta 760 3/13/2019
16.4.0.54 1,151 2/19/2019
16.4.0.53 1,105 2/14/2019
16.4.0.52 1,149 2/5/2019
16.4.0.48 1,086 1/22/2019
16.4.0.47 1,139 1/16/2019
16.4.0.46 1,090 1/8/2019
16.4.0.44 1,074 12/24/2018
16.4.0.42 1,130 12/17/2018
16.4.0.40-beta 841 12/10/2018
16.3.0.36 1,170 11/27/2018
16.3.0.35-beta 871 11/23/2018
16.3.0.29 1,250 10/30/2018
16.3.0.21 1,709 9/21/2018