I have created a PowerPoint presentation which has an Excel range pasted as a link in it. This is done through copying a range in Excel, then in PowerPoint paste special and paste link. When the underlying excel range changes, I can update the link in PowerPoint so that it has the latest data.
Can this be done with python-pptx? Where is the link information stored? I can't see anything relevant in prs.slides[0].shapes[0].element
nor prs.slides[0].shapes[0].click_action.hyperlink