Syncfusion.XlsIORenderer.Net.Core 23.1.36

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

// Install Syncfusion.XlsIORenderer.Net.Core as a Cake Tool
#tool nuget:?package=Syncfusion.XlsIORenderer.Net.Core&version=23.1.36

Syncfusion ASP.NET Core Excel To PDF Converter

A PDF is a fixed document used to display document contents uniformly independent of application software, hardware, and operating system. Syncfusion ASP.NET Core (XlsIO) library converts an Excel document to PDF with just five lines of code. You can prepare your document for long-term archiving by converting it to PDF.

ASP.NET Core Excel To PDF 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 Core Excel to PDF converter library NuGet by simply running the command Install-Package Syncfusion.XlsIORenderer.Net.Core from the Package Manager Console in Visual Studio.

Try the following code snippet to convert an Excel document to PDF.

using Syncfusion.XlsIO;
using Syncfusion.XlsIORenderer;
using Syncfusion.Pdf;
using System.IO;

//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.
    FileStream excelStream = new FileStream("Sample.xlsx", FileMode.Open, FileAccess.Read);
    IWorkbook workbook = application.Workbooks.Open(excelStream);
    //Initialize XlsIO renderer
    XlsIORenderer renderer = new XlsIORenderer;
    //Initialize PDF document
    using (PdfDocument pdfDocument = new PdfDocument())
    {
        //Convert Excel document into PDF document
        pdfDocument = renderer.ConvertToPDF(workbook);
        //Save the PDF document to stream.
        Stream stream = new FileStream("Output.pdf", FileMode.Create, FileAccess.ReadWrite);
        pdfDocument.Save(stream);
    }
}

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, ASP.NET Core, ASP.NET MVC, ASP.NET WebForms, JavaScript, Angular, React, Vue, and Flutter), mobile (Xamarin, Flutter, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, Flutter 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 net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Syncfusion.XlsIORenderer.Net.Core:

Package Downloads
DT-ESA.Elevate.SecureConnectors

Generates DTO classes and provides wrappers for resource access.

MO.Shared.Service

Package Description

Verify.Syncfusion The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Extends Verify (https://github.com/VerifyTests/Verify) to allow verification via Syncfusion.

MO.Shared.Api

Package Description

ItEnterprise.SpreadsheetMiddleware

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
23.1.36 738 9/15/2023
22.2.12 619 9/5/2023
22.2.11 563 8/28/2023
22.2.10 505 8/22/2023
22.2.9 3,615 8/14/2023
22.2.8 2,183 8/7/2023
22.2.7 1,670 8/2/2023
22.2.5 6,663 7/27/2023
22.1.39 6,461 7/18/2023
22.1.38 2,491 7/11/2023
22.1.37 1,765 7/3/2023
22.1.36 1,036 6/28/2023
22.1.34 4,939 6/21/2023
21.2.10 4,045 6/13/2023
21.2.9 1,730 6/6/2023
21.2.8 1,297 5/30/2023
21.2.6 7,896 5/22/2023
21.2.5 2,147 5/15/2023
21.2.4 1,522 5/9/2023
21.2.3 8,441 5/3/2023
21.1.41 10,640 4/19/2023
21.1.39 3,319 4/10/2023
21.1.38 3,529 4/3/2023
21.1.37 2,273 3/29/2023
21.1.35 9,729 3/23/2023
20.4.0.54 7,597 3/13/2023
20.4.0.53 5,384 3/7/2023
20.4.0.52 12,989 2/28/2023
20.4.0.51 2,964 2/21/2023
20.4.0.50 1,277 2/14/2023
20.4.0.49 3,320 2/7/2023
20.4.0.48 13,547 2/1/2023
20.4.0.44 9,595 1/18/2023
20.4.0.43 2,033 1/10/2023
20.4.0.42 6,518 1/4/2023
20.4.0.41 1,732 12/29/2022
20.4.0.40 727 12/28/2022
20.4.0.38 14,519 12/21/2022
20.3.0.61 17,899 12/13/2022
20.3.0.60 5,526 12/6/2022
20.3.0.59 1,474 11/29/2022
20.3.0.58 2,532 11/22/2022
20.3.0.57 1,189 11/15/2022
20.3.0.56 3,330 11/8/2022
20.3.0.52 7,758 10/27/2022
20.3.0.50 14,010 10/18/2022
20.3.0.49 12,727 10/11/2022
20.3.0.48 11,840 10/5/2022
20.3.0.47 25,623 9/29/2022
20.2.0.50 2,518 9/20/2022
20.2.0.49 1,000 9/13/2022
20.2.0.48 4,238 9/6/2022
20.2.0.46 972 8/30/2022
20.2.0.45 6,394 8/23/2022
20.2.0.44 1,830 8/16/2022
20.2.0.43 2,240 8/8/2022
20.2.0.40 3,729 7/26/2022
20.2.0.39 1,187 7/19/2022
20.2.0.38 7,353 7/12/2022
20.2.0.36 17,792 6/30/2022
20.1.0.61 6,037 6/21/2022
20.1.0.60 2,967 6/14/2022
20.1.0.59 15,620 6/7/2022
20.1.0.58 2,946 5/31/2022
20.1.0.57 1,411 5/24/2022
20.1.0.56 1,938 5/17/2022
20.1.0.55 4,272 5/12/2022
20.1.0.52 2,137 5/3/2022
20.1.0.51 5,082 4/26/2022
20.1.0.50 5,925 4/19/2022
20.1.0.48 1,900 4/12/2022
20.1.0.47 11,510 4/4/2022
19.4.0.56 19,664 3/15/2022
19.4.0.55 55,219 3/8/2022
19.4.0.54 5,349 3/1/2022
19.4.0.53 7,176 2/22/2022
19.4.0.52 5,728 2/15/2022
19.4.0.50 9,137 2/8/2022
19.4.0.48 6,652 1/31/2022
19.4.0.47 2,779 1/25/2022
19.4.0.43 1,498 1/18/2022
19.4.0.42 1,989 1/11/2022
19.4.0.41 2,901 1/4/2022
19.4.0.40 1,020 12/28/2021
19.4.0.38 9,557 12/17/2021
19.3.0.59 7,647 12/14/2021
19.3.0.57 4,870 12/7/2021
19.3.0.56 1,973 11/30/2021
19.3.0.55 1,910 11/23/2021
19.3.0.54 1,191 11/17/2021
19.3.0.53 6,326 11/12/2021
19.3.0.48 2,661 11/3/2021
19.3.0.47 2,986 10/26/2021
19.3.0.46 3,537 10/19/2021
19.3.0.45 9,336 10/12/2021
19.3.0.44 2,091 10/5/2021
19.3.0.43 18,177 9/30/2021
19.2.0.62 5,960 9/14/2021
19.2.0.60 4,861 9/7/2021
19.2.0.59 1,821 8/31/2021
19.2.0.57 1,754 8/24/2021
19.2.0.56 1,088 8/17/2021
19.2.0.55 4,721 8/11/2021
19.2.0.51 1,259 8/2/2021
19.2.0.49 962 7/27/2021
19.2.0.48 4,755 7/20/2021
19.2.0.47 6,681 7/13/2021
19.2.0.46 1,983 7/6/2021
19.2.0.44 11,609 6/30/2021
19.1.0.69 11,735 6/15/2021
19.1.0.67 13,287 6/8/2021
19.1.0.66 918 6/1/2021
19.1.0.65 936 5/25/2021
19.1.0.64 1,188 5/19/2021
19.1.0.63 3,595 5/13/2021
19.1.0.59 3,606 5/4/2021
19.1.0.58 1,759 4/27/2021
19.1.0.57 1,914 4/20/2021
19.1.0.56 886 4/13/2021
19.1.0.55 834 4/6/2021
19.1.0.54 44,543 3/30/2021
18.4.0.49 7,937 3/23/2021
18.4.0.48 5,591 3/16/2021
18.4.0.47 2,087 3/9/2021
18.4.0.46 1,383 3/2/2021
18.4.0.44 2,670 2/23/2021
18.4.0.43 3,175 2/16/2021
18.4.0.42 3,523 2/9/2021
18.4.0.41 1,866 2/2/2021
18.4.0.39 4,097 1/28/2021
18.4.0.35 5,933 1/19/2021
18.4.0.34 1,057 1/12/2021
18.4.0.33 3,670 1/5/2021
18.4.0.32 3,093 12/30/2020
18.4.0.31 5,344 12/22/2020
18.4.0.30 7,000 12/17/2020
18.3.0.53 6,350 12/8/2020
18.3.0.52 9,473 11/30/2020
18.3.0.51 2,292 11/23/2020
18.3.0.50 2,484 11/17/2020
18.3.0.48 1,620 11/11/2020
18.3.0.47 2,329 11/5/2020
18.3.0.44 26,892 10/27/2020
18.3.0.42 1,224 10/20/2020
18.3.0.40 2,350 10/12/2020
18.3.0.38 1,698 10/7/2020
18.3.0.35 14,429 10/1/2020
18.2.0.59 1,599 9/22/2020
18.2.0.58 4,048 9/15/2020
18.2.0.57 8,476 9/8/2020
18.2.0.56 2,200 9/1/2020
18.2.0.55 1,843 8/25/2020
18.2.0.54 1,636 8/18/2020
18.2.0.48 2,616 8/4/2020
18.2.0.47 1,377 7/28/2020
18.2.0.46 1,336 7/21/2020
18.2.0.45 4,928 7/14/2020
18.2.0.44 5,446 7/7/2020
18.1.0.59 1,078 6/23/2020
18.1.0.57 2,695 6/16/2020
18.1.0.56 2,342 6/9/2020
18.1.0.55 2,633 6/2/2020
18.1.0.54 1,096 5/27/2020
18.1.0.53 1,673 5/19/2020
18.1.0.52 2,039 5/13/2020
18.1.0.48 1,359 5/5/2020
18.1.0.46 2,248 4/28/2020
18.1.0.45 1,004 4/21/2020
18.1.0.44 8,236 4/14/2020
18.1.0.43 1,861 4/7/2020
18.1.0.42 7,525 4/1/2020
18.1.0.36-beta 1,403 3/19/2020
17.4.0.55 2,921 3/10/2020
17.4.0.53 1,185 3/3/2020
17.4.0.51 982 2/25/2020
17.4.0.50 1,117 2/18/2020
17.4.0.49 1,258 2/11/2020
17.4.0.47 1,011 2/5/2020
17.4.0.46 2,328 1/30/2020
17.4.0.44 35,165 1/21/2020
17.4.0.43 1,650 1/14/2020
17.4.0.41 1,046 1/7/2020
17.4.0.40 1,405 12/24/2019
17.4.0.39 10,342 12/17/2019
17.3.0.34 1,090 12/10/2019
17.3.0.33 1,593 12/4/2019
17.3.0.30 1,205 12/3/2019
17.3.0.29 1,393 11/26/2019
17.3.0.28 1,533 11/19/2019
17.3.0.27 957 11/12/2019
17.3.0.26 2,340 11/5/2019
17.3.0.21 1,643 10/29/2019
17.3.0.19 1,103 10/22/2019
17.3.0.17 1,251 10/15/2019
17.3.0.14 4,024 10/3/2019
17.3.0.9-beta 964 9/20/2019
17.2.0.51 3,218 9/10/2019
17.2.0.49 953 9/3/2019
17.2.0.47 999 8/27/2019
17.2.0.46 2,577 8/22/2019
17.2.0.41 1,097 8/13/2019
17.2.0.40 955 8/6/2019
17.2.0.39 4,500 7/30/2019
17.2.0.36 2,553 7/23/2019
17.2.0.35 869 7/17/2019
17.2.0.34 3,292 7/11/2019
17.2.0.28-beta 901 6/27/2019
17.1.0.53 1,229 6/25/2019
17.1.0.52 2,411 6/18/2019
17.1.0.51 949 6/11/2019
17.1.0.50 998 6/4/2019
17.1.0.49 992 5/28/2019
17.1.0.48 900 5/21/2019
17.1.0.47 1,496 5/14/2019
17.1.0.44 4,695 5/7/2019
17.1.0.43 963 4/30/2019
17.1.0.42 986 4/23/2019
17.1.0.41 1,196 4/16/2019
17.1.0.40 970 4/9/2019
17.1.0.38 1,331 3/29/2019
17.1.0.32-beta 725 3/13/2019
16.4.0.54 44,821 2/19/2019
16.4.0.53 1,005 2/13/2019
16.4.0.52 1,172 2/5/2019
16.4.0.48 1,243 1/22/2019
16.4.0.47 1,048 1/16/2019
16.4.0.46 1,034 1/8/2019
16.4.0.44 1,605 12/24/2018
16.4.0.42 1,246 12/17/2018
16.4.0.40-beta 838 12/10/2018
16.3.0.36 1,099 11/27/2018
16.3.0.35-beta 788 11/23/2018
16.3.0.29 1,279 10/30/2018
16.3.0.21 1,673 9/21/2018