Forum Discussion
doubleugk
Oct 24, 2022Copper Contributor
Excel JS API getproperties from SharePoint
I want to create an add-in that retrieves and sets document properties for a file stored on SharePoint online. I am using managed properties that I would like to update. The current methods seem to only apply to Excel document properties. The so called
context.workbook.properties.custom does not contain any SharePoint properties.
Do you have any idea how I can accomplish this?
- JKPieterseSilver ContributorSInce you say that the office-js API does not give you those properties I assume they are managed by Sharepoint and not by Excel. Perhaps PowerAutomate to the rescue here?