Syncfusion.ExcelChartToImageConverter.UWP 25.1.35

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

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

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, 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.
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
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
25.1.35 48 3/15/2024
24.2.9 110 3/4/2024
24.2.8 104 2/26/2024
24.2.7 105 2/19/2024
24.2.6 113 2/14/2024
24.2.5 102 2/12/2024
24.2.4 104 2/5/2024
24.2.3 109 1/31/2024
24.1.47 98 1/22/2024
24.1.46 104 1/16/2024
24.1.45 131 1/8/2024
24.1.44 100 1/2/2024
24.1.43 106 12/27/2023
24.1.41 98 12/18/2023
23.2.7 139 12/6/2023
23.2.6 127 11/28/2023
23.2.5 121 11/23/2023
23.2.4 117 11/20/2023
23.1.44 120 11/6/2023
23.1.43 117 10/30/2023
23.1.42 124 10/23/2023
23.1.41 115 10/16/2023
23.1.40 158 10/10/2023
23.1.39 130 10/4/2023
23.1.38 125 9/26/2023
23.1.36 126 9/15/2023
22.2.12 137 9/5/2023
22.2.11 141 8/28/2023
22.2.10 122 8/22/2023
22.2.9 136 8/14/2023
22.2.8 146 8/7/2023
22.2.7 147 8/2/2023
22.2.5 170 7/27/2023
22.1.39 155 7/18/2023
22.1.38 164 7/11/2023
22.1.37 196 7/3/2023
22.1.36 168 6/28/2023
22.1.34 222 6/21/2023
21.2.10 200 6/12/2023
21.2.9 189 6/6/2023
21.2.8 170 5/30/2023
21.2.6 190 5/22/2023
21.2.5 234 5/15/2023
21.2.4 243 5/9/2023
21.2.3 260 5/3/2023
21.1.41 284 4/19/2023
21.1.39 339 4/10/2023
21.1.38 359 4/3/2023
21.1.37 351 3/29/2023
21.1.35 404 3/23/2023
20.4.0.54 379 3/13/2023
20.4.0.53 343 3/7/2023
20.4.0.52 392 2/28/2023
20.4.0.51 411 2/21/2023
20.4.0.50 394 2/14/2023
20.4.0.49 411 2/7/2023
20.4.0.48 438 2/1/2023
20.4.0.44 460 1/18/2023
20.4.0.43 455 1/10/2023
20.4.0.42 490 1/4/2023
20.4.0.41 458 12/29/2022
20.4.0.40 487 12/28/2022
20.4.0.38 496 12/21/2022
20.3.0.61 462 12/12/2022
20.3.0.60 479 12/6/2022
20.3.0.59 538 11/29/2022
20.3.0.58 535 11/22/2022
20.3.0.57 546 11/15/2022
20.3.0.56 585 11/8/2022
20.3.0.52 607 10/27/2022
20.3.0.50 694 10/18/2022
20.3.0.49 725 10/11/2022
20.3.0.48 708 10/5/2022
20.3.0.47 755 9/29/2022
20.2.0.50 729 9/20/2022
20.2.0.49 742 9/13/2022
20.2.0.48 723 9/6/2022
20.2.0.46 771 8/30/2022
20.2.0.45 750 8/23/2022
20.2.0.44 713 8/16/2022
20.2.0.43 763 8/8/2022
20.2.0.40 764 7/26/2022
20.2.0.39 736 7/19/2022
20.2.0.38 781 7/12/2022
20.2.0.36 783 6/30/2022
20.1.0.61 772 6/20/2022
20.1.0.60 746 6/14/2022
20.1.0.59 762 6/6/2022
20.1.0.58 774 5/30/2022
20.1.0.57 761 5/23/2022
20.1.0.56 771 5/17/2022
20.1.0.55 769 5/12/2022
20.1.0.52 758 5/2/2022
20.1.0.51 774 4/26/2022
20.1.0.50 809 4/19/2022
20.1.0.48 791 4/12/2022
20.1.0.47 766 4/4/2022
19.4.0.56 830 3/14/2022
19.4.0.55 813 3/8/2022
19.4.0.54 829 2/28/2022
19.4.0.53 782 2/22/2022
19.4.0.52 782 2/15/2022
19.4.0.50 801 2/8/2022
19.4.0.48 817 1/31/2022
19.4.0.47 777 1/25/2022
19.4.0.43 747 1/18/2022
19.4.0.42 628 1/11/2022
19.4.0.41 502 1/4/2022
19.4.0.40 516 12/28/2021
19.4.0.38 546 12/17/2021
19.3.0.59 527 12/14/2021
19.3.0.57 526 12/7/2021
19.3.0.56 1,099 11/29/2021
19.3.0.55 514 11/23/2021
19.3.0.54 503 11/17/2021
19.3.0.53 569 11/12/2021
19.3.0.48 601 11/3/2021
19.3.0.47 820 10/26/2021
19.3.0.45 636 10/12/2021
19.3.0.44 608 10/5/2021
19.3.0.43 601 9/30/2021
19.2.0.62 658 9/13/2021
19.2.0.60 676 9/7/2021
19.2.0.59 671 8/30/2021
19.2.0.57 684 8/24/2021
19.2.0.56 663 8/17/2021
19.2.0.55 636 8/11/2021
19.2.0.51 675 8/2/2021
19.2.0.49 630 7/26/2021
19.2.0.48 634 7/19/2021
19.2.0.47 674 7/13/2021
19.2.0.46 601 7/6/2021
19.2.0.44 671 6/30/2021
19.1.0.69 681 6/14/2021
19.1.0.67 663 6/7/2021
19.1.0.66 678 5/31/2021
19.1.0.65 633 5/24/2021
19.1.0.64 636 5/19/2021
19.1.0.63 659 5/13/2021
19.1.0.59 691 5/3/2021
19.1.0.58 651 4/26/2021
19.1.0.57 690 4/20/2021
19.1.0.56 634 4/12/2021
19.1.0.55 682 4/6/2021
19.1.0.54 687 3/30/2021
18.4.0.49 670 3/22/2021
18.4.0.48 650 3/16/2021
18.4.0.47 652 3/9/2021
18.4.0.46 662 3/2/2021
18.4.0.44 675 2/23/2021
18.4.0.43 667 2/15/2021
18.4.0.42 634 2/9/2021
18.4.0.41 699 2/2/2021
18.4.0.39 707 1/28/2021
18.4.0.35 728 1/19/2021
18.4.0.34 715 1/12/2021
18.4.0.33 719 1/4/2021
18.4.0.32 709 12/30/2020
18.4.0.31 673 12/22/2020
18.4.0.30 759 12/17/2020
18.3.0.53 760 12/8/2020
18.3.0.52 756 11/30/2020
18.3.0.51 787 11/23/2020
18.3.0.50 765 11/17/2020
18.3.0.48 773 11/10/2020
18.3.0.47 779 11/5/2020
18.3.0.44 763 10/27/2020
18.3.0.42 819 10/20/2020
18.3.0.40 786 10/12/2020
18.3.0.38 755 10/7/2020
18.3.0.35 731 10/1/2020
18.2.0.59 767 9/22/2020
18.2.0.58 734 9/15/2020
18.2.0.57 770 9/8/2020
18.2.0.56 781 9/1/2020
18.2.0.55 839 8/25/2020
18.2.0.54 783 8/18/2020
18.2.0.48 794 8/4/2020
18.2.0.47 832 7/28/2020
18.2.0.46 787 7/21/2020
18.2.0.45 781 7/14/2020
18.2.0.44 839 7/6/2020
18.1.0.59 823 6/23/2020
18.1.0.57 854 6/16/2020
18.1.0.56 846 6/9/2020
18.1.0.55 819 6/2/2020
18.1.0.54 815 5/26/2020
18.1.0.53 840 5/19/2020
18.1.0.52 797 5/13/2020
18.1.0.48 821 5/5/2020
18.1.0.46 816 4/28/2020
18.1.0.45 807 4/21/2020
18.1.0.44 829 4/14/2020
18.1.0.43 880 4/7/2020
18.1.0.42 914 4/1/2020
18.1.0.36-beta 446 3/19/2020
17.4.0.55 848 3/10/2020
17.4.0.53 834 3/3/2020
17.4.0.51 863 2/25/2020
17.4.0.50 872 2/18/2020
17.4.0.49 840 2/11/2020
17.4.0.47 866 2/5/2020
17.4.0.46 852 1/30/2020
17.4.0.44 912 1/21/2020
17.4.0.43 911 1/14/2020
17.4.0.41 896 1/7/2020
17.4.0.40 905 12/24/2019
17.4.0.39 960 12/17/2019
17.3.0.34 899 12/10/2019
17.3.0.33 856 12/4/2019
17.3.0.30 859 12/3/2019
17.3.0.29 853 11/26/2019
17.3.0.28 866 11/19/2019
17.3.0.27 869 11/12/2019
17.3.0.26 906 11/5/2019
17.3.0.21 908 10/29/2019
17.3.0.19 893 10/22/2019
17.3.0.17 936 10/15/2019
17.3.0.14 936 10/3/2019
17.3.0.9-beta 504 9/20/2019
17.2.0.51 926 9/10/2019
17.2.0.49 914 9/3/2019
17.2.0.47 960 8/27/2019
17.2.0.46 995 8/22/2019
17.2.0.41 958 8/13/2019
17.2.0.40 957 8/6/2019
17.2.0.39 968 7/30/2019
17.2.0.36 898 7/23/2019
17.2.0.35 932 7/17/2019
17.2.0.34 984 7/11/2019
17.2.0.28-beta 481 6/27/2019
17.1.0.53 1,004 6/25/2019
17.1.0.52 950 6/18/2019
17.1.0.51 941 6/11/2019
17.1.0.50 1,002 6/4/2019
17.1.0.49 989 5/28/2019
17.1.0.48 994 5/21/2019
17.1.0.47 1,006 5/14/2019
17.1.0.44 980 5/7/2019
17.1.0.43 996 4/30/2019
17.1.0.42 1,041 4/23/2019
17.1.0.41 965 4/16/2019
17.1.0.40 961 4/9/2019
17.1.0.38 1,012 3/29/2019
17.1.0.32-beta 564 3/13/2019
16.4.0.54 1,097 2/19/2019
16.4.0.53 1,072 2/13/2019
16.4.0.52 1,133 2/5/2019
16.4.0.48 1,059 1/22/2019
16.4.0.47 1,124 1/16/2019
16.4.0.46 1,072 1/8/2019
16.4.0.44 1,168 12/24/2018
16.4.0.42 1,108 12/17/2018
16.4.0.40-beta 639 12/10/2018
16.3.0.36 1,118 11/27/2018
16.3.0.35-beta 685 11/23/2018
16.3.0.29 1,160 10/30/2018
16.3.0.21 1,203 9/21/2018
16.3.0.17-beta 694 9/12/2018
16.2.0.50 1,106 8/28/2018
16.2.0.46 1,289 8/8/2018