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#
Leave a Reply