Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Chart.update_cached_values() (from linked Excel workbook) #115

Open
zcattacz opened this issue Aug 24, 2014 · 3 comments
Open

feature: Chart.update_cached_values() (from linked Excel workbook) #115

zcattacz opened this issue Aug 24, 2014 · 3 comments
Labels
Milestone

Comments

@zcattacz
Copy link

even with linked graph, one has to select every single chart and click update once per chart. this is tedious work for weekly presentation with lot of charts. It would be great if its possible to be done in a programatical way. update ppt with data directly from obdc database.

@zcattacz zcattacz changed the title request: ability to update embedded dataset for inserted graphs request: ability to update embedded dataset for inserted charts Aug 24, 2014
@scanny
Copy link
Owner

scanny commented Aug 24, 2014

@zcattacz I'll need more to go on. Are you sure you got the right repo? I'm not sure what kind of linked graphs you're talking about.

@zcattacz
Copy link
Author

Sorry. allow me to explain, I mean the charts pasted from excel. or created by clicking Chart button from Insert tab. Normal paste will create a embedded dataset in pptx (not sure about is actual structure in xml) which is used to plot the chart.
Right clicking these charts and select edit data will bring up a Excel instance where user can edit the data for the chart. The difference between a linked and normally pasted chart is that linked chart's edit data action will open the linked excel source file, normal chart will open a temporary one. After saving the charts will be replotted with updated data.
For linked charts simply editing the source excel file before opening the pptx will not get these pptx charts updated, one has to select each chart and click the update button once per chart. (where "linked" really doesn't help much. the pptx has a snapshot of these data embedded in either case, I believe.)
It would be really great if there is a programable way to update these data snapshots pptx embeded for inserted charts.
Hope this help make the topic clear.

@scanny
Copy link
Owner

scanny commented Aug 25, 2014

Ah, got it now, thanks, that makes sense :)

@scanny scanny changed the title request: ability to update embedded dataset for inserted charts feature: Chart.update_cached_values() (from linked Excel workbook) Sep 19, 2014
@scanny scanny added the chart label Sep 19, 2014
@scanny scanny modified the milestone: later Nov 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants