Convert Excel to Word

Convert Excel Workbook to Word

No need to wonder how to convert Excel Workbook to Word, because Aspose.Cells for Python via Java library has best decision. The Aspose.Cells for Python via Java API provides support for converting spreadsheets to Word format. To export the workbook to Word, pass SaveFormat.DOCX as the second parameter of Workbook.save method. You may also use DocxSaveOptions class to specify additional settings for exporting worksheet to .docx file.

The following code example demonstrates exporting Excel Workbook to Word. Please see the code to convert source file to the Word file generated by the code for reference.