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
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#