Combining Aspose.Words and Aspose.Cells

Hello,

I’m wondering if it’s possible to programmatically include an Excel spreadsheet created by Aspose.Cells within a document created by Aspose.Words. Normally a use would probably do this with OLE but in this case I want some of the Word document output to contain the Excel sheet.

Regards, Alex.

Hi
Thanks for your inquiry. Unfortunately there is no way to Insert OLE objects into the document using Aspose.Words. But you can insert Data from Excel to Word document. Please see the Xls2Doc demo:
https://releases.aspose.com/words/net
Hope this helps.
Best regards.