Excel for Office 365 for Mac PowerPoint for Office 365 for Mac Excel 2016 for Mac PowerPoint 2016 for Mac Excel for Mac 2011 PowerPoint for Mac 2011 More. Less AutoRecover, a feature that is available in some Office applications, attempts to recover files automatically in the. 2020-3-17 This article describes how to do a clean uninstallation of Microsoft Skype for Business on Mac. To cleanly uninstall Skype of Business on Mac, follow these steps: Log on to your computer by using administrative credentials. Exit Skype For Business on Mac if it's running. Drag the Skype For Business on Mac application to the Trash. 2016-8-2 滴答清单必读指南 系列文章第7篇——安装MAC非AppStore版后报错的处理方法目录见:如何更好地使用滴答清单-更新日志 本文涉及到的功能:MAC版本安装MAC有两个版本:(1)从App Store下载的版本(2)从官方网站下. Perhaps you wanted to tweak something using a tip from Macworld, Mac OS X Hints, or elsewhere on the Web. Or maybe a developer asked you to delete a preference file, or grab a log file, while. 博文 来自: 你见,或者不见. 2013-2-28 Hi Forum, Recently, I deleted many apps that I simple don't use anymore. I was searching around my machine to see if any files where remaining in the usual places: preference, application support, saved state etc. But I found a new one as seen in the title here. Does anyone know what kind.
-->You can remove an add-in that you've previously sideloaded on Windows, Mac, or iOS by clearing the Office cache on your computer.
Additionally, if you make changes to your add-in's manifest (for example, update file names of icons or text of add-in commands), you should clear the Office cache and then re-sideload the add-in using updated manifest. Doing so will allow Office to render the add-in as it's described by the updated manifest.
Clear the Office cache on Windows
To remove all sideloaded add-ins from Excel, Word, and PowerPoint, delete the contents of the folder:
To remove a sideloaded add-in from Outlook, use the steps outlined in Sideload Outlook add-ins for testing to find the add-in in the Custom add-ins section of the dialog box that lists your installed add-ins. Choose the ellipsis (...
) for the add-in and then choose Remove to remove that specific add-in.
Additionally, to clear the Office cache on Windows 10 when the add-in is running in Microsoft Edge, you can use the Microsoft Edge DevTools.
Tip
If you're just wanting the sideloaded add-in to reflect recent changes to its HTML or JavaScript source files, you shouldn't need to use the following steps to clear the cache. Instead, just put focus in the add-in's task pane (by clicking anywhere within the task pane) and then press F5 to reload the add-in.
Note
To clear the Office cache using the following steps, your add-in must have a task pane. If your add-in is a UI-less add-in -- for example, one that uses the on-send feature -- you'll need to add a task pane to your add-in that uses the same domain for SourceLocation, before you can use the following steps to clear the cache.

Install the Microsoft Edge DevTools.
Open your add-in in the Office client.
Run the Microsoft Edge DevTools.
In the Microsoft Edge DevTools, open the Local tab. Your add-in will be listed by its name.
Select the add-in name to attach the debugger to your add-in. A new Microsoft Edge DevTools window will open when the debugger attaches to your add-in.
On the Network tab of the new window, select the Clear cache button.
If completing these steps doesn't produce the desired result, you can also select the Always refresh from server button.
Clear the Office cache on Mac
Add-ins are often cached in Office for Mac, for performance reasons. Normally, the cache is cleared by reloading the add-in. If more than one add-in exists in the same document, the process of automatically clearing the cache on reload might not be reliable.
You can clear the cache by using the personality menu of any task pane add-in.
Choose the personality menu. Then choose Clear Web Cache.
Note
You must run macOS version 10.13.6 or later to see the personality menu.
Group Containers Mac Delete

Stl Containers
You can also clear the cache manually by deleting the contents of the ~/Library/Containers/com.Microsoft.OsfWebHost/Data/
folder.
Note
If that folder doesn't exist, check for the following folders and if found, delete the contents of the folder:
~/Library/Containers/com.microsoft.{host}/Data/Library/Caches/
where{host}
is the Office host (e.g.,Excel
)~/Library/Containers/com.microsoft.{host}/Data/Library/Application Support/Microsoft/Office/16.0/Wef/
where{host}
is the Office host (e.g.,Excel
)com.microsoft.Office365ServiceV2/Data/Caches/com.microsoft.Office365ServiceV2/
Clear the Office cache on iOS
To clear the Office cache on iOS, call window.location.reload(true)
from JavaScript in the add-in to force a reload. Alternatively, you can reinstall Office.