Convert Excel file to PDF using Gembox.Spreadsheet in C#

in Header

using GemBox.Spreadsheet;

CODE

var workbook = ExcelFile.Load("ContactNumbers.xlsx");
        workbook.Save("Convert.pdf");

Yes, it is that simple to convert excel file to pdf in C#

One thought on “Convert Excel file to PDF using Gembox.Spreadsheet in C#

Add yours

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Blog at WordPress.com.

Up ↑

Design a site like this with WordPress.com
Get started