Syncfusion.ExcelChartToImageConverter.AspNet.Mvc4 23.1.38

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET Framework 4.0
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.ExcelChartToImageConverter.AspNet.Mvc4 --version 23.1.38
NuGet\Install-Package Syncfusion.ExcelChartToImageConverter.AspNet.Mvc4 -Version 23.1.38
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="23.1.38" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.ExcelChartToImageConverter.AspNet.Mvc4 --version 23.1.38
#r "nuget: Syncfusion.ExcelChartToImageConverter.AspNet.Mvc4, 23.1.38"
#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=23.1.38

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

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)
Additional computed target framework(s)
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
23.2.7 43 12/6/2023
23.2.6 70 11/28/2023
23.2.5 58 11/23/2023
23.2.4 56 11/20/2023
23.1.44 79 11/6/2023
23.1.43 88 10/30/2023
23.1.42 104 10/23/2023
23.1.41 116 10/16/2023
23.1.40 133 10/10/2023
23.1.39 133 10/4/2023
23.1.38 164 9/26/2023
23.1.36 159 9/15/2023
22.2.12 184 9/5/2023
22.2.11 216 8/28/2023
22.2.10 229 8/22/2023
22.2.9 237 8/14/2023
22.2.8 274 8/7/2023
22.2.7 287 8/2/2023
22.2.5 299 7/27/2023
22.1.39 290 7/18/2023
22.1.38 304 7/11/2023
22.1.37 318 7/3/2023
22.1.36 301 6/28/2023
22.1.34 325 6/21/2023
21.2.10 303 6/13/2023
21.2.9 311 6/6/2023
21.2.8 301 5/30/2023
21.2.6 315 5/22/2023
21.2.5 332 5/15/2023
21.2.4 321 5/9/2023
21.2.3 317 5/3/2023
21.1.41 353 4/19/2023
21.1.39 375 4/10/2023
21.1.38 401 4/3/2023
21.1.37 413 3/29/2023
21.1.35 406 3/23/2023
20.4.0.54 400 3/13/2023
20.4.0.53 390 3/7/2023
20.4.0.52 387 2/28/2023
20.4.0.51 420 2/21/2023
20.4.0.50 421 2/14/2023
20.4.0.49 427 2/7/2023
20.4.0.48 462 2/1/2023
20.4.0.44 466 1/18/2023
20.4.0.43 460 1/10/2023
20.4.0.42 487 1/4/2023
20.4.0.41 436 12/29/2022
20.4.0.40 445 12/28/2022
20.4.0.38 469 12/21/2022
20.3.0.61 464 12/12/2022
20.3.0.60 454 12/6/2022
20.3.0.59 481 11/29/2022
20.3.0.58 482 11/22/2022
20.3.0.57 490 11/15/2022
20.3.0.56 513 11/8/2022
20.3.0.52 552 10/27/2022
20.3.0.50 566 10/18/2022
20.3.0.49 582 10/11/2022
20.3.0.48 587 10/5/2022
20.3.0.47 610 9/29/2022
20.2.0.50 626 9/20/2022
20.2.0.49 642 9/13/2022
20.2.0.48 641 9/6/2022
20.2.0.46 637 8/30/2022
20.2.0.45 613 8/23/2022
20.2.0.44 611 8/16/2022
20.2.0.43 608 8/8/2022
20.2.0.40 621 7/26/2022
20.2.0.39 611 7/19/2022
20.2.0.38 654 7/12/2022
20.2.0.36 657 6/30/2022
20.1.0.61 616 6/20/2022
20.1.0.60 626 6/14/2022
20.1.0.59 635 6/6/2022
20.1.0.58 631 5/31/2022
20.1.0.57 628 5/23/2022
20.1.0.56 633 5/17/2022
20.1.0.55 604 5/12/2022
20.1.0.52 616 5/3/2022
20.1.0.51 649 4/26/2022
20.1.0.50 630 4/19/2022
20.1.0.48 637 4/12/2022
20.1.0.47 633 4/4/2022
19.4.0.56 646 3/14/2022
19.4.0.55 998 3/8/2022
19.4.0.54 641 2/28/2022
19.4.0.53 655 2/22/2022
19.4.0.52 655 2/15/2022
19.4.0.50 639 2/8/2022
19.4.0.48 641 1/31/2022
19.4.0.47 643 1/25/2022
19.4.0.43 644 1/18/2022
19.4.0.42 658 1/11/2022
19.4.0.41 482 1/4/2022
19.4.0.40 507 12/28/2021
19.4.0.38 476 12/17/2021
19.3.0.59 492 12/14/2021
19.3.0.57 497 12/7/2021
19.3.0.56 1,143 11/29/2021
19.3.0.55 501 11/23/2021
19.3.0.54 497 11/17/2021
19.3.0.53 538 11/12/2021
19.3.0.48 547 11/3/2021
19.3.0.47 533 10/26/2021
19.3.0.46 581 10/19/2021
19.3.0.45 583 10/12/2021
19.3.0.44 585 10/5/2021
19.3.0.43 556 9/30/2021
19.2.0.62 591 9/13/2021
19.2.0.60 566 9/7/2021
19.2.0.59 585 8/30/2021
19.2.0.57 579 8/24/2021
19.2.0.56 589 8/17/2021
19.2.0.55 599 8/11/2021
19.2.0.51 596 8/2/2021
19.2.0.49 584 7/26/2021
19.2.0.48 618 7/19/2021
19.2.0.47 631 7/13/2021
19.2.0.46 576 7/6/2021
19.2.0.44 663 6/30/2021
19.1.0.69 625 6/14/2021
19.1.0.67 606 6/7/2021
19.1.0.66 622 5/31/2021
19.1.0.65 594 5/24/2021
19.1.0.64 622 5/19/2021
19.1.0.63 627 5/13/2021
19.1.0.59 597 5/3/2021
19.1.0.58 604 4/26/2021
19.1.0.57 636 4/20/2021
19.1.0.56 610 4/13/2021
19.1.0.55 590 4/6/2021
19.1.0.54 616 3/30/2021
18.4.0.49 597 3/22/2021
18.4.0.48 588 3/16/2021
18.4.0.47 594 3/9/2021
18.4.0.46 603 3/2/2021
18.4.0.44 603 2/23/2021
18.4.0.43 597 2/15/2021
18.4.0.42 589 2/9/2021
18.4.0.41 613 2/2/2021
18.4.0.39 631 1/28/2021
18.4.0.35 599 1/19/2021
18.4.0.34 578 1/12/2021
18.4.0.33 593 1/4/2021
18.4.0.32 625 12/30/2020
18.4.0.31 636 12/22/2020
18.4.0.30 647 12/17/2020
18.3.0.53 670 12/8/2020
18.3.0.52 654 11/30/2020
18.3.0.51 678 11/23/2020
18.3.0.50 686 11/17/2020
18.3.0.48 661 11/10/2020
18.3.0.47 683 11/5/2020
18.3.0.44 680 10/27/2020
18.3.0.42 756 10/20/2020
18.3.0.40 719 10/12/2020
18.3.0.38 749 10/7/2020
18.3.0.35 688 10/1/2020
18.2.0.59 703 9/22/2020
18.2.0.58 742 9/15/2020
18.2.0.57 689 9/8/2020
18.2.0.56 684 9/1/2020
18.2.0.55 708 8/25/2020
18.2.0.54 671 8/18/2020
18.2.0.48 728 8/4/2020
18.2.0.47 754 7/28/2020
18.2.0.46 733 7/21/2020
18.2.0.45 755 7/14/2020
18.2.0.44 752 7/6/2020
18.1.0.59 780 6/23/2020
18.1.0.57 712 6/16/2020
18.1.0.56 709 6/9/2020
18.1.0.55 709 6/2/2020
18.1.0.54 796 5/27/2020
18.1.0.53 779 5/19/2020
18.1.0.52 749 5/13/2020
18.1.0.48 769 5/5/2020
18.1.0.46 742 4/28/2020
18.1.0.45 765 4/21/2020
18.1.0.44 760 4/14/2020
18.1.0.43 783 4/7/2020
18.1.0.42 759 4/1/2020
18.1.0.36-beta 544 3/19/2020
17.4.0.55 756 3/10/2020
17.4.0.53 783 3/3/2020
17.4.0.51 773 2/25/2020
17.4.0.50 758 2/18/2020
17.4.0.49 778 2/11/2020
17.4.0.47 801 2/5/2020
17.4.0.46 782 1/30/2020
17.4.0.44 775 1/21/2020
17.4.0.43 719 1/14/2020
17.4.0.41 792 1/7/2020
17.4.0.40 799 12/24/2019
17.4.0.39 808 12/17/2019
17.3.0.34 756 12/10/2019
17.3.0.33 754 12/4/2019
17.3.0.30 781 12/3/2019
17.3.0.29 773 11/26/2019
17.3.0.28 769 11/19/2019
17.3.0.27 845 11/12/2019
17.3.0.26 831 11/5/2019
17.3.0.21 814 10/29/2019
17.3.0.19 803 10/22/2019
17.3.0.17 839 10/15/2019
17.3.0.14 794 10/3/2019
17.3.0.9-beta 620 9/20/2019
17.2.0.51 775 9/10/2019
17.2.0.49 802 9/3/2019
17.2.0.47 824 8/27/2019
17.2.0.46 817 8/22/2019
17.2.0.41 767 8/13/2019
17.2.0.40 823 8/6/2019
17.2.0.39 882 7/30/2019
17.2.0.36 835 7/23/2019
17.2.0.35 824 7/17/2019
17.2.0.34 884 7/11/2019
17.2.0.28-beta 607 6/27/2019
17.1.0.53 856 6/25/2019
17.1.0.52 858 6/18/2019
17.1.0.51 829 6/11/2019
17.1.0.50 838 6/4/2019
17.1.0.49 799 5/28/2019
17.1.0.48 854 5/21/2019
17.1.0.47 872 5/14/2019
17.1.0.44 886 5/7/2019
17.1.0.43 893 4/30/2019
17.1.0.42 958 4/23/2019
17.1.0.41 873 4/16/2019
17.1.0.40 908 4/9/2019
17.1.0.38 911 3/29/2019
17.1.0.32-beta 636 3/13/2019
16.4.0.54 928 2/19/2019
16.4.0.53 894 2/14/2019
16.4.0.52 936 2/5/2019
16.4.0.48 952 1/22/2019
16.4.0.47 992 1/16/2019
16.4.0.46 979 1/8/2019
16.4.0.44 996 12/24/2018
16.4.0.42 930 12/17/2018
16.4.0.40-beta 716 12/10/2018
16.3.0.36 1,022 11/27/2018
16.3.0.35-beta 695 11/23/2018
16.3.0.29 1,036 10/30/2018
16.3.0.21 997 9/21/2018