Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
nk.S
Posted - 07/08/2024 : 5:59:58 PM Origin Ver. and Service Release (Select Help-->About Origin): origin 2023 Operating System: window10
hi!! please, i need your help!!~~
I'm trying to automate updating ole objects inserted in powerpoint using python. To roughly explain the process, 1. Open the origin OLE object (1 graph, 1 worksheet, name unknown) inserted into PowerPoint using a win32 module 2. insert the data preprocessed in Python into the worksheet of the ole object. 3. I don't want to change the current graph settings (no rescale), update only the changed data to the graph, save it, and close it.
code is as below, but it's not working, is there a good solution?