Hello. I’m working with a client who is using Aspose to create PPT slides with charts that are generated using data from an Excel file that’s embedded within the PPT doc.
It would be useful for us to have the ability to also populate slide text elements with data from select cells with the embedded Excel. So ideally, if someone were to update the embedded Excel document, then BOTH the charts and the linked text elements within the slide would change to match the new Excel data.
Is this linkage between an embedded Excel cell and a PPT text elements something that can be created within a slide that is generated by Aspose? If so, can you suggest a high-level approach to how this could be done?
We’ve been thinking toward a VBScript that would run when the PPT is opened, check the value of a specific cell, and update the text element. But perhaps there’s a better way?