We are building Office JS taskpane addin for (Word, Excel, PowerPoint) and we are heavily relying on the data stored into the document (custom XML). In Word and Excel there are API's to access that information, but it seems that in PowerPoint the support is not yet there.
Lack of API support is critical for us, is there plans to add support for this or any workarounds?
I found discussion few years back, stating that the support was almost there already in 2021:
https://stackoverflow.com/questions/64805455/how-to-work-with-custom-xml-in-powerpoint-and-office-js
Any help/pointers/etc. would be appreciated!