The relevant slide xml is:
- Code: Select all
<a:graphic>
<a:graphicData uri="http://schemas.openxmlformats.org/presentationml/2006/ole">
<p:oleObj spid="_x0000_s1902595" name="Chart" r:id="rId4" imgW="9324832" imgH="7153227" progId="MSGraph.Chart.8">
<p:embed followColorScheme="full"/>
</p:oleObj>
</a:graphicData>
</a:graphic>
The relationship rid4 is:
- Code: Select all
<Relationship Id="rId4" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/oleObject" Target="../embeddings/oleObject1.bin"/>
I want to know how to programmatically access the chart data in the .bin file and manipulate it.
Thanks