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#
Say Bye to Bugs
using GemBox.Spreadsheet;
var workbook = ExcelFile.Load("ContactNumbers.xlsx");
workbook.Save("Convert.pdf");
Yes, it is that simple to convert excel file to pdf in C#
Hi. You can use a free online tool to convert Excel to PDF https://freetools.site/document-converters/excel-to-pdf
LikeLike