Export from excel to word

Hi,

Can we export excel file into word using Aspose?

Thanks,

Navnath

Hi,

Thanks for your posting and using Aspose.

Do you want to convert xls file into a doc file? This is possible via Aspose.Cells and Aspose.Words.

If this is your requirement, then you should post your query on Aspose.Words forum.

I guess, they have developed API that can convert your xls file into a doc file.

Another approach is to export your workbook into html and then use Aspose.Words to create a Word document from html.

Also, you can embed your xls file into your Ms-Word document as an Ole Object.