?Embedding Excel Worksheet into PowerPoint?

I have a web service that produces an Excel worksheet. I need to embed the Excel worksheet into PowerPoint specifying page, position, and size. Does the Aspose.PowerPoint product support this?

Thank you.

You can embed Excel worksheet and teoretically any other object and set correct size and position.

But to make object visible it’s necessary to open presentation with MS PowerPoint and update object.

Thank you for your response.

I'm guessing that some combination of OleObjectType (Microsoft Excel) and OleObjectFrame would be used to embed the Excel object. Do you have any code that demonstrates how this would be done?

Thank you.

Please check OleDemo. It has example how to embed excel sheet.