BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
//Step 1: Instantiates the spreadsheet creation engine.
ExcelEngine excelEngine = new ExcelEngine();
//Step 2: Instantiates the excel application object.
IApplication application = excelEngine.Excel;
IWorkbook workbook = application.Workbooks.Open("Sample.xlsx", ExcelOpenType.Automatic);
//Opens the Excel Document to Convert.
ExcelToPdfConverter converter = new ExcelToPdfConverter(workbook);
//Intializes the PDFDocument.
PdfDocument pdfDoc = new PdfDocument();
//Intializes the ExcelToPdfconverterSettings.
ExcelToPdfConverterSettings settings = new ExcelToPdfConverterSettings();
//Converts Excel Document into PDF document.
// this line throw exception!
pdfDoc = converter.Convert(settings);
//Saves the pdf file.
pdfDoc.Save("ExceltoPDF.pdf");
Microsoft.Office.Interop.Excel
It saved to PDF and worked well.
So I guess there is some bug in XlsIO
Hi Bronts,
Thank you for using Syncfusion products.
We were able to reproduce the issue and have
logged defect report regarding this. We have provided the estimation time line
for this fix in the incident you have created. Kindly follow up that incident to get further updates.
Please let me know if you have any questions.
Regards,
Ishwarya N
Click the Select a file button above or drag and drop a file into the drop zone. Select the file you want to convert from XLS or XLSX to PDF format. After uploading the Excel sheet, Acrobat automatically converts it to the PDF file format. Sign in to download or share your converted PDF.
Regards,
Will