Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5 28.1.41

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 28.1.41
                    
NuGet\Install-Package Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5 -Version 28.1.41
                    
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="28.1.41" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5" Version="28.1.41" />
                    
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 28.1.41
                    
#r "nuget: Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5, 28.1.41"
                    
#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@28.1.41
                    
#: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=28.1.41
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5&version=28.1.41
                    
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
32.1.23 42 1/13/2026
32.1.22 89 1/5/2026
32.1.21 90 12/29/2025
32.1.20 174 12/23/2025
32.1.19 275 12/16/2025
31.2.18 448 12/8/2025
31.2.16 668 12/1/2025
31.2.15 453 11/25/2025
31.2.12 416 11/18/2025
31.2.10 294 11/12/2025
31.2.5 207 11/3/2025
31.2.4 214 10/28/2025
31.2.3 183 10/21/2025
31.2.2 188 10/15/2025
31.1.23 200 10/6/2025
31.1.22 214 9/30/2025
31.1.21 222 9/22/2025
31.1.20 363 9/16/2025
31.1.19 196 9/11/2025
31.1.18 219 9/10/2025
31.1.17 197 9/5/2025
30.2.7 238 8/25/2025
30.2.6 202 8/18/2025
30.2.5 207 8/13/2025
30.2.4 302 8/7/2025
30.1.42 613 7/28/2025
30.1.41 603 7/22/2025
30.1.40 211 7/14/2025
30.1.39 213 7/8/2025
30.1.38 205 7/1/2025
30.1.37 311 6/25/2025
29.2.11 225 6/16/2025
29.2.10 359 6/9/2025
29.2.9 251 6/5/2025
29.2.8 234 6/3/2025
29.2.7 283 5/26/2025
29.2.5 226 5/21/2025
29.2.4 351 5/14/2025
29.1.41 251 5/5/2025
29.1.40 256 4/28/2025
29.1.39 243 4/21/2025
29.1.38 278 4/14/2025
29.1.37 366 4/8/2025
29.1.35 282 4/1/2025
29.1.33 578 3/25/2025
28.2.12 278 3/19/2025
28.2.11 270 3/10/2025
28.2.9 305 3/4/2025
28.2.7 235 2/25/2025
28.2.6 211 2/17/2025
28.2.5 204 2/11/2025
28.2.4 181 2/4/2025
28.2.3 1,075 1/29/2025
28.1.41 186 1/20/2025
28.1.39 185 1/13/2025
28.1.38 198 1/7/2025
28.1.37 179 12/31/2024
28.1.36 200 12/23/2024
28.1.35 201 12/18/2024
28.1.33 223 12/12/2024
27.2.5 226 12/2/2024
27.2.4 197 11/26/2024
27.2.3 187 11/22/2024
27.2.2 213 11/15/2024
27.1.58 203 11/4/2024
27.1.57 209 10/28/2024
27.1.56 189 10/23/2024
27.1.55 207 10/21/2024
27.1.53 234 10/14/2024
27.1.52 223 10/7/2024
27.1.51 208 9/30/2024
27.1.50 207 9/23/2024
27.1.48 210 9/18/2024
26.2.14 230 9/9/2024
26.2.13 206 9/5/2024
26.2.12 189 9/2/2024
26.2.11 184 8/27/2024
26.2.10 652 8/19/2024
26.2.9 280 8/12/2024
26.2.8 216 8/5/2024
26.2.7 168 7/29/2024
26.2.5 171 7/26/2024
26.2.4 209 7/24/2024
26.1.42 219 7/15/2024
26.1.41 229 7/8/2024
26.1.40 970 7/1/2024
26.1.39 239 6/24/2024
26.1.38 192 6/18/2024
26.1.35 228 6/11/2024
25.2.7 246 6/3/2024
25.2.6 708 5/28/2024
25.2.5 256 5/21/2024
25.2.4 180 5/14/2024
25.2.3 5,287 5/8/2024
25.1.42 209 4/29/2024
25.1.41 189 4/23/2024
25.1.40 222 4/15/2024
25.1.39 257 4/8/2024
25.1.38 357 4/1/2024
25.1.37 241 3/26/2024
25.1.35 367 3/15/2024
24.2.9 262 3/4/2024
24.2.8 232 2/26/2024
24.2.7 243 2/19/2024
24.2.6 247 2/14/2024
24.2.5 218 2/12/2024
24.2.4 222 2/5/2024
24.2.3 245 1/31/2024
24.1.47 229 1/22/2024
24.1.46 240 1/16/2024
24.1.45 267 1/8/2024
24.1.44 235 1/2/2024
24.1.43 242 12/27/2023
24.1.41 308 12/18/2023
23.2.7 302 12/6/2023
23.2.6 301 11/28/2023
23.2.5 306 11/23/2023
23.2.4 296 11/20/2023
23.1.44 273 11/6/2023
23.1.43 289 10/30/2023
23.1.42 268 10/23/2023
23.1.41 276 10/16/2023
23.1.40 293 10/10/2023
23.1.39 440 10/4/2023
23.1.38 1,898 9/26/2023
23.1.36 396 9/15/2023
22.2.12 364 9/5/2023
22.2.11 364 8/28/2023
22.2.10 342 8/22/2023
22.2.9 384 8/14/2023
22.2.8 386 8/7/2023
22.2.7 327 8/2/2023
22.2.5 730 7/27/2023
22.1.39 390 7/18/2023
22.1.38 352 7/11/2023
22.1.37 427 7/3/2023
22.1.36 397 6/28/2023
22.1.34 565 6/21/2023
21.2.10 429 6/13/2023
21.2.9 438 6/6/2023
21.2.8 1,019 5/30/2023
21.2.6 420 5/22/2023
21.2.5 445 5/15/2023
21.2.4 448 5/9/2023
21.2.3 482 5/3/2023
21.1.41 476 4/19/2023
21.1.39 514 4/10/2023
21.1.38 453 4/3/2023
21.1.37 503 3/29/2023
21.1.35 538 3/23/2023
20.4.0.54 510 3/13/2023
20.4.0.53 537 3/7/2023
20.4.0.52 535 2/28/2023
20.4.0.51 547 2/21/2023
20.4.0.50 534 2/14/2023
20.4.0.49 568 2/7/2023
20.4.0.48 608 2/1/2023
20.4.0.44 610 1/18/2023
20.4.0.43 621 1/10/2023
20.4.0.42 602 1/4/2023
20.4.0.41 585 12/29/2022
20.4.0.40 603 12/28/2022
20.4.0.38 672 12/21/2022
20.3.0.61 577 12/12/2022
20.3.0.60 608 12/6/2022
20.3.0.59 625 11/29/2022
20.3.0.58 672 11/22/2022
20.3.0.57 636 11/15/2022
20.3.0.56 1,905 11/8/2022
20.3.0.52 705 10/27/2022
20.3.0.50 731 10/18/2022
20.3.0.49 749 10/11/2022
20.3.0.48 683 10/5/2022
20.3.0.47 986 9/29/2022
20.2.0.50 831 9/20/2022
20.2.0.49 758 9/13/2022
20.2.0.48 745 9/6/2022
20.2.0.46 787 8/30/2022
20.2.0.45 771 8/23/2022
20.2.0.44 749 8/16/2022
20.2.0.43 882 8/8/2022
20.2.0.40 731 7/26/2022
20.2.0.39 792 7/19/2022
20.2.0.38 800 7/12/2022
20.2.0.36 840 6/30/2022
20.1.0.61 742 6/20/2022
20.1.0.60 788 6/14/2022
20.1.0.59 752 6/6/2022
20.1.0.58 749 5/31/2022
20.1.0.57 792 5/23/2022
20.1.0.56 791 5/17/2022
20.1.0.55 939 5/12/2022
20.1.0.52 734 5/3/2022
20.1.0.51 780 4/26/2022
20.1.0.50 792 4/19/2022
20.1.0.48 813 4/12/2022
20.1.0.47 859 4/4/2022
19.4.0.56 1,082 3/14/2022
19.4.0.55 1,172 3/8/2022
19.4.0.54 777 2/28/2022
19.4.0.53 767 2/22/2022
19.4.0.52 805 2/15/2022
19.4.0.50 811 2/8/2022
19.4.0.48 851 1/31/2022
19.4.0.47 818 1/25/2022
19.4.0.43 834 1/18/2022
19.4.0.42 851 1/11/2022
19.4.0.41 627 1/4/2022
19.4.0.40 921 12/28/2021
19.4.0.38 770 12/17/2021
19.3.0.59 658 12/14/2021
19.3.0.57 1,422 12/7/2021
19.3.0.56 1,239 11/29/2021
19.3.0.55 674 11/23/2021
19.3.0.54 705 11/17/2021
19.3.0.53 768 11/12/2021
19.3.0.48 746 11/3/2021
19.3.0.47 730 10/26/2021
19.3.0.46 712 10/19/2021
19.3.0.45 5,422 10/12/2021
19.3.0.44 712 10/5/2021
19.3.0.43 763 9/30/2021
19.2.0.62 760 9/13/2021
19.2.0.60 763 9/7/2021
19.2.0.59 713 8/30/2021
19.2.0.57 756 8/24/2021
19.2.0.56 750 8/17/2021
19.2.0.55 766 8/11/2021
19.2.0.51 790 8/2/2021
19.2.0.49 755 7/26/2021
19.2.0.48 760 7/19/2021
19.2.0.47 815 7/13/2021
19.2.0.46 790 7/6/2021
19.2.0.44 846 6/30/2021
19.1.0.69 876 6/14/2021
19.1.0.67 868 6/7/2021
19.1.0.66 842 5/31/2021
19.1.0.65 774 5/24/2021
19.1.0.64 761 5/19/2021
19.1.0.63 5,422 5/13/2021
19.1.0.59 741 5/3/2021
19.1.0.58 791 4/26/2021
19.1.0.57 811 4/20/2021
19.1.0.56 773 4/13/2021
19.1.0.55 766 4/6/2021
19.1.0.54 856 3/30/2021
18.4.0.49 809 3/22/2021
18.4.0.48 766 3/16/2021
18.4.0.47 776 3/9/2021
18.4.0.46 744 3/2/2021
18.4.0.44 795 2/23/2021
18.4.0.43 778 2/15/2021
18.4.0.42 794 2/9/2021
18.4.0.41 852 2/2/2021
18.4.0.39 815 1/28/2021
18.4.0.35 831 1/19/2021
18.4.0.34 797 1/12/2021
18.4.0.33 8,291 1/4/2021
18.4.0.32 848 12/30/2020
18.4.0.31 814 12/22/2020
18.4.0.30 1,015 12/17/2020
18.3.0.53 869 12/8/2020
18.3.0.52 861 11/30/2020
18.3.0.51 877 11/23/2020
18.3.0.50 877 11/17/2020
18.3.0.48 837 11/10/2020
18.3.0.47 897 11/5/2020
18.3.0.44 876 10/27/2020
18.3.0.42 925 10/20/2020
18.3.0.40 913 10/12/2020
18.3.0.38 922 10/7/2020
18.3.0.35 968 10/1/2020
18.2.0.59 831 9/22/2020
18.2.0.58 947 9/15/2020
18.2.0.57 859 9/8/2020
18.2.0.56 874 9/1/2020
18.2.0.55 921 8/25/2020
18.2.0.54 903 8/18/2020
18.2.0.48 858 8/4/2020
18.2.0.47 978 7/28/2020
18.2.0.46 881 7/21/2020
18.2.0.45 928 7/14/2020
18.2.0.44 1,954 7/6/2020
18.1.0.59 880 6/23/2020
18.1.0.57 915 6/16/2020
18.1.0.56 894 6/9/2020
18.1.0.55 1,727 6/2/2020
18.1.0.54 950 5/27/2020
18.1.0.53 947 5/19/2020
18.1.0.52 1,024 5/13/2020
18.1.0.48 909 5/5/2020
18.1.0.46 926 4/28/2020
18.1.0.45 918 4/21/2020
18.1.0.44 945 4/14/2020
18.1.0.43 957 4/7/2020
18.1.0.42 993 4/1/2020
18.1.0.36-beta 710 3/19/2020
17.4.0.55 1,011 3/10/2020
17.4.0.53 981 3/3/2020
17.4.0.51 991 2/25/2020
17.4.0.50 976 2/18/2020
17.4.0.49 920 2/11/2020
17.4.0.47 942 2/5/2020
17.4.0.46 973 1/30/2020
17.4.0.44 972 1/21/2020
17.4.0.43 959 1/14/2020
17.4.0.41 933 1/7/2020
17.4.0.40 1,035 12/24/2019
17.4.0.39 1,029 12/17/2019
17.3.0.34 952 12/10/2019
17.3.0.33 955 12/4/2019
17.3.0.30 951 12/3/2019
17.3.0.29 1,019 11/26/2019
17.3.0.28 981 11/19/2019
17.3.0.27 954 11/12/2019
17.3.0.26 1,022 11/5/2019
17.3.0.21 993 10/29/2019
17.3.0.19 963 10/22/2019
17.3.0.17 974 10/15/2019
17.3.0.14 971 10/3/2019
17.3.0.9-beta 717 9/20/2019
17.2.0.51 1,038 9/10/2019
17.2.0.49 1,031 9/3/2019
17.2.0.47 1,062 8/27/2019
17.2.0.46 1,054 8/22/2019
17.2.0.41 1,036 8/13/2019
17.2.0.40 1,068 8/6/2019
17.2.0.39 1,002 7/30/2019
17.2.0.36 1,057 7/23/2019
17.2.0.35 1,050 7/17/2019
17.2.0.34 1,101 7/11/2019
17.2.0.28-beta 966 6/27/2019
17.1.0.53 1,076 6/25/2019
17.1.0.52 1,081 6/18/2019
17.1.0.51 1,058 6/11/2019
17.1.0.50 1,053 6/4/2019
17.1.0.49 1,162 5/28/2019
17.1.0.48 1,053 5/21/2019
17.1.0.47 1,109 5/14/2019
17.1.0.44 1,045 5/7/2019
17.1.0.43 1,031 4/30/2019
17.1.0.42 1,119 4/23/2019
17.1.0.41 1,117 4/16/2019
17.1.0.40 1,073 4/9/2019
17.1.0.38 1,156 3/29/2019
17.1.0.32-beta 789 3/13/2019
16.4.0.54 1,184 2/19/2019
16.4.0.53 1,135 2/14/2019
16.4.0.52 1,178 2/5/2019
16.4.0.48 1,115 1/22/2019
16.4.0.47 1,171 1/16/2019
16.4.0.46 1,115 1/8/2019
16.4.0.44 1,103 12/24/2018
16.4.0.42 1,163 12/17/2018
16.4.0.40-beta 875 12/10/2018
16.3.0.36 1,201 11/27/2018
16.3.0.35-beta 902 11/23/2018
16.3.0.29 1,283 10/30/2018
16.3.0.21 1,745 9/21/2018