Excel data embedded as ole in ppt

1) I have an excel with data only and no chart. I used this sample http://www.aspose.com/documentation/.net-components/aspose.slides-for-.net/working-with-ole-object-frames.html. The ppt shows object changed text. Why is that? and how to avoid it?


2) If i want to embed A2:B10 cells of excel in ppt as ole. And i want to embed this in top left of the slide, how do i do that? What methods are available to embed at an exact position of slide.

Any help is appreciated.

Thanks

Please give examples of embedding excel data in presentation as ole object.

The example in http://www.aspose.com/documentation/.net-components/aspose.slides-for-.net/creating-excel-chart-and-embedding-it-in-presentation-as-ole-object.html is for charts. Can you give example for just data and no charts?


This message was posted using Aspose.Live 2 Forum

Hi,

Thanks for your considering Aspose.Slides.

I think we have shared the information related to adding excel file data in PPT slide using the OLE Objects. As discussed, please use the code snippet given here for adding OLE Object to PPT slides.

Moreover, the "Object Changed" message in the generated PPT is not a bug and is not related to Aspose.Slides. Please find necessary details about the issue here. Also, there is a workaround method that can be used to activate the OLE Objects upon opening the presentation using VB Scripts. Please follow this link for further details.

As far as issue of selecting particular cells from excel file and embedding them inside an OLE object, I will request the Aspose.Cells member to help you further in resolving this issue.

Hi,

2) Well, you can only use Worksheets.SetOleSize() method to specify ole object’s worksheet matrix size i.e. which rows/columns view of the worksheet should be displayed first by default.

Thank you.