Convert XLS XLSX to PDF
Contents
[
Hide
]
Converting your Excel data to PDF is the key feature for the reporting apps. This can easily be achieved with Aspose.Cells which is part of Conholdate.Total for .NET.
Convert XLS XLSX to PDF in C#
To convert XLS, XLSX or any Excel format to PDF, you can follow these simple steps.
- Load the document
- Save the loaded file as PDF
Following code shows these steps in detail.