How to insert Excel sheet in Word Document?

Hi,

I would like to add an Excel sheet to a Word document.
I find a way to do it with Aspose.Cells / Words, but the sheet is converted in a tab.

What I want is the same result as using Insert -> Object -> ExcelSheet in Word 2007.

Do Aspose components allow to do that ?

Thanks,

Q.

Hi,

I will move the thread to Aspose.Words forum, so one of the developer could help you soon.

Thank you.

Ok,

Thanks.

Hi Quentin,

Thank you for your interest in Aspose.Words. Unfortunately, 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. 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.
Best regards,