Forum Discussion

doubleugk's avatar
doubleugk
Copper Contributor
Oct 24, 2022

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?

  • JKPieterse's avatar
    JKPieterse
    Silver Contributor
    SInce 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?

Resources