Syncfusion.ExcelChartToImageConverter.UWP 21.1.37

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Syncfusion.ExcelChartToImageConverter.UWP --version 21.1.37
NuGet\Install-Package Syncfusion.ExcelChartToImageConverter.UWP -Version 21.1.37
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.UWP" Version="21.1.37" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.ExcelChartToImageConverter.UWP --version 21.1.37
#r "nuget: Syncfusion.ExcelChartToImageConverter.UWP, 21.1.37"
#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.UWP as a Cake Addin
#addin nuget:?package=Syncfusion.ExcelChartToImageConverter.UWP&version=21.1.37

// Install Syncfusion.ExcelChartToImageConverter.UWP as a Cake Tool
#tool nuget:?package=Syncfusion.ExcelChartToImageConverter.UWP&version=21.1.37

Syncfusion UWP Excel Chart To Image Converter

The Syncfusion UWP Excel Chart to Image Converter is a .NET class library for converting Excel chart to image programatically without using Microsoft Office dependencies.

UWP 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 UWP Excel Chart to Image converter library NuGet by simply running the command Install-Package Syncfusion.ExcelChartToImageConverter.UWP 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 System.Reflection;
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.
    Assembly assembly = typeof(App).GetTypeInfo().Assembly;
    //Gets input Excel document from an embedded resource collection
    Stream inputStream = assembly.GetManifestResourceStream("Sample.xlsx");
    IWorkbook workbook = application.Workbooks.Open(inputStream, ExcelOpenType.Automatic);
    //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 Web Forms, 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
Universal Windows Platform uap uap10.0
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Syncfusion.ExcelChartToImageConverter.UWP:

