Syncfusion.ExcelChartToImageConverter.AspNet.Mvc4 22.2.10

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.ExcelChartToImageConverter.AspNet.Mvc4 --version 22.2.10
                    
NuGet\Install-Package Syncfusion.ExcelChartToImageConverter.AspNet.Mvc4 -Version 22.2.10
                    
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.Mvc4" Version="22.2.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.ExcelChartToImageConverter.AspNet.Mvc4" Version="22.2.10" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.ExcelChartToImageConverter.AspNet.Mvc4" />
                    
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.Mvc4 --version 22.2.10
                    
#r "nuget: Syncfusion.ExcelChartToImageConverter.AspNet.Mvc4, 22.2.10"
                    
#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.Mvc4@22.2.10
                    
#: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.Mvc4&version=22.2.10
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.ExcelChartToImageConverter.AspNet.Mvc4&version=22.2.10
                    
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.Mvc4 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 net40 is compatible.  net403 was computed.  net45 was computed.  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
27.2.5 190 12/2/2024
27.2.4 137 11/26/2024
27.2.3 156 11/22/2024
27.2.2 154 11/15/2024
27.1.58 142 11/4/2024
27.1.57 144 10/28/2024
27.1.56 135 10/23/2024
27.1.55 142 10/21/2024
27.1.53 163 10/14/2024
27.1.52 144 10/7/2024
27.1.51 158 9/30/2024
27.1.50 157 9/23/2024
27.1.48 147 9/18/2024
26.2.14 150 9/9/2024
26.2.13 731 9/5/2024
26.2.12 143 9/2/2024
26.2.11 166 8/27/2024
26.2.10 164 8/19/2024
26.2.9 184 8/12/2024
26.2.8 135 8/5/2024
26.2.7 153 7/29/2024
26.2.5 144 7/26/2024
26.2.4 124 7/24/2024
26.1.42 151 7/15/2024
26.1.41 156 7/8/2024
26.1.40 163 7/1/2024
26.1.39 155 6/24/2024
26.1.38 153 6/18/2024
26.1.35 150 6/11/2024
25.2.7 160 6/3/2024
25.2.6 143 5/28/2024
25.2.5 156 5/21/2024
25.2.4 134 5/14/2024
25.2.3 156 5/8/2024
25.1.42 173 4/29/2024
25.1.41 172 4/23/2024
25.1.40 170 4/15/2024
25.1.39 173 4/8/2024
25.1.38 196 4/1/2024
25.1.37 180 3/26/2024
25.1.35 233 3/15/2024
24.2.9 295 3/4/2024
24.2.8 234 2/26/2024
24.2.7 326 2/19/2024
24.2.6 303 2/14/2024
24.2.5 325 2/12/2024
24.2.4 329 2/5/2024
24.2.3 344 1/31/2024
24.1.47 356 1/22/2024
24.1.46 383 1/16/2024
24.1.45 454 1/8/2024
24.1.44 400 1/2/2024
24.1.43 432 12/27/2023
24.1.41 504 12/18/2023
23.2.7 572 12/6/2023
23.2.6 533 11/28/2023
23.2.5 542 11/23/2023
23.2.4 538 11/20/2023
23.1.44 590 11/6/2023
23.1.43 586 10/30/2023
23.1.42 557 10/23/2023
23.1.41 582 10/16/2023
23.1.40 590 10/10/2023
23.1.39 621 10/4/2023
23.1.38 668 9/26/2023
23.1.36 610 9/15/2023
22.2.12 683 9/5/2023
22.2.11 732 8/28/2023
22.2.10 701 8/22/2023
22.2.9 716 8/14/2023
22.2.8 775 8/7/2023
22.2.7 770 8/2/2023
22.2.5 754 7/27/2023
22.1.39 791 7/18/2023
22.1.38 822 7/11/2023
22.1.37 788 7/3/2023
22.1.36 769 6/28/2023
22.1.34 802 6/21/2023
21.2.10 819 6/13/2023
21.2.9 785 6/6/2023
21.2.8 781 5/30/2023
21.2.6 784 5/22/2023
21.2.5 832 5/15/2023
21.2.4 813 5/9/2023
21.2.3 807 5/3/2023
21.1.41 840 4/19/2023
21.1.39 899 4/10/2023
21.1.38 889 4/3/2023
21.1.37 903 3/29/2023
21.1.35 912 3/23/2023
20.4.0.54 819 3/13/2023
20.4.0.53 889 3/7/2023
20.4.0.52 857 2/28/2023
20.4.0.51 907 2/21/2023
20.4.0.50 938 2/14/2023
20.4.0.49 971 2/7/2023
20.4.0.48 975 2/1/2023
20.4.0.44 978 1/18/2023
20.4.0.43 914 1/10/2023
20.4.0.42 1,011 1/4/2023
20.4.0.41 909 12/29/2022
20.4.0.40 948 12/28/2022
20.4.0.38 967 12/21/2022
20.3.0.61 971 12/12/2022
20.3.0.60 931 12/6/2022
20.3.0.59 959 11/29/2022
20.3.0.58 981 11/22/2022
20.3.0.57 968 11/15/2022
20.3.0.56 1,009 11/8/2022
20.3.0.52 1,073 10/27/2022
20.3.0.50 1,033 10/18/2022
20.3.0.49 1,105 10/11/2022
20.3.0.48 1,109 10/5/2022
20.3.0.47 1,114 9/29/2022
20.2.0.50 1,133 9/20/2022
20.2.0.49 1,124 9/13/2022
20.2.0.48 1,160 9/6/2022
20.2.0.46 1,159 8/30/2022
20.2.0.45 1,083 8/23/2022
20.2.0.44 1,120 8/16/2022
20.2.0.43 1,093 8/8/2022
20.2.0.40 1,099 7/26/2022
20.2.0.39 1,089 7/19/2022
20.2.0.38 1,152 7/12/2022
20.2.0.36 1,140 6/30/2022
20.1.0.61 1,152 6/20/2022
20.1.0.60 1,109 6/14/2022
20.1.0.59 1,134 6/6/2022
20.1.0.58 1,171 5/31/2022
20.1.0.57 1,137 5/23/2022
20.1.0.56 1,133 5/17/2022
20.1.0.55 1,148 5/12/2022
20.1.0.52 1,115 5/3/2022
20.1.0.51 1,199 4/26/2022
20.1.0.50 1,154 4/19/2022
20.1.0.48 1,156 4/12/2022
20.1.0.47 1,146 4/4/2022
19.4.0.56 1,159 3/14/2022
19.4.0.55 1,550 3/8/2022
19.4.0.54 1,150 2/28/2022
19.4.0.53 1,172 2/22/2022
19.4.0.52 1,166 2/15/2022
19.4.0.50 1,178 2/8/2022
19.4.0.48 1,166 1/31/2022
19.4.0.47 1,140 1/25/2022
19.4.0.43 1,134 1/18/2022
19.4.0.42 1,122 1/11/2022
19.4.0.41 976 1/4/2022
19.4.0.40 1,031 12/28/2021
19.4.0.38 993 12/17/2021
19.3.0.59 1,007 12/14/2021
19.3.0.57 1,042 12/7/2021
19.3.0.56 1,704 11/29/2021
19.3.0.55 1,025 11/23/2021
19.3.0.54 1,027 11/17/2021
19.3.0.53 1,085 11/12/2021
19.3.0.48 1,060 11/3/2021
19.3.0.47 1,118 10/26/2021
19.3.0.46 1,126 10/19/2021
19.3.0.45 1,118 10/12/2021
19.3.0.44 1,163 10/5/2021
19.3.0.43 1,119 9/30/2021
19.2.0.62 1,147 9/13/2021
19.2.0.60 1,128 9/7/2021
19.2.0.59 1,145 8/30/2021
19.2.0.57 1,155 8/24/2021
19.2.0.56 1,101 8/17/2021
19.2.0.55 1,162 8/11/2021
19.2.0.51 1,182 8/2/2021
19.2.0.49 1,150 7/26/2021
19.2.0.48 1,166 7/19/2021
19.2.0.47 1,185 7/13/2021
19.2.0.46 1,178 7/6/2021
19.2.0.44 1,219 6/30/2021
19.1.0.69 1,176 6/14/2021
19.1.0.67 1,186 6/7/2021
19.1.0.66 1,209 5/31/2021
19.1.0.65 1,156 5/24/2021
19.1.0.64 1,194 5/19/2021
19.1.0.63 1,207 5/13/2021
19.1.0.59 1,145 5/3/2021
19.1.0.58 1,172 4/26/2021
19.1.0.57 1,176 4/20/2021
19.1.0.56 1,177 4/13/2021
19.1.0.55 1,178 4/6/2021
19.1.0.54 1,209 3/30/2021
18.4.0.49 1,183 3/22/2021
18.4.0.48 1,174 3/16/2021
18.4.0.47 1,169 3/9/2021
18.4.0.46 1,171 3/2/2021
18.4.0.44 1,191 2/23/2021
18.4.0.43 1,184 2/15/2021
18.4.0.42 1,160 2/9/2021
18.4.0.41 1,142 2/2/2021
18.4.0.39 1,242 1/28/2021
18.4.0.35 1,171 1/19/2021
18.4.0.34 1,138 1/12/2021
18.4.0.33 1,184 1/4/2021
18.4.0.32 1,206 12/30/2020
18.4.0.31 1,212 12/22/2020
18.4.0.30 1,223 12/17/2020
18.3.0.53 1,240 12/8/2020
18.3.0.52 1,260 11/30/2020
18.3.0.51 1,247 11/23/2020
18.3.0.50 1,244 11/17/2020
18.3.0.48 1,220 11/10/2020
18.3.0.47 1,264 11/5/2020
18.3.0.44 1,291 10/27/2020
18.3.0.42 1,350 10/20/2020
18.3.0.40 1,304 10/12/2020
18.3.0.38 1,347 10/7/2020
18.3.0.35 1,270 10/1/2020
18.2.0.59 1,315 9/22/2020
18.2.0.58 1,319 9/15/2020
18.2.0.57 1,237 9/8/2020
18.2.0.56 1,271 9/1/2020
18.2.0.55 1,321 8/25/2020
18.2.0.54 1,258 8/18/2020
18.2.0.48 1,294 8/4/2020
18.2.0.47 1,341 7/28/2020
18.2.0.46 1,319 7/21/2020
18.2.0.45 1,325 7/14/2020
18.2.0.44 1,358 7/6/2020
18.1.0.59 1,379 6/23/2020
18.1.0.57 1,318 6/16/2020
18.1.0.56 1,304 6/9/2020
18.1.0.55 1,301 6/2/2020
18.1.0.54 1,346 5/27/2020
18.1.0.53 1,375 5/19/2020
18.1.0.52 1,359 5/13/2020
18.1.0.48 1,363 5/5/2020
18.1.0.46 1,302 4/28/2020
18.1.0.45 1,365 4/21/2020
18.1.0.44 1,344 4/14/2020
18.1.0.43 1,362 4/7/2020
18.1.0.42 1,354 4/1/2020
18.1.0.36-beta 1,132 3/19/2020
17.4.0.55 1,339 3/10/2020
17.4.0.53 1,361 3/3/2020
17.4.0.51 1,379 2/25/2020
17.4.0.50 1,360 2/18/2020
17.4.0.49 1,357 2/11/2020
17.4.0.47 1,403 2/5/2020
17.4.0.46 1,387 1/30/2020
17.4.0.44 1,345 1/21/2020
17.4.0.43 1,312 1/14/2020
17.4.0.41 1,400 1/7/2020
17.4.0.40 1,395 12/24/2019
17.4.0.39 1,382 12/17/2019
17.3.0.34 1,338 12/10/2019
17.3.0.33 1,364 12/4/2019
17.3.0.30 1,396 12/3/2019
17.3.0.29 1,377 11/26/2019
17.3.0.28 1,342 11/19/2019
17.3.0.27 1,447 11/12/2019
17.3.0.26 1,426 11/5/2019
17.3.0.21 1,399 10/29/2019
17.3.0.19 1,399 10/22/2019
17.3.0.17 1,453 10/15/2019
17.3.0.14 1,397 10/3/2019
17.3.0.9-beta 1,207 9/20/2019
17.2.0.51 1,398 9/10/2019
17.2.0.49 1,395 9/3/2019
17.2.0.47 1,415 8/27/2019
17.2.0.46 1,432 8/22/2019
17.2.0.41 1,357 8/13/2019
17.2.0.40 1,409 8/6/2019
17.2.0.39 1,490 7/30/2019
17.2.0.36 1,444 7/23/2019
17.2.0.35 1,438 7/17/2019
17.2.0.34 1,489 7/11/2019
17.2.0.28-beta 1,183 6/27/2019
17.1.0.53 1,459 6/25/2019
17.1.0.52 1,458 6/18/2019
17.1.0.51 1,403 6/11/2019
17.1.0.50 1,446 6/4/2019
17.1.0.49 1,401 5/28/2019
17.1.0.48 1,431 5/21/2019
17.1.0.47 1,493 5/14/2019
17.1.0.44 1,501 5/7/2019
17.1.0.43 1,486 4/30/2019
17.1.0.42 1,529 4/23/2019
17.1.0.41 1,465 4/16/2019
17.1.0.40 1,510 4/9/2019
17.1.0.38 1,521 3/29/2019
17.1.0.32-beta 1,215 3/13/2019
16.4.0.54 1,570 2/19/2019
16.4.0.53 1,465 2/14/2019
16.4.0.52 1,547 2/5/2019
16.4.0.48 1,538 1/22/2019
16.4.0.47 1,588 1/16/2019
16.4.0.46 1,598 1/8/2019
16.4.0.44 1,558 12/24/2018
16.4.0.42 1,516 12/17/2018
16.4.0.40-beta 1,307 12/10/2018
16.3.0.36 1,623 11/27/2018
16.3.0.35-beta 1,296 11/23/2018
16.3.0.29 1,673 10/30/2018
16.3.0.21 1,655 9/21/2018