Hi
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Thanks for your request. Inserting new OLE objects into Word documents and updating existing OLE objects is not supported at the moment. Inserting an OLE object usually requires the host application and probably cannot be done by Aspose.Words.
What is supported is preserving OLE objects in documents. That is if you open an MS Word document and then save it (possibly in another MS Word format) then OLE objects are preserved. You can also access objects programmatically, extract their data and preview image. However, creating new OLE objects is not supported.
If you need to insert Excel to Word document, you can try using Excel2Word demo project created using Apsoe.Cells and Aspose.Words. You can download this demo from here:
http://www.aspose.com/community/files/51/.net-components/aspose.words-for-.net/entry187174.aspx
Best regards,