Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5 21.2.6

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

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

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 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 (Preview), Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI (Preview), 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
25.1.40 5 4/15/2024
25.1.39 38 4/8/2024
25.1.38 105 4/1/2024
25.1.37 90 3/26/2024
25.1.35 112 3/15/2024
24.2.9 99 3/4/2024
24.2.8 92 2/26/2024
24.2.7 104 2/19/2024
24.2.6 87 2/14/2024
24.2.5 92 2/12/2024
24.2.4 88 2/5/2024
24.2.3 107 1/31/2024
24.1.47 94 1/22/2024
24.1.46 96 1/16/2024
24.1.45 117 1/8/2024
24.1.44 113 1/2/2024
24.1.43 106 12/27/2023
24.1.41 157 12/18/2023
23.2.7 181 12/6/2023
23.2.6 171 11/28/2023
23.2.5 161 11/23/2023
23.2.4 144 11/20/2023
23.1.44 154 11/6/2023
23.1.43 151 10/30/2023
23.1.42 158 10/23/2023
23.1.41 146 10/16/2023
23.1.40 155 10/10/2023
23.1.39 276 10/4/2023
23.1.38 1,409 9/26/2023
23.1.36 253 9/15/2023
22.2.12 223 9/5/2023
22.2.11 229 8/28/2023
22.2.10 187 8/22/2023
22.2.9 224 8/14/2023
22.2.8 221 8/7/2023
22.2.7 189 8/2/2023
22.2.5 573 7/27/2023
22.1.39 233 7/18/2023
22.1.38 221 7/11/2023
22.1.37 267 7/3/2023
22.1.36 241 6/28/2023
22.1.34 408 6/21/2023
21.2.10 250 6/13/2023
21.2.9 258 6/6/2023
21.2.8 409 5/30/2023
21.2.6 251 5/22/2023
21.2.5 282 5/15/2023
21.2.4 267 5/9/2023
21.2.3 301 5/3/2023
21.1.41 314 4/19/2023
21.1.39 321 4/10/2023
21.1.38 303 4/3/2023
21.1.37 318 3/29/2023
21.1.35 354 3/23/2023
20.4.0.54 347 3/13/2023
20.4.0.53 360 3/7/2023
20.4.0.52 345 2/28/2023
20.4.0.51 365 2/21/2023
20.4.0.50 358 2/14/2023
20.4.0.49 385 2/7/2023
20.4.0.48 424 2/1/2023
20.4.0.44 423 1/18/2023
20.4.0.43 431 1/10/2023
20.4.0.42 411 1/4/2023
20.4.0.41 391 12/29/2022
20.4.0.40 424 12/28/2022
20.4.0.38 468 12/21/2022
20.3.0.61 385 12/12/2022
20.3.0.60 423 12/6/2022
20.3.0.59 450 11/29/2022
20.3.0.58 481 11/22/2022
20.3.0.57 458 11/15/2022
20.3.0.56 1,716 11/8/2022
20.3.0.52 521 10/27/2022
20.3.0.50 515 10/18/2022
20.3.0.49 565 10/11/2022
20.3.0.48 485 10/5/2022
20.3.0.47 645 9/29/2022
20.2.0.50 636 9/20/2022
20.2.0.49 563 9/13/2022
20.2.0.48 578 9/6/2022
20.2.0.46 597 8/30/2022
20.2.0.45 570 8/23/2022
20.2.0.44 566 8/16/2022
20.2.0.43 673 8/8/2022
20.2.0.40 549 7/26/2022
20.2.0.39 592 7/19/2022
20.2.0.38 597 7/12/2022
20.2.0.36 641 6/30/2022
20.1.0.61 542 6/20/2022
20.1.0.60 583 6/14/2022
20.1.0.59 556 6/6/2022
20.1.0.58 561 5/31/2022
20.1.0.57 572 5/23/2022
20.1.0.56 577 5/17/2022
20.1.0.55 752 5/12/2022
20.1.0.52 555 5/3/2022
20.1.0.51 574 4/26/2022
20.1.0.50 592 4/19/2022
20.1.0.48 599 4/12/2022
20.1.0.47 663 4/4/2022
19.4.0.56 759 3/14/2022
19.4.0.55 962 3/8/2022
19.4.0.54 571 2/28/2022
19.4.0.53 573 2/22/2022
19.4.0.52 596 2/15/2022
19.4.0.50 598 2/8/2022
19.4.0.48 634 1/31/2022
19.4.0.47 619 1/25/2022
19.4.0.43 631 1/18/2022
19.4.0.42 611 1/11/2022
19.4.0.41 433 1/4/2022
19.4.0.40 607 12/28/2021
19.4.0.38 550 12/17/2021
19.3.0.59 447 12/14/2021
19.3.0.57 1,192 12/7/2021
19.3.0.56 1,062 11/29/2021
19.3.0.55 445 11/23/2021
19.3.0.54 485 11/17/2021
19.3.0.53 552 11/12/2021
19.3.0.48 528 11/3/2021
19.3.0.47 511 10/26/2021
19.3.0.46 515 10/19/2021
19.3.0.45 3,025 10/12/2021
19.3.0.44 511 10/5/2021
19.3.0.43 548 9/30/2021
19.2.0.62 562 9/13/2021
19.2.0.60 539 9/7/2021
19.2.0.59 534 8/30/2021
19.2.0.57 539 8/24/2021
19.2.0.56 552 8/17/2021
19.2.0.55 570 8/11/2021
19.2.0.51 564 8/2/2021
19.2.0.49 544 7/26/2021
19.2.0.48 538 7/19/2021
19.2.0.47 599 7/13/2021
19.2.0.46 566 7/6/2021
19.2.0.44 648 6/30/2021
19.1.0.69 649 6/14/2021
19.1.0.67 651 6/7/2021
19.1.0.66 629 5/31/2021
19.1.0.65 564 5/24/2021
19.1.0.64 542 5/19/2021
19.1.0.63 3,258 5/13/2021
19.1.0.59 529 5/3/2021
19.1.0.58 559 4/26/2021
19.1.0.57 580 4/20/2021
19.1.0.56 544 4/13/2021
19.1.0.55 544 4/6/2021
19.1.0.54 611 3/30/2021
18.4.0.49 582 3/22/2021
18.4.0.48 515 3/16/2021
18.4.0.47 534 3/9/2021
18.4.0.46 531 3/2/2021
18.4.0.44 567 2/23/2021
18.4.0.43 557 2/15/2021
18.4.0.42 559 2/9/2021
18.4.0.41 612 2/2/2021
18.4.0.39 582 1/28/2021
18.4.0.35 602 1/19/2021
18.4.0.34 572 1/12/2021
18.4.0.33 5,173 1/4/2021
18.4.0.32 607 12/30/2020
18.4.0.31 574 12/22/2020
18.4.0.30 790 12/17/2020
18.3.0.53 628 12/8/2020
18.3.0.52 619 11/30/2020
18.3.0.51 638 11/23/2020
18.3.0.50 634 11/17/2020
18.3.0.48 593 11/10/2020
18.3.0.47 658 11/5/2020
18.3.0.44 631 10/27/2020
18.3.0.42 687 10/20/2020
18.3.0.40 687 10/12/2020
18.3.0.38 672 10/7/2020
18.3.0.35 729 10/1/2020
18.2.0.59 611 9/22/2020
18.2.0.58 702 9/15/2020
18.2.0.57 615 9/8/2020
18.2.0.56 629 9/1/2020
18.2.0.55 687 8/25/2020
18.2.0.54 653 8/18/2020
18.2.0.48 649 8/4/2020
18.2.0.47 726 7/28/2020
18.2.0.46 667 7/21/2020
18.2.0.45 688 7/14/2020
18.2.0.44 1,682 7/6/2020
18.1.0.59 653 6/23/2020
18.1.0.57 670 6/16/2020
18.1.0.56 648 6/9/2020
18.1.0.55 1,476 6/2/2020
18.1.0.54 695 5/27/2020
18.1.0.53 711 5/19/2020
18.1.0.52 799 5/13/2020
18.1.0.48 705 5/5/2020
18.1.0.46 693 4/28/2020
18.1.0.45 706 4/21/2020
18.1.0.44 691 4/14/2020
18.1.0.43 727 4/7/2020
18.1.0.42 767 4/1/2020
18.1.0.36-beta 459 3/19/2020
17.4.0.55 765 3/10/2020
17.4.0.53 738 3/3/2020
17.4.0.51 737 2/25/2020
17.4.0.50 728 2/18/2020
17.4.0.49 676 2/11/2020
17.4.0.47 697 2/5/2020
17.4.0.46 743 1/30/2020
17.4.0.44 716 1/21/2020
17.4.0.43 734 1/14/2020
17.4.0.41 688 1/7/2020
17.4.0.40 779 12/24/2019
17.4.0.39 810 12/17/2019
17.3.0.34 711 12/10/2019
17.3.0.33 706 12/4/2019
17.3.0.30 724 12/3/2019
17.3.0.29 747 11/26/2019
17.3.0.28 700 11/19/2019
17.3.0.27 693 11/12/2019
17.3.0.26 761 11/5/2019
17.3.0.21 748 10/29/2019
17.3.0.19 732 10/22/2019
17.3.0.17 721 10/15/2019
17.3.0.14 739 10/3/2019
17.3.0.9-beta 471 9/20/2019
17.2.0.51 786 9/10/2019
17.2.0.49 779 9/3/2019
17.2.0.47 805 8/27/2019
17.2.0.46 803 8/22/2019
17.2.0.41 790 8/13/2019
17.2.0.40 817 8/6/2019
17.2.0.39 771 7/30/2019
17.2.0.36 809 7/23/2019
17.2.0.35 806 7/17/2019
17.2.0.34 852 7/11/2019
17.2.0.28-beta 736 6/27/2019
17.1.0.53 834 6/25/2019
17.1.0.52 831 6/18/2019
17.1.0.51 812 6/11/2019
17.1.0.50 821 6/4/2019
17.1.0.49 922 5/28/2019
17.1.0.48 802 5/21/2019
17.1.0.47 862 5/14/2019
17.1.0.44 797 5/7/2019
17.1.0.43 783 4/30/2019
17.1.0.42 868 4/23/2019
17.1.0.41 862 4/16/2019
17.1.0.40 827 4/9/2019
17.1.0.38 901 3/29/2019
17.1.0.32-beta 559 3/13/2019
16.4.0.54 930 2/19/2019
16.4.0.53 876 2/14/2019
16.4.0.52 939 2/5/2019
16.4.0.48 859 1/22/2019
16.4.0.47 930 1/16/2019
16.4.0.46 884 1/8/2019
16.4.0.44 854 12/24/2018
16.4.0.42 898 12/17/2018
16.4.0.40-beta 647 12/10/2018
16.3.0.36 934 11/27/2018
16.3.0.35-beta 649 11/23/2018
16.3.0.29 1,007 10/30/2018
16.3.0.21 1,443 9/21/2018