Syncfusion.ExcelChartToImageConverter.AspNet
20.2.0.44
Prefix Reserved
See the version list below for details.
dotnet add package Syncfusion.ExcelChartToImageConverter.AspNet --version 20.2.0.44
NuGet\Install-Package Syncfusion.ExcelChartToImageConverter.AspNet -Version 20.2.0.44
<PackageReference Include="Syncfusion.ExcelChartToImageConverter.AspNet" Version="20.2.0.44" />
paket add Syncfusion.ExcelChartToImageConverter.AspNet --version 20.2.0.44
#r "nuget: Syncfusion.ExcelChartToImageConverter.AspNet, 20.2.0.44"
// Install Syncfusion.ExcelChartToImageConverter.AspNet as a Cake Addin #addin nuget:?package=Syncfusion.ExcelChartToImageConverter.AspNet&version=20.2.0.44 // Install Syncfusion.ExcelChartToImageConverter.AspNet as a Cake Tool #tool nuget:?package=Syncfusion.ExcelChartToImageConverter.AspNet&version=20.2.0.44
Syncfusion ASP.NET Excel Chart To Image Converter
The Syncfusion ASP.NET Excel Chart To Image Converter is a .NET class library for converting Excel chart to image programatically without using Microsoft Office dependencies.
Features Overview | Docs | API Reference | Online Demo | GitHub Examples | Blogs | Support | Forums | Feedback
Key features
- Converts Excel Chart into Image.
- Various chart elements like axis, axis titles, chart title, data labels, gridlines, legend and trendline are supported in this conversion.
- About 35+ chart types are supported in Chart to Image conversion.
System Requirements
Getting Started
You can fetch the Syncfusion ASP.NET Excel Chart to Image converter library NuGet by simply running the command Install-Package Syncfusion.ExcelChartToImageConverter.AspNet 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 is compatible. net452 was computed. net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Syncfusion.Licensing (>= 20.2.0.44)
- Syncfusion.SfChart.WPF (>= 20.2.0.44)
- Syncfusion.XlsIO.AspNet (>= 20.2.0.44)
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 | |
---|---|---|---|
22.1.34 | 836 | 6/21/2023 | |
21.2.10 | 236 | 6/12/2023 | |
21.2.9 | 183 | 6/6/2023 | |
21.2.8 | 188 | 5/30/2023 | |
21.2.6 | 195 | 5/22/2023 | |
21.2.5 | 198 | 5/15/2023 | |
21.2.4 | 200 | 5/9/2023 | |
21.2.3 | 218 | 5/3/2023 | |
21.1.41 | 241 | 4/19/2023 | |
21.1.39 | 227 | 4/10/2023 | |
21.1.38 | 227 | 4/3/2023 | |
21.1.37 | 261 | 3/29/2023 | |
21.1.35 | 268 | 3/23/2023 | |
20.4.0.54 | 374 | 3/13/2023 | |
20.4.0.53 | 273 | 3/7/2023 | |
20.4.0.52 | 271 | 2/28/2023 | |
20.4.0.51 | 284 | 2/21/2023 | |
20.4.0.50 | 269 | 2/14/2023 | |
20.4.0.44 | 5,392 | 1/18/2023 | |
20.4.0.43 | 358 | 1/10/2023 | |
20.4.0.42 | 358 | 1/4/2023 | |
20.4.0.41 | 339 | 12/29/2022 | |
20.4.0.40 | 333 | 12/28/2022 | |
20.4.0.38 | 382 | 12/21/2022 | |
20.3.0.61 | 356 | 12/12/2022 | |
20.3.0.60 | 344 | 12/6/2022 | |
20.3.0.59 | 386 | 11/29/2022 | |
20.3.0.58 | 379 | 11/22/2022 | |
20.3.0.57 | 386 | 11/15/2022 | |
20.3.0.56 | 402 | 11/8/2022 | |
20.3.0.52 | 436 | 10/27/2022 | |
20.3.0.50 | 461 | 10/18/2022 | |
20.3.0.49 | 455 | 10/11/2022 | |
20.3.0.48 | 438 | 10/5/2022 | |
20.3.0.47 | 470 | 9/29/2022 | |
20.2.0.50 | 499 | 9/20/2022 | |
20.2.0.49 | 516 | 9/13/2022 | |
20.2.0.48 | 482 | 9/6/2022 | |
20.2.0.46 | 496 | 8/30/2022 | |
20.2.0.45 | 485 | 8/23/2022 | |
20.2.0.44 | 503 | 8/16/2022 | |
20.2.0.43 | 496 | 8/8/2022 | |
20.2.0.40 | 506 | 7/26/2022 | |
20.2.0.39 | 634 | 7/19/2022 | |
20.2.0.38 | 529 | 7/12/2022 | |
20.2.0.36 | 567 | 6/30/2022 | |
20.1.0.61 | 511 | 6/20/2022 | |
20.1.0.60 | 505 | 6/14/2022 | |
20.1.0.59 | 497 | 6/6/2022 | |
20.1.0.58 | 494 | 5/31/2022 | |
20.1.0.57 | 518 | 5/23/2022 | |
20.1.0.56 | 531 | 5/17/2022 | |
20.1.0.55 | 519 | 5/12/2022 | |
20.1.0.52 | 541 | 5/3/2022 | |
20.1.0.51 | 507 | 4/26/2022 | |
20.1.0.50 | 497 | 4/19/2022 | |
20.1.0.48 | 525 | 4/12/2022 | |
20.1.0.47 | 615 | 4/4/2022 | |
19.4.0.56 | 548 | 3/14/2022 | |
19.4.0.55 | 514 | 3/8/2022 | |
19.4.0.54 | 545 | 2/28/2022 | |
19.4.0.53 | 3,029 | 2/22/2022 | |
19.4.0.52 | 534 | 2/15/2022 | |
19.4.0.50 | 529 | 2/8/2022 | |
19.4.0.48 | 550 | 1/31/2022 | |
19.4.0.47 | 513 | 1/25/2022 | |
19.4.0.43 | 570 | 1/18/2022 | |
19.4.0.42 | 540 | 1/11/2022 | |
19.4.0.41 | 362 | 1/4/2022 | |
19.4.0.40 | 352 | 12/28/2021 | |
19.4.0.38 | 639 | 12/17/2021 | |
19.3.0.59 | 350 | 12/14/2021 | |
19.3.0.57 | 423 | 12/7/2021 | |
19.3.0.56 | 989 | 11/29/2021 | |
19.3.0.55 | 366 | 11/23/2021 | |
19.3.0.54 | 372 | 11/17/2021 | |
19.3.0.53 | 415 | 11/12/2021 | |
19.3.0.48 | 432 | 11/2/2021 | |
19.3.0.47 | 418 | 10/26/2021 | |
19.3.0.46 | 443 | 10/19/2021 | |
19.3.0.45 | 436 | 10/12/2021 | |
19.3.0.44 | 583 | 10/5/2021 | |
19.3.0.43 | 456 | 9/30/2021 | |
19.2.0.62 | 520 | 9/13/2021 | |
19.2.0.60 | 452 | 9/7/2021 | |
19.2.0.59 | 452 | 8/30/2021 | |
19.2.0.57 | 556 | 8/24/2021 | |
19.2.0.56 | 462 | 8/17/2021 | |
19.2.0.55 | 3,828 | 8/11/2021 | |
19.2.0.51 | 431 | 8/2/2021 | |
19.2.0.49 | 451 | 7/26/2021 | |
19.2.0.48 | 466 | 7/19/2021 | |
19.2.0.47 | 511 | 7/13/2021 | |
19.2.0.46 | 445 | 7/6/2021 | |
19.2.0.44 | 524 | 6/30/2021 | |
19.1.0.69 | 798 | 6/14/2021 | |
19.1.0.67 | 482 | 6/7/2021 | |
19.1.0.66 | 504 | 5/31/2021 | |
19.1.0.65 | 483 | 5/24/2021 | |
19.1.0.64 | 481 | 5/19/2021 | |
19.1.0.63 | 451 | 5/13/2021 | |
19.1.0.59 | 456 | 5/3/2021 | |
19.1.0.58 | 480 | 4/26/2021 | |
19.1.0.57 | 482 | 4/20/2021 | |
19.1.0.56 | 445 | 4/12/2021 | |
19.1.0.55 | 497 | 4/6/2021 | |
19.1.0.54 | 869 | 3/30/2021 | |
18.4.0.49 | 514 | 3/22/2021 | |
18.4.0.48 | 461 | 3/16/2021 | |
18.4.0.47 | 478 | 3/9/2021 | |
18.4.0.46 | 476 | 3/2/2021 | |
18.4.0.44 | 543 | 2/23/2021 | |
18.4.0.43 | 439 | 2/15/2021 | |
18.4.0.42 | 455 | 2/9/2021 | |
18.4.0.41 | 505 | 2/2/2021 | |
18.4.0.39 | 472 | 1/28/2021 | |
18.4.0.35 | 468 | 1/19/2021 | |
18.4.0.34 | 471 | 1/12/2021 | |
18.4.0.33 | 495 | 1/4/2021 | |
18.4.0.32 | 471 | 12/30/2020 | |
18.4.0.31 | 506 | 12/22/2020 | |
18.4.0.30 | 991 | 12/17/2020 | |
18.3.0.53 | 557 | 12/8/2020 | |
18.3.0.52 | 513 | 11/30/2020 | |
18.3.0.51 | 539 | 11/23/2020 | |
18.3.0.50 | 547 | 11/17/2020 | |
18.3.0.48 | 541 | 11/10/2020 | |
18.3.0.47 | 558 | 11/5/2020 | |
18.3.0.44 | 593 | 10/27/2020 | |
18.3.0.42 | 587 | 10/20/2020 | |
18.3.0.40 | 512 | 10/12/2020 | |
18.3.0.38 | 581 | 10/7/2020 | |
18.3.0.35 | 518 | 10/1/2020 | |
18.2.0.59 | 584 | 9/22/2020 | |
18.2.0.58 | 599 | 9/15/2020 | |
18.2.0.57 | 530 | 9/8/2020 | |
18.2.0.56 | 593 | 9/1/2020 | |
18.2.0.55 | 575 | 8/25/2020 | |
18.2.0.54 | 528 | 8/18/2020 | |
18.2.0.48 | 574 | 8/4/2020 | |
18.2.0.47 | 699 | 7/28/2020 | |
18.2.0.46 | 684 | 7/21/2020 | |
18.2.0.45 | 627 | 7/14/2020 | |
18.2.0.44 | 671 | 7/6/2020 | |
18.1.0.59 | 717 | 6/23/2020 | |
18.1.0.57 | 569 | 6/16/2020 | |
18.1.0.56 | 644 | 6/9/2020 | |
18.1.0.55 | 574 | 6/2/2020 | |
18.1.0.54 | 659 | 5/27/2020 | |
18.1.0.53 | 861 | 5/19/2020 | |
18.1.0.52 | 623 | 5/13/2020 | |
18.1.0.48 | 615 | 5/5/2020 | |
18.1.0.46 | 615 | 4/28/2020 | |
18.1.0.45 | 622 | 4/21/2020 | |
18.1.0.44 | 645 | 4/14/2020 | |
18.1.0.43 | 662 | 4/7/2020 | |
18.1.0.42 | 678 | 4/1/2020 | |
18.1.0.36-beta | 435 | 3/19/2020 | |
17.4.0.55 | 675 | 3/10/2020 | |
17.4.0.53 | 651 | 3/3/2020 | |
17.4.0.51 | 687 | 2/25/2020 | |
17.4.0.50 | 628 | 2/18/2020 | |
17.4.0.49 | 643 | 2/11/2020 | |
17.4.0.47 | 636 | 2/5/2020 | |
17.4.0.46 | 642 | 1/30/2020 | |
17.4.0.44 | 663 | 1/21/2020 | |
17.4.0.43 | 670 | 1/14/2020 | |
17.4.0.41 | 658 | 1/7/2020 | |
17.4.0.40 | 761 | 12/24/2019 | |
17.4.0.39 | 894 | 12/17/2019 | |
17.3.0.34 | 667 | 12/10/2019 | |
17.3.0.33 | 645 | 12/4/2019 | |
17.3.0.30 | 651 | 12/3/2019 | |
17.3.0.29 | 681 | 11/26/2019 | |
17.3.0.28 | 675 | 11/19/2019 | |
17.3.0.27 | 759 | 11/12/2019 | |
17.3.0.26 | 771 | 11/5/2019 | |
17.3.0.21 | 685 | 10/29/2019 | |
17.3.0.19 | 694 | 10/22/2019 | |
17.3.0.17 | 732 | 10/15/2019 | |
17.3.0.14 | 672 | 10/3/2019 | |
17.3.0.9-beta | 435 | 9/20/2019 | |
17.2.0.51 | 810 | 9/10/2019 | |
17.2.0.49 | 680 | 9/3/2019 | |
17.2.0.47 | 862 | 8/27/2019 | |
17.2.0.46 | 759 | 8/22/2019 | |
17.2.0.41 | 759 | 8/13/2019 | |
17.2.0.40 | 708 | 8/6/2019 | |
17.2.0.39 | 766 | 7/30/2019 | |
17.2.0.36 | 690 | 7/23/2019 | |
17.2.0.35 | 718 | 7/17/2019 | |
17.2.0.34 | 761 | 7/11/2019 | |
17.2.0.28-beta | 453 | 6/27/2019 | |
17.1.0.53 | 752 | 6/25/2019 | |
17.1.0.52 | 741 | 6/18/2019 | |
17.1.0.51 | 723 | 6/11/2019 | |
17.1.0.50 | 737 | 6/4/2019 | |
17.1.0.49 | 853 | 5/28/2019 | |
17.1.0.48 | 763 | 5/21/2019 | |
17.1.0.47 | 836 | 5/14/2019 | |
17.1.0.44 | 716 | 5/7/2019 | |
17.1.0.43 | 752 | 4/30/2019 | |
17.1.0.42 | 812 | 4/23/2019 | |
17.1.0.41 | 747 | 4/16/2019 | |
17.1.0.40 | 847 | 4/9/2019 | |
17.1.0.38 | 790 | 3/29/2019 | |
17.1.0.32-beta | 478 | 3/13/2019 | |
16.4.0.54 | 868 | 2/19/2019 | |
16.4.0.53 | 799 | 2/14/2019 | |
16.4.0.52 | 860 | 2/5/2019 | |
16.4.0.48 | 847 | 1/22/2019 | |
16.4.0.47 | 868 | 1/16/2019 | |
16.4.0.46 | 915 | 1/8/2019 | |
16.4.0.44 | 857 | 12/24/2018 | |
16.4.0.42 | 910 | 12/17/2018 | |
16.4.0.40-beta | 619 | 12/10/2018 | |
16.3.0.36 | 885 | 11/27/2018 | |
16.3.0.35-beta | 615 | 11/23/2018 | |
16.3.0.29 | 932 | 10/30/2018 | |
16.3.0.21 | 1,017 | 9/21/2018 |