I have a requirement to convert excel template to word. Then using Aspose.Word for JAVA I can merge all word templates (including the converted excel template) to PDF file.
Hi,
Thank you for considering Aspose APIs.
Please note and I am afraid, you cannot convert Excel spreadsheets to Word documents directly via Aspose.Cells APIs. FYI, Aspose.Cells is a spreadsheet management library that manages MS Excel file formats. We have another component i.e., Aspose.Words that manages MS word documents. But, for your requirements, you have to use two APIs, that are; Aspose.Cells & Aspose.Pdf to achieve your goal. The Aspose.Cells APIs will allow you to convert the spreadsheet formats to PDF where Aspose.Pdf APIs can convert PDF to Word document formats
Hope, this helps a bit.
Thank you.