Package Downloads
Syncfusion.SfSpreadsheetHelper.UWP The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides the functionality to utilize the features of Syncfusion UWP Spreadsheet Helper library and more.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
21.1.37 36 3/29/2023
21.1.35 85 3/23/2023
20.4.0.54 104 3/13/2023
20.4.0.53 109 3/7/2023
20.4.0.52 126 2/28/2023
20.4.0.51 146 2/21/2023
20.4.0.50 151 2/14/2023
20.4.0.49 157 2/7/2023
20.4.0.48 191 2/1/2023
20.4.0.44 202 1/18/2023
20.4.0.43 209 1/10/2023
20.4.0.42 224 1/4/2023
20.4.0.41 223 12/29/2022
20.4.0.40 229 12/28/2022
20.4.0.38 247 12/21/2022
20.3.0.61 246 12/12/2022
20.3.0.60 271 12/6/2022
20.3.0.59 293 11/29/2022
20.3.0.58 292 11/22/2022
20.3.0.57 303 11/15/2022
20.3.0.56 349 11/8/2022
20.3.0.52 389 10/27/2022
20.3.0.50 417 10/18/2022
20.3.0.49 453 10/11/2022
20.3.0.48 431 10/5/2022
20.3.0.47 483 9/29/2022
20.2.0.50 477 9/20/2022
20.2.0.49 503 9/13/2022
20.2.0.48 488 9/6/2022
20.2.0.46 520 8/30/2022
20.2.0.45 503 8/23/2022
20.2.0.44 501 8/16/2022
20.2.0.43 521 8/8/2022
20.2.0.40 534 7/26/2022
20.2.0.39 511 7/19/2022
20.2.0.38 532 7/12/2022
20.2.0.36 530 6/30/2022
20.1.0.61 522 6/20/2022
20.1.0.60 519 6/14/2022
20.1.0.59 519 6/6/2022
20.1.0.58 511 5/30/2022
20.1.0.57 539 5/23/2022
20.1.0.56 527 5/17/2022
20.1.0.55 546 5/12/2022
20.1.0.52 541 5/2/2022
20.1.0.51 553 4/26/2022
20.1.0.50 562 4/19/2022
20.1.0.48 554 4/12/2022
20.1.0.47 563 4/4/2022
19.4.0.56 550 3/14/2022
19.4.0.55 543 3/8/2022
19.4.0.54 584 2/28/2022
19.4.0.53 558 2/22/2022
19.4.0.52 564 2/15/2022
19.4.0.50 549 2/8/2022
19.4.0.48 585 1/31/2022
19.4.0.47 553 1/25/2022
19.4.0.43 553 1/18/2022
19.4.0.42 460 1/11/2022
19.4.0.41 337 1/4/2022
19.4.0.40 343 12/28/2021
19.4.0.38 370 12/17/2021
19.3.0.59 342 12/14/2021
19.3.0.57 329 12/7/2021
19.3.0.56 894 11/29/2021
19.3.0.55 336 11/23/2021
19.3.0.54 351 11/17/2021
19.3.0.53 407 11/12/2021
19.3.0.48 417 11/3/2021
19.3.0.47 546 10/26/2021
19.3.0.45 469 10/12/2021
19.3.0.44 447 10/5/2021
19.3.0.43 427 9/30/2021
19.2.0.62 455 9/13/2021
19.2.0.60 452 9/7/2021
19.2.0.59 454 8/30/2021
19.2.0.57 480 8/24/2021
19.2.0.56 480 8/17/2021
19.2.0.55 473 8/11/2021
19.2.0.51 465 8/2/2021
19.2.0.49 441 7/26/2021
19.2.0.48 451 7/19/2021
19.2.0.47 504 7/13/2021
19.2.0.46 455 7/6/2021
19.2.0.44 484 6/30/2021
19.1.0.69 517 6/14/2021
19.1.0.67 480 6/7/2021
19.1.0.66 506 5/31/2021
19.1.0.65 463 5/24/2021
19.1.0.64 483 5/19/2021
19.1.0.63 507 5/13/2021
19.1.0.59 507 5/3/2021
19.1.0.58 482 4/26/2021
19.1.0.57 508 4/20/2021
19.1.0.56 478 4/12/2021
19.1.0.55 492 4/6/2021
19.1.0.54 490 3/30/2021
18.4.0.49 480 3/22/2021
18.4.0.48 461 3/16/2021
18.4.0.47 472 3/9/2021
18.4.0.46 476 3/2/2021
18.4.0.44 483 2/23/2021
18.4.0.43 479 2/15/2021
18.4.0.42 480 2/9/2021
18.4.0.41 506 2/2/2021
18.4.0.39 513 1/28/2021
18.4.0.35 510 1/19/2021
18.4.0.34 541 1/12/2021
18.4.0.33 519 1/4/2021
18.4.0.32 517 12/30/2020
18.4.0.31 495 12/22/2020
18.4.0.30 564 12/17/2020
18.3.0.53 569 12/8/2020
18.3.0.52 559 11/30/2020
18.3.0.51 572 11/23/2020
18.3.0.50 564 11/17/2020
18.3.0.48 582 11/10/2020
18.3.0.47 589 11/5/2020
18.3.0.44 560 10/27/2020
18.3.0.42 600 10/20/2020
18.3.0.40 583 10/12/2020
18.3.0.38 597 10/7/2020
18.3.0.35 560 10/1/2020
18.2.0.59 583 9/22/2020
18.2.0.58 569 9/15/2020
18.2.0.57 569 9/8/2020
18.2.0.56 580 9/1/2020
18.2.0.55 622 8/25/2020
18.2.0.54 607 8/18/2020
18.2.0.48 611 8/4/2020
18.2.0.47 605 7/28/2020
18.2.0.46 597 7/21/2020
18.2.0.45 596 7/14/2020
18.2.0.44 643 7/6/2020
18.1.0.59 649 6/23/2020
18.1.0.57 633 6/16/2020
18.1.0.56 614 6/9/2020
18.1.0.55 626 6/2/2020
18.1.0.54 625 5/26/2020
18.1.0.53 631 5/19/2020
18.1.0.52 617 5/13/2020
18.1.0.48 646 5/5/2020
18.1.0.46 648 4/28/2020
18.1.0.45 627 4/21/2020
18.1.0.44 630 4/14/2020
18.1.0.43 679 4/7/2020
18.1.0.42 688 4/1/2020
18.1.0.36-beta 392 3/19/2020
17.4.0.55 629 3/10/2020
17.4.0.53 665 3/3/2020
17.4.0.51 634 2/25/2020
17.4.0.50 662 2/18/2020
17.4.0.49 620 2/11/2020
17.4.0.47 661 2/5/2020
17.4.0.46 662 1/30/2020
17.4.0.44 720 1/21/2020
17.4.0.43 683 1/14/2020
17.4.0.41 657 1/7/2020
17.4.0.40 678 12/24/2019
17.4.0.39 759 12/17/2019
17.3.0.34 693 12/10/2019
17.3.0.33 651 12/4/2019
17.3.0.30 662 12/3/2019
17.3.0.29 647 11/26/2019
17.3.0.28 668 11/19/2019
17.3.0.27 668 11/12/2019
17.3.0.26 698 11/5/2019
17.3.0.21 682 10/29/2019
17.3.0.19 669 10/22/2019
17.3.0.17 719 10/15/2019
17.3.0.14 743 10/3/2019
17.3.0.9-beta 464 9/20/2019
17.2.0.51 708 9/10/2019
17.2.0.49 709 9/3/2019
17.2.0.47 720 8/27/2019
17.2.0.46 760 8/22/2019
17.2.0.41 726 8/13/2019
17.2.0.40 714 8/6/2019
17.2.0.39 759 7/30/2019
17.2.0.36 702 7/23/2019
17.2.0.35 715 7/17/2019
17.2.0.34 766 7/11/2019
17.2.0.28-beta 439 6/27/2019
17.1.0.53 775 6/25/2019
17.1.0.52 739 6/18/2019
17.1.0.51 729 6/11/2019
17.1.0.50 777 6/4/2019
17.1.0.49 757 5/28/2019
17.1.0.48 784 5/21/2019
17.1.0.47 779 5/14/2019
17.1.0.44 756 5/7/2019
17.1.0.43 790 4/30/2019
17.1.0.42 830 4/23/2019
17.1.0.41 772 4/16/2019
17.1.0.40 759 4/9/2019
17.1.0.38 791 3/29/2019
17.1.0.32-beta 523 3/13/2019
16.4.0.54 883 2/19/2019
16.4.0.53 852 2/13/2019
16.4.0.52 909 2/5/2019
16.4.0.48 884 1/22/2019
16.4.0.47 939 1/16/2019
16.4.0.46 900 1/8/2019
16.4.0.44 952 12/24/2018
16.4.0.42 893 12/17/2018
16.4.0.40-beta 590 12/10/2018
16.3.0.36 924 11/27/2018
16.3.0.35-beta 627 11/23/2018
16.3.0.29 935 10/30/2018
16.3.0.21 997 9/21/2018
16.3.0.17-beta 639 9/12/2018
16.2.0.50 928 8/28/2018
16.2.0.46 1,085 8/8/2018