Office.Settings not retrievable in Excel Online when created and set in Excel Desktop
问题 According to the API docs, the Office.Settings objects are saved per add-in and per document. That is, they are available only to the add-in that created them, and only from the document in which they are saved. I'm a bit confused regarding the Office.Settings interface. I've created a gist in the ScriptLab Add-in where I set 2 setting objects (queries and queryIDs) and then retrieve them (log them to console). Gist: https://gist.github.com/VivianVenter/e5489628384f96f2d3bf9a50aace8728 If I