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