Syncfusion.XlsIORenderer.Net.Core 23.2.7

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.2.7
NuGet\Install-Package Syncfusion.XlsIORenderer.Net.Core -Version 23.2.7
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.2.7" />
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.2.7
#r "nuget: Syncfusion.XlsIORenderer.Net.Core, 23.2.7"
#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.2.7

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

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.  net8.0 is compatible.  net8.0-android was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.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.

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.Service

Package Description

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.2.7 176 12/6/2023
23.2.6 1,462 11/28/2023
23.2.5 2,275 11/23/2023
23.2.4 897 11/20/2023
23.1.44 7,300 11/6/2023
23.1.43 6,577 10/30/2023
23.1.42 2,432 10/23/2023
23.1.41 1,961 10/16/2023
23.1.40 3,389 10/10/2023
23.1.39 882 10/4/2023
23.1.38 2,943 9/26/2023
23.1.36 12,369 9/15/2023
22.2.12 1,186 9/5/2023
22.2.11 1,020 8/28/2023
22.2.10 1,476 8/22/2023
22.2.9 7,100 8/14/2023
22.2.8 3,880 8/7/2023
22.2.7 1,974 8/2/2023
22.2.5 13,391 7/27/2023
22.1.39 7,559 7/18/2023
22.1.38 4,228 7/11/2023
22.1.37 2,766 7/3/2023
22.1.36 1,588 6/28/2023
22.1.34 7,146 6/21/2023
21.2.10 4,536 6/13/2023
21.2.9 2,288 6/6/2023
21.2.8 1,964 5/30/2023
21.2.6 12,172 5/22/2023
21.2.5 3,694 5/15/2023
21.2.4 2,023 5/9/2023
21.2.3 9,030 5/3/2023
21.1.41 12,390 4/19/2023
21.1.39 4,621 4/10/2023
21.1.38 4,312 4/3/2023
21.1.37 3,412 3/29/2023
21.1.35 11,547 3/23/2023
20.4.0.54 9,476 3/13/2023
20.4.0.53 6,661 3/7/2023
20.4.0.52 13,547 2/28/2023
20.4.0.51 3,369 2/21/2023
20.4.0.50 1,475 2/14/2023
20.4.0.49 3,621 2/7/2023
20.4.0.48 13,810 2/1/2023
20.4.0.44 14,017 1/18/2023
20.4.0.43 2,320 1/10/2023
20.4.0.42 7,410 1/4/2023
20.4.0.41 1,936 12/29/2022
20.4.0.40 1,046 12/28/2022
20.4.0.38 18,032 12/21/2022
20.3.0.61 18,938 12/13/2022
20.3.0.60 5,749 12/6/2022
20.3.0.59 1,750 11/29/2022
20.3.0.58 2,797 11/22/2022
20.3.0.57 1,382 11/15/2022
20.3.0.56 3,691 11/8/2022
20.3.0.52 9,413 10/27/2022
20.3.0.50 16,083 10/18/2022
20.3.0.49 13,262 10/11/2022
20.3.0.48 13,818 10/5/2022
20.3.0.47 27,455 9/29/2022
20.2.0.50 2,624 9/20/2022
20.2.0.49 1,135 9/13/2022
20.2.0.48 4,352 9/6/2022
20.2.0.46 1,039 8/30/2022
20.2.0.45 6,911 8/23/2022
20.2.0.44 2,218 8/16/2022
20.2.0.43 2,351 8/8/2022
20.2.0.40 3,826 7/26/2022
20.2.0.39 1,257 7/19/2022
20.2.0.38 8,391 7/12/2022
20.2.0.36 19,205 6/30/2022
20.1.0.61 6,551 6/21/2022
20.1.0.60 3,329 6/14/2022
20.1.0.59 18,039 6/7/2022
20.1.0.58 3,036 5/31/2022
20.1.0.57 1,513 5/24/2022
20.1.0.56 2,001 5/17/2022
20.1.0.55 4,361 5/12/2022
20.1.0.52 2,313 5/3/2022
20.1.0.51 5,775 4/26/2022
20.1.0.50 6,260 4/19/2022
20.1.0.48 1,964 4/12/2022
20.1.0.47 12,303 4/4/2022
19.4.0.56 20,842 3/15/2022
19.4.0.55 65,001 3/8/2022
19.4.0.54 6,024 3/1/2022
19.4.0.53 8,406 2/22/2022
19.4.0.52 6,343 2/15/2022
19.4.0.50 11,119 2/8/2022
19.4.0.48 7,367 1/31/2022
19.4.0.47 3,066 1/25/2022
19.4.0.43 1,716 1/18/2022
19.4.0.42 2,182 1/11/2022
19.4.0.41 3,098 1/4/2022
19.4.0.40 1,215 12/28/2021
19.4.0.38 10,394 12/17/2021
19.3.0.59 7,845 12/14/2021
19.3.0.57 5,102 12/7/2021
19.3.0.56 2,143 11/30/2021
19.3.0.55 2,102 11/23/2021
19.3.0.54 1,380 11/17/2021
19.3.0.53 7,921 11/12/2021
19.3.0.48 2,908 11/3/2021
19.3.0.47 3,506 10/26/2021
19.3.0.46 3,732 10/19/2021
19.3.0.45 9,564 10/12/2021
19.3.0.44 2,360 10/5/2021
19.3.0.43 18,708 9/30/2021
19.2.0.62 6,487 9/14/2021
19.2.0.60 5,185 9/7/2021
19.2.0.59 2,147 8/31/2021
19.2.0.57 1,969 8/24/2021
19.2.0.56 1,262 8/17/2021
19.2.0.55 4,914 8/11/2021
19.2.0.51 1,441 8/2/2021
19.2.0.49 1,140 7/27/2021
19.2.0.48 4,939 7/20/2021
19.2.0.47 6,977 7/13/2021
19.2.0.46 2,190 7/6/2021
19.2.0.44 11,902 6/30/2021
19.1.0.69 12,099 6/15/2021
19.1.0.67 14,129 6/8/2021
19.1.0.66 1,097 6/1/2021
19.1.0.65 1,140 5/25/2021
19.1.0.64 1,363 5/19/2021
19.1.0.63 3,785 5/13/2021
19.1.0.59 3,814 5/4/2021
19.1.0.58 1,981 4/27/2021
19.1.0.57 2,096 4/20/2021
19.1.0.56 1,058 4/13/2021
19.1.0.55 1,022 4/6/2021
19.1.0.54 46,255 3/30/2021
18.4.0.49 8,497 3/23/2021
18.4.0.48 5,748 3/16/2021
18.4.0.47 2,267 3/9/2021
18.4.0.46 1,573 3/2/2021
18.4.0.44 2,854 2/23/2021
18.4.0.43 3,797 2/16/2021
18.4.0.42 3,763 2/9/2021
18.4.0.41 2,041 2/2/2021
18.4.0.39 4,298 1/28/2021
18.4.0.35 6,193 1/19/2021
18.4.0.34 1,265 1/12/2021
18.4.0.33 4,312 1/5/2021
18.4.0.32 3,274 12/30/2020
18.4.0.31 6,125 12/22/2020
18.4.0.30 7,218 12/17/2020
18.3.0.53 6,533 12/8/2020
18.3.0.52 9,906 11/30/2020
18.3.0.51 2,457 11/23/2020
18.3.0.50 2,683 11/17/2020
18.3.0.48 1,792 11/11/2020
18.3.0.47 2,507 11/5/2020
18.3.0.44 27,809 10/27/2020
18.3.0.42 1,415 10/20/2020
18.3.0.40 2,547 10/12/2020
18.3.0.38 1,887 10/7/2020
18.3.0.35 15,366 10/1/2020
18.2.0.59 1,781 9/22/2020
18.2.0.58 4,441 9/15/2020
18.2.0.57 8,664 9/8/2020
18.2.0.56 2,385 9/1/2020
18.2.0.55 2,080 8/25/2020
18.2.0.54 1,816 8/18/2020
18.2.0.48 2,838 8/4/2020
18.2.0.47 1,559 7/28/2020
18.2.0.46 1,518 7/21/2020
18.2.0.45 5,536 7/14/2020
18.2.0.44 5,611 7/7/2020
18.1.0.59 1,272 6/23/2020
18.1.0.57 2,969 6/16/2020
18.1.0.56 2,865 6/9/2020
18.1.0.55 2,822 6/2/2020
18.1.0.54 1,290 5/27/2020
18.1.0.53 1,841 5/19/2020
18.1.0.52 2,217 5/13/2020
18.1.0.48 1,557 5/5/2020
18.1.0.46 2,455 4/28/2020
18.1.0.45 1,193 4/21/2020
18.1.0.44 8,518 4/14/2020
18.1.0.43 2,076 4/7/2020
18.1.0.42 7,715 4/1/2020
18.1.0.36-beta 1,560 3/19/2020
17.4.0.55 3,145 3/10/2020
17.4.0.53 1,371 3/3/2020
17.4.0.51 1,193 2/25/2020
17.4.0.50 1,311 2/18/2020
17.4.0.49 1,446 2/11/2020
17.4.0.47 1,198 2/5/2020
17.4.0.46 2,502 1/30/2020
17.4.0.44 36,071 1/21/2020
17.4.0.43 1,829 1/14/2020
17.4.0.41 1,216 1/7/2020
17.4.0.40 1,598 12/24/2019
17.4.0.39 10,994 12/17/2019
17.3.0.34 1,300 12/10/2019
17.3.0.33 1,795 12/4/2019
17.3.0.30 1,387 12/3/2019
17.3.0.29 1,580 11/26/2019
17.3.0.28 1,728 11/19/2019
17.3.0.27 1,132 11/12/2019
17.3.0.26 2,540 11/5/2019
17.3.0.21 1,829 10/29/2019
17.3.0.19 1,290 10/22/2019
17.3.0.17 1,432 10/15/2019
17.3.0.14 4,218 10/3/2019
17.3.0.9-beta 1,134 9/20/2019
17.2.0.51 3,542 9/10/2019
17.2.0.49 1,145 9/3/2019
17.2.0.47 1,174 8/27/2019
17.2.0.46 2,769 8/22/2019
17.2.0.41 1,293 8/13/2019
17.2.0.40 1,145 8/6/2019
17.2.0.39 5,459 7/30/2019
17.2.0.36 2,719 7/23/2019
17.2.0.35 1,072 7/17/2019
17.2.0.34 3,490 7/11/2019
17.2.0.28-beta 1,101 6/27/2019
17.1.0.53 1,421 6/25/2019
17.1.0.52 2,594 6/18/2019
17.1.0.51 1,126 6/11/2019
17.1.0.50 1,182 6/4/2019
17.1.0.49 1,164 5/28/2019
17.1.0.48 1,085 5/21/2019
17.1.0.47 1,684 5/14/2019
17.1.0.44 4,871 5/7/2019
17.1.0.43 1,136 4/30/2019
17.1.0.42 1,173 4/23/2019
17.1.0.41 1,391 4/16/2019
17.1.0.40 1,168 4/9/2019
17.1.0.38 1,522 3/29/2019
17.1.0.32-beta 901 3/13/2019
16.4.0.54 50,309 2/19/2019
16.4.0.53 1,182 2/13/2019
16.4.0.52 1,360 2/5/2019
16.4.0.48 1,443 1/22/2019
16.4.0.47 1,240 1/16/2019
16.4.0.46 1,207 1/8/2019
16.4.0.44 1,775 12/24/2018
16.4.0.42 1,424 12/17/2018
16.4.0.40-beta 1,014 12/10/2018
16.3.0.36 1,288 11/27/2018
16.3.0.35-beta 951 11/23/2018
16.3.0.29 1,461 10/30/2018
16.3.0.21 1,868 9/21/2018