Syncfusion.ExcelChartToImageConverter.AspNet.Mvc4 25.1.40

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Syncfusion.ExcelChartToImageConverter.AspNet.Mvc4 --version 25.1.40
NuGet\Install-Package Syncfusion.ExcelChartToImageConverter.AspNet.Mvc4 -Version 25.1.40
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="25.1.40" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.ExcelChartToImageConverter.AspNet.Mvc4 --version 25.1.40
#r "nuget: Syncfusion.ExcelChartToImageConverter.AspNet.Mvc4, 25.1.40"
#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.
// Install Syncfusion.ExcelChartToImageConverter.AspNet.Mvc4 as a Cake Addin
#addin nuget:?package=Syncfusion.ExcelChartToImageConverter.AspNet.Mvc4&version=25.1.40

// Install Syncfusion.ExcelChartToImageConverter.AspNet.Mvc4 as a Cake Tool
#tool nuget:?package=Syncfusion.ExcelChartToImageConverter.AspNet.Mvc4&version=25.1.40

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
25.1.40 72 4/15/2024
25.1.39 58 4/8/2024
25.1.38 91 4/1/2024
25.1.37 83 3/26/2024
25.1.35 119 3/15/2024
24.2.9 180 3/4/2024
24.2.8 133 2/26/2024
24.2.7 223 2/19/2024
24.2.6 205 2/14/2024
24.2.5 219 2/12/2024
24.2.4 247 2/5/2024
24.2.3 242 1/31/2024
24.1.47 260 1/22/2024
24.1.46 283 1/16/2024
24.1.45 337 1/8/2024
24.1.44 317 1/2/2024
24.1.43 345 12/27/2023
24.1.41 408 12/18/2023
23.2.7 477 12/6/2023
23.2.6 437 11/28/2023
23.2.5 425 11/23/2023
23.2.4 422 11/20/2023
23.1.44 478 11/6/2023
23.1.43 491 10/30/2023
23.1.42 457 10/23/2023
23.1.41 481 10/16/2023
23.1.40 499 10/10/2023
23.1.39 530 10/4/2023
23.1.38 546 9/26/2023
23.1.36 495 9/15/2023
22.2.12 571 9/5/2023
22.2.11 608 8/28/2023
22.2.10 569 8/22/2023
22.2.9 597 8/14/2023
22.2.8 653 8/7/2023
22.2.7 636 8/2/2023
22.2.5 645 7/27/2023
22.1.39 664 7/18/2023
22.1.38 684 7/11/2023
22.1.37 654 7/3/2023
22.1.36 654 6/28/2023
22.1.34 676 6/21/2023
21.2.10 684 6/13/2023
21.2.9 658 6/6/2023
21.2.8 655 5/30/2023
21.2.6 669 5/22/2023
21.2.5 702 5/15/2023
21.2.4 683 5/9/2023
21.2.3 659 5/3/2023
21.1.41 711 4/19/2023
21.1.39 759 4/10/2023
21.1.38 762 4/3/2023
21.1.37 771 3/29/2023
21.1.35 773 3/23/2023
20.4.0.54 709 3/13/2023
20.4.0.53 747 3/7/2023
20.4.0.52 744 2/28/2023
20.4.0.51 798 2/21/2023
20.4.0.50 783 2/14/2023
20.4.0.49 830 2/7/2023
20.4.0.48 844 2/1/2023
20.4.0.44 827 1/18/2023
20.4.0.43 793 1/10/2023
20.4.0.42 873 1/4/2023
20.4.0.41 779 12/29/2022
20.4.0.40 797 12/28/2022
20.4.0.38 838 12/21/2022
20.3.0.61 831 12/12/2022
20.3.0.60 818 12/6/2022
20.3.0.59 816 11/29/2022
20.3.0.58 845 11/22/2022
20.3.0.57 831 11/15/2022
20.3.0.56 884 11/8/2022
20.3.0.52 939 10/27/2022
20.3.0.50 898 10/18/2022
20.3.0.49 973 10/11/2022
20.3.0.48 969 10/5/2022
20.3.0.47 970 9/29/2022
20.2.0.50 983 9/20/2022
20.2.0.49 975 9/13/2022
20.2.0.48 1,019 9/6/2022
20.2.0.46 1,012 8/30/2022
20.2.0.45 975 8/23/2022
20.2.0.44 972 8/16/2022
20.2.0.43 967 8/8/2022
20.2.0.40 934 7/26/2022
20.2.0.39 951 7/19/2022
20.2.0.38 1,009 7/12/2022
20.2.0.36 986 6/30/2022
20.1.0.61 999 6/20/2022
20.1.0.60 959 6/14/2022
20.1.0.59 1,009 6/6/2022
20.1.0.58 1,003 5/31/2022
20.1.0.57 986 5/23/2022
20.1.0.56 1,001 5/17/2022
20.1.0.55 996 5/12/2022
20.1.0.52 962 5/3/2022
20.1.0.51 1,054 4/26/2022
20.1.0.50 1,006 4/19/2022
20.1.0.48 987 4/12/2022
20.1.0.47 1,006 4/4/2022
19.4.0.56 1,002 3/14/2022
19.4.0.55 1,358 3/8/2022
19.4.0.54 999 2/28/2022
19.4.0.53 1,019 2/22/2022
19.4.0.52 1,014 2/15/2022
19.4.0.50 1,019 2/8/2022
19.4.0.48 987 1/31/2022
19.4.0.47 988 1/25/2022
19.4.0.43 980 1/18/2022
19.4.0.42 991 1/11/2022
19.4.0.41 806 1/4/2022
19.4.0.40 892 12/28/2021
19.4.0.38 835 12/17/2021
19.3.0.59 861 12/14/2021
19.3.0.57 871 12/7/2021
19.3.0.56 1,539 11/29/2021
19.3.0.55 869 11/23/2021
19.3.0.54 874 11/17/2021
19.3.0.53 926 11/12/2021
19.3.0.48 897 11/3/2021
19.3.0.47 965 10/26/2021
19.3.0.46 959 10/19/2021
19.3.0.45 965 10/12/2021
19.3.0.44 1,001 10/5/2021
19.3.0.43 949 9/30/2021
19.2.0.62 990 9/13/2021
19.2.0.60 951 9/7/2021
19.2.0.59 987 8/30/2021
19.2.0.57 972 8/24/2021
19.2.0.56 937 8/17/2021
19.2.0.55 983 8/11/2021
19.2.0.51 1,016 8/2/2021
19.2.0.49 1,004 7/26/2021
19.2.0.48 1,010 7/19/2021
19.2.0.47 1,017 7/13/2021
19.2.0.46 1,013 7/6/2021
19.2.0.44 1,082 6/30/2021
19.1.0.69 1,010 6/14/2021
19.1.0.67 1,008 6/7/2021
19.1.0.66 1,061 5/31/2021
19.1.0.65 995 5/24/2021
19.1.0.64 1,020 5/19/2021
19.1.0.63 1,050 5/13/2021
19.1.0.59 979 5/3/2021
19.1.0.58 1,001 4/26/2021
19.1.0.57 1,018 4/20/2021
19.1.0.56 1,005 4/13/2021
19.1.0.55 1,010 4/6/2021
19.1.0.54 1,028 3/30/2021
18.4.0.49 1,014 3/22/2021
18.4.0.48 1,006 3/16/2021
18.4.0.47 1,010 3/9/2021
18.4.0.46 991 3/2/2021
18.4.0.44 1,016 2/23/2021
18.4.0.43 1,023 2/15/2021
18.4.0.42 1,001 2/9/2021
18.4.0.41 993 2/2/2021
18.4.0.39 1,071 1/28/2021
18.4.0.35 1,002 1/19/2021
18.4.0.34 962 1/12/2021
18.4.0.33 1,002 1/4/2021
18.4.0.32 1,037 12/30/2020
18.4.0.31 1,055 12/22/2020
18.4.0.30 1,052 12/17/2020
18.3.0.53 1,080 12/8/2020
18.3.0.52 1,098 11/30/2020
18.3.0.51 1,072 11/23/2020
18.3.0.50 1,078 11/17/2020
18.3.0.48 1,051 11/10/2020
18.3.0.47 1,096 11/5/2020
18.3.0.44 1,110 10/27/2020
18.3.0.42 1,163 10/20/2020
18.3.0.40 1,131 10/12/2020
18.3.0.38 1,189 10/7/2020
18.3.0.35 1,102 10/1/2020
18.2.0.59 1,136 9/22/2020
18.2.0.58 1,158 9/15/2020
18.2.0.57 1,065 9/8/2020
18.2.0.56 1,109 9/1/2020
18.2.0.55 1,136 8/25/2020
18.2.0.54 1,073 8/18/2020
18.2.0.48 1,130 8/4/2020
18.2.0.47 1,156 7/28/2020
18.2.0.46 1,154 7/21/2020
18.2.0.45 1,158 7/14/2020
18.2.0.44 1,181 7/6/2020
18.1.0.59 1,198 6/23/2020
18.1.0.57 1,147 6/16/2020
18.1.0.56 1,126 6/9/2020
18.1.0.55 1,143 6/2/2020
18.1.0.54 1,163 5/27/2020
18.1.0.53 1,208 5/19/2020
18.1.0.52 1,182 5/13/2020
18.1.0.48 1,202 5/5/2020
18.1.0.46 1,141 4/28/2020
18.1.0.45 1,182 4/21/2020
18.1.0.44 1,174 4/14/2020
18.1.0.43 1,186 4/7/2020
18.1.0.42 1,172 4/1/2020
18.1.0.36-beta 966 3/19/2020
17.4.0.55 1,162 3/10/2020
17.4.0.53 1,187 3/3/2020
17.4.0.51 1,202 2/25/2020
17.4.0.50 1,182 2/18/2020
17.4.0.49 1,195 2/11/2020
17.4.0.47 1,220 2/5/2020
17.4.0.46 1,201 1/30/2020
17.4.0.44 1,173 1/21/2020
17.4.0.43 1,144 1/14/2020
17.4.0.41 1,244 1/7/2020
17.4.0.40 1,222 12/24/2019
17.4.0.39 1,201 12/17/2019
17.3.0.34 1,158 12/10/2019
17.3.0.33 1,184 12/4/2019
17.3.0.30 1,202 12/3/2019
17.3.0.29 1,204 11/26/2019
17.3.0.28 1,173 11/19/2019
17.3.0.27 1,273 11/12/2019
17.3.0.26 1,243 11/5/2019
17.3.0.21 1,235 10/29/2019
17.3.0.19 1,214 10/22/2019
17.3.0.17 1,259 10/15/2019
17.3.0.14 1,214 10/3/2019
17.3.0.9-beta 1,032 9/20/2019
17.2.0.51 1,209 9/10/2019
17.2.0.49 1,223 9/3/2019
17.2.0.47 1,243 8/27/2019
17.2.0.46 1,232 8/22/2019
17.2.0.41 1,179 8/13/2019
17.2.0.40 1,228 8/6/2019
17.2.0.39 1,295 7/30/2019
17.2.0.36 1,249 7/23/2019
17.2.0.35 1,245 7/17/2019
17.2.0.34 1,318 7/11/2019
17.2.0.28-beta 1,004 6/27/2019
17.1.0.53 1,269 6/25/2019
17.1.0.52 1,284 6/18/2019
17.1.0.51 1,228 6/11/2019
17.1.0.50 1,265 6/4/2019
17.1.0.49 1,223 5/28/2019
17.1.0.48 1,238 5/21/2019
17.1.0.47 1,317 5/14/2019
17.1.0.44 1,310 5/7/2019
17.1.0.43 1,304 4/30/2019
17.1.0.42 1,355 4/23/2019
17.1.0.41 1,294 4/16/2019
17.1.0.40 1,338 4/9/2019
17.1.0.38 1,340 3/29/2019
17.1.0.32-beta 1,032 3/13/2019
16.4.0.54 1,379 2/19/2019
16.4.0.53 1,285 2/14/2019
16.4.0.52 1,349 2/5/2019
16.4.0.48 1,369 1/22/2019
16.4.0.47 1,401 1/16/2019
16.4.0.46 1,407 1/8/2019
16.4.0.44 1,389 12/24/2018
16.4.0.42 1,344 12/17/2018
16.4.0.40-beta 1,123 12/10/2018
16.3.0.36 1,417 11/27/2018
16.3.0.35-beta 1,114 11/23/2018
16.3.0.29 1,469 10/30/2018
16.3.0.21 1,444 9/21/2018