Settings API for office add-ins (Office.js) is not working in Excel
问题 In my Excel add-in, I save settings via the common Settings API, like this: Office.context.document.settings.set("user-selected-stock","MSFT"); Office.context.document.settings.saveAsync(); Starting about a week ago, many of my add-in users have begun complaining that this feature is no longer working. I was able to confirm that the problem is an issue with Excel, because a user was able to reproduce the issue with the People Graph add-in, which is built by Microsoft and preinstalled by