advanced-formula-environment icon indicating copy to clipboard operation
advanced-formula-environment copied to clipboard

Excel Labs fails to load

Open Michelle39140 opened this issue 2 years ago • 3 comments

I installed Excel Labs from Add-ins store, but it won't load for me. Tried re-loading multiple times but it doesn't work.

My office version if Version 16.77 (23091003). MacOS is Ventura, Version 13.5.1. image

Michelle39140 avatar Oct 23 '23 02:10 Michelle39140

Are you able to open the developer tools and check the console for any error messages? This might help us track down the problem.

To do so, I think you need to run

defaults write com.microsoft.Excel OfficeWebAddinDeveloperExtras -bool true

as described here: https://learn.microsoft.com/en-us/office/dev/add-ins/testing/debug-office-add-ins-on-ipad-and-mac#debugging-with-safari-web-inspector-on-a-mac

and then you should be able to right-click, inspect element, and then view console.

If you are unable to do that. Do you know if this happens in every workbook, even blank ones? Do the other 'experiments' like the generative ai and python panes also fail to load?

jack-williams avatar Oct 23 '23 08:10 jack-williams

I regularly get this error too, seems to be more common with a complex workbook so possibly a time-out? I used inspect element and get the following screen, let me know if you want me to provide more details @jack-williams .

image

NickRedwood avatar Dec 16 '23 15:12 NickRedwood

I also find Excel Labs can spend a long time on 'Loading data from your workbook' before it fails. Also, if I click in a cell while it's doing this, it goes to the 'Failed to Load' screen and then refuses to try again if I click Retry.

NickRedwood avatar Dec 26 '23 21:12 NickRedwood