Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5 28.1.39

Prefix Reserved
dotnet add package Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5 --version 28.1.39                
NuGet\Install-Package Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5 -Version 28.1.39                
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="28.1.39" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5 --version 28.1.39                
#r "nuget: Syncfusion.ExcelChartToImageConverter.AspNet.Mvc5, 28.1.39"                
#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=28.1.39

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

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® licensed software, including this component, is subject to the terms and conditions of Syncfusion® 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 net462 is compatible.  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
28.1.39 27 1/13/2025
28.1.38 71 1/7/2025
28.1.37 89 12/31/2024
28.1.36 86 12/23/2024
28.1.35 97 12/18/2024
28.1.33 115 12/12/2024
27.2.5 104 12/2/2024
27.2.4 103 11/26/2024
27.2.3 104 11/22/2024
27.2.2 113 11/15/2024
27.1.58 97 11/4/2024
27.1.57 108 10/28/2024
27.1.56 88 10/23/2024
27.1.55 101 10/21/2024
27.1.53 139 10/14/2024
27.1.52 120 10/7/2024
27.1.51 106 9/30/2024
27.1.50 105 9/23/2024
27.1.48 130 9/18/2024
26.2.14 129 9/9/2024
26.2.13 113 9/5/2024
26.2.12 104 9/2/2024
26.2.11 116 8/27/2024
26.2.10 265 8/19/2024
26.2.9 144 8/12/2024
26.2.8 132 8/5/2024
26.2.7 72 7/29/2024
26.2.5 97 7/26/2024
26.2.4 113 7/24/2024
26.1.42 126 7/15/2024
26.1.41 119 7/8/2024
26.1.40 587 7/1/2024
26.1.39 145 6/24/2024
26.1.38 116 6/18/2024
26.1.35 133 6/11/2024
25.2.7 148 6/3/2024
25.2.6 108 5/28/2024
25.2.5 118 5/21/2024
25.2.4 109 5/14/2024
25.2.3 2,213 5/8/2024
25.1.42 118 4/29/2024
25.1.41 124 4/23/2024
25.1.40 120 4/15/2024
25.1.39 149 4/8/2024
25.1.38 245 4/1/2024
25.1.37 161 3/26/2024
25.1.35 254 3/15/2024
24.2.9 169 3/4/2024
24.2.8 130 2/26/2024
24.2.7 156 2/19/2024
24.2.6 143 2/14/2024
24.2.5 126 2/12/2024
24.2.4 144 2/5/2024
24.2.3 155 1/31/2024
24.1.47 145 1/22/2024
24.1.46 151 1/16/2024
24.1.45 167 1/8/2024
24.1.44 159 1/2/2024
24.1.43 151 12/27/2023
24.1.41 214 12/18/2023
23.2.7 228 12/6/2023
23.2.6 219 11/28/2023
23.2.5 210 11/23/2023
23.2.4 198 11/20/2023
23.1.44 190 11/6/2023
23.1.43 197 10/30/2023
23.1.42 191 10/23/2023
23.1.41 191 10/16/2023
23.1.40 205 10/10/2023
23.1.39 356 10/4/2023
23.1.38 1,801 9/26/2023
23.1.36 303 9/15/2023
22.2.12 257 9/5/2023
22.2.11 273 8/28/2023
22.2.10 238 8/22/2023
22.2.9 268 8/14/2023
22.2.8 266 8/7/2023
22.2.7 238 8/2/2023
22.2.5 619 7/27/2023
22.1.39 281 7/18/2023
22.1.38 246 7/11/2023
22.1.37 311 7/3/2023
22.1.36 282 6/28/2023
22.1.34 455 6/21/2023
21.2.10 298 6/13/2023
21.2.9 302 6/6/2023
21.2.8 654 5/30/2023
21.2.6 278 5/22/2023
21.2.5 321 5/15/2023
21.2.4 309 5/9/2023
21.2.3 347 5/3/2023
21.1.41 344 4/19/2023
21.1.39 370 4/10/2023
21.1.38 345 4/3/2023
21.1.37 359 3/29/2023
21.1.35 399 3/23/2023
20.4.0.54 376 3/13/2023
20.4.0.53 401 3/7/2023
20.4.0.52 393 2/28/2023
20.4.0.51 409 2/21/2023
20.4.0.50 402 2/14/2023
20.4.0.49 432 2/7/2023
20.4.0.48 468 2/1/2023
20.4.0.44 476 1/18/2023
20.4.0.43 479 1/10/2023
20.4.0.42 453 1/4/2023
20.4.0.41 438 12/29/2022
20.4.0.40 463 12/28/2022
20.4.0.38 522 12/21/2022
20.3.0.61 430 12/12/2022
20.3.0.60 471 12/6/2022
20.3.0.59 496 11/29/2022
20.3.0.58 527 11/22/2022
20.3.0.57 500 11/15/2022
20.3.0.56 1,759 11/8/2022
20.3.0.52 563 10/27/2022
20.3.0.50 565 10/18/2022
20.3.0.49 609 10/11/2022
20.3.0.48 530 10/5/2022
20.3.0.47 743 9/29/2022
20.2.0.50 681 9/20/2022
20.2.0.49 605 9/13/2022
20.2.0.48 618 9/6/2022
20.2.0.46 625 8/30/2022
20.2.0.45 614 8/23/2022
20.2.0.44 607 8/16/2022
20.2.0.43 721 8/8/2022
20.2.0.40 577 7/26/2022
20.2.0.39 632 7/19/2022
20.2.0.38 640 7/12/2022
20.2.0.36 685 6/30/2022
20.1.0.61 587 6/20/2022
20.1.0.60 625 6/14/2022
20.1.0.59 602 6/6/2022
20.1.0.58 603 5/31/2022
20.1.0.57 622 5/23/2022
20.1.0.56 618 5/17/2022
20.1.0.55 796 5/12/2022
20.1.0.52 599 5/3/2022
20.1.0.51 617 4/26/2022
20.1.0.50 633 4/19/2022
20.1.0.48 643 4/12/2022
20.1.0.47 706 4/4/2022
19.4.0.56 921 3/14/2022
19.4.0.55 1,024 3/8/2022
19.4.0.54 600 2/28/2022
19.4.0.53 597 2/22/2022
19.4.0.52 634 2/15/2022
19.4.0.50 639 2/8/2022
19.4.0.48 678 1/31/2022
19.4.0.47 649 1/25/2022
19.4.0.43 660 1/18/2022
19.4.0.42 659 1/11/2022
19.4.0.41 459 1/4/2022
19.4.0.40 690 12/28/2021
19.4.0.38 598 12/17/2021
19.3.0.59 491 12/14/2021
19.3.0.57 1,234 12/7/2021
19.3.0.56 1,090 11/29/2021
19.3.0.55 489 11/23/2021
19.3.0.54 526 11/17/2021
19.3.0.53 591 11/12/2021
19.3.0.48 571 11/3/2021
19.3.0.47 554 10/26/2021
19.3.0.46 542 10/19/2021
19.3.0.45 4,402 10/12/2021
19.3.0.44 556 10/5/2021
19.3.0.43 590 9/30/2021
19.2.0.62 607 9/13/2021
19.2.0.60 585 9/7/2021
19.2.0.59 562 8/30/2021
19.2.0.57 581 8/24/2021
19.2.0.56 598 8/17/2021
19.2.0.55 602 8/11/2021
19.2.0.51 610 8/2/2021
19.2.0.49 591 7/26/2021
19.2.0.48 582 7/19/2021
19.2.0.47 644 7/13/2021
19.2.0.46 611 7/6/2021
19.2.0.44 695 6/30/2021
19.1.0.69 695 6/14/2021
19.1.0.67 699 6/7/2021
19.1.0.66 675 5/31/2021
19.1.0.65 613 5/24/2021
19.1.0.64 585 5/19/2021
19.1.0.63 4,182 5/13/2021
19.1.0.59 574 5/3/2021
19.1.0.58 607 4/26/2021
19.1.0.57 631 4/20/2021
19.1.0.56 593 4/13/2021
19.1.0.55 592 4/6/2021
19.1.0.54 661 3/30/2021
18.4.0.49 629 3/22/2021
18.4.0.48 562 3/16/2021
18.4.0.47 579 3/9/2021
18.4.0.46 559 3/2/2021
18.4.0.44 615 2/23/2021
18.4.0.43 583 2/15/2021
18.4.0.42 602 2/9/2021
18.4.0.41 658 2/2/2021
18.4.0.39 627 1/28/2021
18.4.0.35 650 1/19/2021
18.4.0.34 603 1/12/2021
18.4.0.33 6,669 1/4/2021
18.4.0.32 652 12/30/2020
18.4.0.31 618 12/22/2020
18.4.0.30 818 12/17/2020
18.3.0.53 673 12/8/2020
18.3.0.52 661 11/30/2020
18.3.0.51 682 11/23/2020
18.3.0.50 682 11/17/2020
18.3.0.48 637 11/10/2020
18.3.0.47 702 11/5/2020
18.3.0.44 688 10/27/2020
18.3.0.42 733 10/20/2020
18.3.0.40 731 10/12/2020
18.3.0.38 716 10/7/2020
18.3.0.35 777 10/1/2020
18.2.0.59 640 9/22/2020
18.2.0.58 749 9/15/2020
18.2.0.57 662 9/8/2020
18.2.0.56 675 9/1/2020
18.2.0.55 733 8/25/2020
18.2.0.54 700 8/18/2020
18.2.0.48 676 8/4/2020
18.2.0.47 774 7/28/2020
18.2.0.46 697 7/21/2020
18.2.0.45 731 7/14/2020
18.2.0.44 1,745 7/6/2020
18.1.0.59 683 6/23/2020
18.1.0.57 716 6/16/2020
18.1.0.56 698 6/9/2020
18.1.0.55 1,524 6/2/2020
18.1.0.54 742 5/27/2020
18.1.0.53 739 5/19/2020
18.1.0.52 828 5/13/2020
18.1.0.48 731 5/5/2020
18.1.0.46 740 4/28/2020
18.1.0.45 732 4/21/2020
18.1.0.44 739 4/14/2020
18.1.0.43 769 4/7/2020
18.1.0.42 796 4/1/2020
18.1.0.36-beta 496 3/19/2020
17.4.0.55 821 3/10/2020
17.4.0.53 781 3/3/2020
17.4.0.51 782 2/25/2020
17.4.0.50 772 2/18/2020
17.4.0.49 716 2/11/2020
17.4.0.47 739 2/5/2020
17.4.0.46 787 1/30/2020
17.4.0.44 760 1/21/2020
17.4.0.43 772 1/14/2020
17.4.0.41 733 1/7/2020
17.4.0.40 822 12/24/2019
17.4.0.39 838 12/17/2019
17.3.0.34 757 12/10/2019
17.3.0.33 751 12/4/2019
17.3.0.30 751 12/3/2019
17.3.0.29 823 11/26/2019
17.3.0.28 779 11/19/2019
17.3.0.27 768 11/12/2019
17.3.0.26 807 11/5/2019
17.3.0.21 792 10/29/2019
17.3.0.19 759 10/22/2019
17.3.0.17 764 10/15/2019
17.3.0.14 766 10/3/2019
17.3.0.9-beta 507 9/20/2019
17.2.0.51 833 9/10/2019
17.2.0.49 822 9/3/2019
17.2.0.47 847 8/27/2019
17.2.0.46 847 8/22/2019
17.2.0.41 832 8/13/2019
17.2.0.40 860 8/6/2019
17.2.0.39 814 7/30/2019
17.2.0.36 849 7/23/2019
17.2.0.35 851 7/17/2019
17.2.0.34 899 7/11/2019
17.2.0.28-beta 768 6/27/2019
17.1.0.53 876 6/25/2019
17.1.0.52 878 6/18/2019
17.1.0.51 854 6/11/2019
17.1.0.50 866 6/4/2019
17.1.0.49 970 5/28/2019
17.1.0.48 846 5/21/2019
17.1.0.47 907 5/14/2019
17.1.0.44 838 5/7/2019
17.1.0.43 827 4/30/2019
17.1.0.42 910 4/23/2019
17.1.0.41 908 4/16/2019
17.1.0.40 873 4/9/2019
17.1.0.38 946 3/29/2019
17.1.0.32-beta 579 3/13/2019
16.4.0.54 976 2/19/2019
16.4.0.53 923 2/14/2019
16.4.0.52 969 2/5/2019
16.4.0.48 902 1/22/2019
16.4.0.47 976 1/16/2019
16.4.0.46 930 1/8/2019
16.4.0.44 886 12/24/2018
16.4.0.42 949 12/17/2018
16.4.0.40-beta 667 12/10/2018
16.3.0.36 983 11/27/2018
16.3.0.35-beta 695 11/23/2018
16.3.0.29 1,059 10/30/2018
16.3.0.21 1,504 9/21/2018