[python-win32] embedded Excel data in PowerPoint Chart

Guido Paolano gpaolano at servicemanagement.com
Wed Nov 11 04:55:59 CET 2009


 

This may have been answered elsewhere, and if so I apologize.  But I'm
trying to change the data in the excel embedded in a powerpoint chart.

 

I can get the chart data to open with this, but can't access the cell
data:

 

App = win32com.client.Dispatch("PowerPoint.Application")

Presentation = App.Presentations.Open(x)

Presentation.Slides[0].Shapes[0].Chart.ChartData.Activate()

 

I have a template chart, so I just need to open it and change the data.

 

Thanks

________________________________________________________________________
_________________________________

Guido Paolano, M.A. | Service Management Group | Research Analyst |
gpaolano at servicemanagement.com <mailto:gpaolano at servicemanagement.com>
| 816.841.5636

 


#####################################################################################
This email and any attachments thereto may contain private, confidential, 
and privileged material for the sole use of the intended recipient. Any review,
copying, or distribution of this email (or any attachments thereto) by others is 
strictly prohibited. If you are not the intended recipient, please contact the sender 
immediately and permanently delete the original and any copies of this email and any
attachments thereto.
#####################################################################################
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20091110/dcb6c2a1/attachment.htm>


More information about the python-win32 mailing list