Skip to content
shoaibkhan-aspose edited this page Apr 17, 2014 · 1 revision

Aspose.Cells

Workbook workbook = new Workbook("workbook.xls");

//Save the document in PDF format
workbook.save("AsposeConvert.pdf", SaveFormat.PDF);

Download Source Code

Clone this wiki locally