Convert Excel to Word

Convert Excel Workbook to Word

No need to wonder how to convert an Excel workbook to Word, because the Aspose.Cells for Python via Java library provides the best solution. 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 a worksheet to a .docx file.

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