Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5 27.1.51

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 27.1.51                
NuGet\Install-Package Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5 -Version 27.1.51                
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="27.1.51" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5 --version 27.1.51                
#r "nuget: Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5, 27.1.51"                
#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.Mvc5 as a Cake Addin
#addin nuget:?package=Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5&version=27.1.51

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

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 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 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
27.1.53 71 10/14/2024
27.1.52 81 10/7/2024
27.1.51 82 9/30/2024
27.1.50 80 9/23/2024
27.1.48 97 9/18/2024
26.2.14 106 9/9/2024
26.2.13 91 9/5/2024
26.2.12 81 9/2/2024
26.2.11 99 8/27/2024
26.2.10 175 8/19/2024
26.2.9 126 8/12/2024
26.2.8 114 8/5/2024
26.2.7 56 7/29/2024
26.2.5 79 7/26/2024
26.2.4 93 7/24/2024
26.1.42 109 7/15/2024
26.1.41 102 7/8/2024
26.1.40 235 7/1/2024
26.1.39 122 6/24/2024
26.1.38 97 6/18/2024
26.1.35 116 6/11/2024
25.2.7 114 6/3/2024
25.2.6 94 5/28/2024
25.2.5 102 5/21/2024
25.2.4 92 5/14/2024
25.2.3 1,491 5/8/2024
25.1.42 104 4/29/2024
25.1.41 110 4/23/2024
25.1.40 107 4/15/2024
25.1.39 136 4/8/2024
25.1.38 219 4/1/2024
25.1.37 148 3/26/2024
25.1.35 234 3/15/2024
24.2.9 155 3/4/2024
24.2.8 111 2/26/2024
24.2.7 141 2/19/2024
24.2.6 117 2/14/2024
24.2.5 110 2/12/2024
24.2.4 130 2/5/2024
24.2.3 139 1/31/2024
24.1.47 131 1/22/2024
24.1.46 137 1/16/2024
24.1.45 154 1/8/2024
24.1.44 146 1/2/2024
24.1.43 138 12/27/2023
24.1.41 202 12/18/2023
23.2.7 214 12/6/2023
23.2.6 204 11/28/2023
23.2.5 195 11/23/2023
23.2.4 177 11/20/2023
23.1.44 175 11/6/2023
23.1.43 183 10/30/2023
23.1.42 178 10/23/2023
23.1.41 176 10/16/2023
23.1.40 190 10/10/2023
23.1.39 343 10/4/2023
23.1.38 1,787 9/26/2023
23.1.36 291 9/15/2023
22.2.12 243 9/5/2023
22.2.11 260 8/28/2023
22.2.10 225 8/22/2023
22.2.9 256 8/14/2023
22.2.8 253 8/7/2023
22.2.7 219 8/2/2023
22.2.5 607 7/27/2023
22.1.39 266 7/18/2023
22.1.38 235 7/11/2023
22.1.37 297 7/3/2023
22.1.36 271 6/28/2023
22.1.34 440 6/21/2023
21.2.10 285 6/13/2023
21.2.9 289 6/6/2023
21.2.8 514 5/30/2023
21.2.6 264 5/22/2023
21.2.5 309 5/15/2023
21.2.4 297 5/9/2023
21.2.3 332 5/3/2023
21.1.41 331 4/19/2023
21.1.39 356 4/10/2023
21.1.38 333 4/3/2023
21.1.37 346 3/29/2023
21.1.35 385 3/23/2023
20.4.0.54 364 3/13/2023
20.4.0.53 388 3/7/2023
20.4.0.52 376 2/28/2023
20.4.0.51 395 2/21/2023
20.4.0.50 388 2/14/2023
20.4.0.49 414 2/7/2023
20.4.0.48 455 2/1/2023
20.4.0.44 457 1/18/2023
20.4.0.43 465 1/10/2023
20.4.0.42 439 1/4/2023
20.4.0.41 421 12/29/2022
20.4.0.40 449 12/28/2022
20.4.0.38 505 12/21/2022
20.3.0.61 415 12/12/2022
20.3.0.60 451 12/6/2022
20.3.0.59 479 11/29/2022
20.3.0.58 510 11/22/2022
20.3.0.57 485 11/15/2022
20.3.0.56 1,742 11/8/2022
20.3.0.52 545 10/27/2022
20.3.0.50 546 10/18/2022
20.3.0.49 594 10/11/2022
20.3.0.48 512 10/5/2022
20.3.0.47 697 9/29/2022
20.2.0.50 666 9/20/2022
20.2.0.49 589 9/13/2022
20.2.0.48 604 9/6/2022
20.2.0.46 609 8/30/2022
20.2.0.45 598 8/23/2022
20.2.0.44 591 8/16/2022
20.2.0.43 701 8/8/2022
20.2.0.40 561 7/26/2022
20.2.0.39 616 7/19/2022
20.2.0.38 623 7/12/2022
20.2.0.36 670 6/30/2022
20.1.0.61 570 6/20/2022
20.1.0.60 609 6/14/2022
20.1.0.59 583 6/6/2022
20.1.0.58 587 5/31/2022
20.1.0.57 599 5/23/2022
20.1.0.56 604 5/17/2022
20.1.0.55 779 5/12/2022
20.1.0.52 583 5/3/2022
20.1.0.51 600 4/26/2022
20.1.0.50 617 4/19/2022
20.1.0.48 626 4/12/2022
20.1.0.47 689 4/4/2022
19.4.0.56 906 3/14/2022
19.4.0.55 1,008 3/8/2022
19.4.0.54 584 2/28/2022
19.4.0.53 583 2/22/2022
19.4.0.52 617 2/15/2022
19.4.0.50 622 2/8/2022
19.4.0.48 663 1/31/2022
19.4.0.47 628 1/25/2022
19.4.0.43 642 1/18/2022
19.4.0.42 636 1/11/2022
19.4.0.41 442 1/4/2022
19.4.0.40 651 12/28/2021
19.4.0.38 583 12/17/2021
19.3.0.59 474 12/14/2021
19.3.0.57 1,220 12/7/2021
19.3.0.56 1,071 11/29/2021
19.3.0.55 472 11/23/2021
19.3.0.54 511 11/17/2021
19.3.0.53 575 11/12/2021
19.3.0.48 554 11/3/2021
19.3.0.47 539 10/26/2021
19.3.0.46 525 10/19/2021
19.3.0.45 3,907 10/12/2021
19.3.0.44 539 10/5/2021
19.3.0.43 574 9/30/2021
19.2.0.62 590 9/13/2021
19.2.0.60 568 9/7/2021
19.2.0.59 545 8/30/2021
19.2.0.57 566 8/24/2021
19.2.0.56 582 8/17/2021
19.2.0.55 584 8/11/2021
19.2.0.51 595 8/2/2021
19.2.0.49 575 7/26/2021
19.2.0.48 566 7/19/2021
19.2.0.47 627 7/13/2021
19.2.0.46 596 7/6/2021
19.2.0.44 678 6/30/2021
19.1.0.69 679 6/14/2021
19.1.0.67 682 6/7/2021
19.1.0.66 657 5/31/2021
19.1.0.65 597 5/24/2021
19.1.0.64 569 5/19/2021
19.1.0.63 3,769 5/13/2021
19.1.0.59 559 5/3/2021
19.1.0.58 589 4/26/2021
19.1.0.57 614 4/20/2021
19.1.0.56 578 4/13/2021
19.1.0.55 575 4/6/2021
19.1.0.54 643 3/30/2021
18.4.0.49 613 3/22/2021
18.4.0.48 544 3/16/2021
18.4.0.47 562 3/9/2021
18.4.0.46 543 3/2/2021
18.4.0.44 597 2/23/2021
18.4.0.43 566 2/15/2021
18.4.0.42 587 2/9/2021
18.4.0.41 639 2/2/2021
18.4.0.39 611 1/28/2021
18.4.0.35 635 1/19/2021
18.4.0.34 585 1/12/2021
18.4.0.33 6,108 1/4/2021
18.4.0.32 636 12/30/2020
18.4.0.31 603 12/22/2020
18.4.0.30 801 12/17/2020
18.3.0.53 656 12/8/2020
18.3.0.52 645 11/30/2020
18.3.0.51 667 11/23/2020
18.3.0.50 664 11/17/2020
18.3.0.48 622 11/10/2020
18.3.0.47 686 11/5/2020
18.3.0.44 670 10/27/2020
18.3.0.42 715 10/20/2020
18.3.0.40 712 10/12/2020
18.3.0.38 700 10/7/2020
18.3.0.35 757 10/1/2020
18.2.0.59 625 9/22/2020
18.2.0.58 732 9/15/2020
18.2.0.57 646 9/8/2020
18.2.0.56 658 9/1/2020
18.2.0.55 715 8/25/2020
18.2.0.54 682 8/18/2020
18.2.0.48 661 8/4/2020
18.2.0.47 757 7/28/2020
18.2.0.46 681 7/21/2020
18.2.0.45 716 7/14/2020
18.2.0.44 1,728 7/6/2020
18.1.0.59 668 6/23/2020
18.1.0.57 699 6/16/2020
18.1.0.56 681 6/9/2020
18.1.0.55 1,507 6/2/2020
18.1.0.54 726 5/27/2020
18.1.0.53 724 5/19/2020
18.1.0.52 810 5/13/2020
18.1.0.48 717 5/5/2020
18.1.0.46 723 4/28/2020
18.1.0.45 718 4/21/2020
18.1.0.44 721 4/14/2020
18.1.0.43 754 4/7/2020
18.1.0.42 780 4/1/2020
18.1.0.36-beta 486 3/19/2020
17.4.0.55 805 3/10/2020
17.4.0.53 765 3/3/2020
17.4.0.51 766 2/25/2020
17.4.0.50 755 2/18/2020
17.4.0.49 701 2/11/2020
17.4.0.47 722 2/5/2020
17.4.0.46 770 1/30/2020
17.4.0.44 744 1/21/2020
17.4.0.43 755 1/14/2020
17.4.0.41 717 1/7/2020
17.4.0.40 807 12/24/2019
17.4.0.39 823 12/17/2019
17.3.0.34 742 12/10/2019
17.3.0.33 734 12/4/2019
17.3.0.30 737 12/3/2019
17.3.0.29 806 11/26/2019
17.3.0.28 764 11/19/2019
17.3.0.27 754 11/12/2019
17.3.0.26 790 11/5/2019
17.3.0.21 778 10/29/2019
17.3.0.19 744 10/22/2019
17.3.0.17 749 10/15/2019
17.3.0.14 752 10/3/2019
17.3.0.9-beta 497 9/20/2019
17.2.0.51 818 9/10/2019
17.2.0.49 804 9/3/2019
17.2.0.47 832 8/27/2019
17.2.0.46 832 8/22/2019
17.2.0.41 817 8/13/2019
17.2.0.40 845 8/6/2019
17.2.0.39 797 7/30/2019
17.2.0.36 834 7/23/2019
17.2.0.35 836 7/17/2019
17.2.0.34 883 7/11/2019
17.2.0.28-beta 758 6/27/2019
17.1.0.53 862 6/25/2019
17.1.0.52 863 6/18/2019
17.1.0.51 838 6/11/2019
17.1.0.50 849 6/4/2019
17.1.0.49 953 5/28/2019
17.1.0.48 831 5/21/2019
17.1.0.47 890 5/14/2019
17.1.0.44 823 5/7/2019
17.1.0.43 810 4/30/2019
17.1.0.42 894 4/23/2019
17.1.0.41 893 4/16/2019
17.1.0.40 858 4/9/2019
17.1.0.38 931 3/29/2019
17.1.0.32-beta 568 3/13/2019
16.4.0.54 962 2/19/2019
16.4.0.53 909 2/14/2019
16.4.0.52 953 2/5/2019
16.4.0.48 887 1/22/2019
16.4.0.47 961 1/16/2019
16.4.0.46 913 1/8/2019
16.4.0.44 869 12/24/2018
16.4.0.42 931 12/17/2018
16.4.0.40-beta 656 12/10/2018
16.3.0.36 967 11/27/2018
16.3.0.35-beta 681 11/23/2018
16.3.0.29 1,039 10/30/2018
16.3.0.21 1,484 9/21/2018