Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Excel add-in is not loading and only shows white screen on some desktop excel application #1866

Closed
ektadesai22 opened this issue May 17, 2021 · 7 comments
Assignees
Labels
Area: add-ins platform Issue related to the add-ins platform Area: Edge WebView Issue related to add-in's use of Edge WebView Resolution: has workaround Problem can be avoided by implementing workaround Type: product bug Bug in the Office Add-ins platform or Office JavaScript APIs Type: product question Question about the Office Add-ins platform or Office JavaScript APIs

Comments

@ektadesai22
Copy link

ektadesai22 commented May 17, 2021

Excel add-in is not loading only shows white screen on some desktop excel application.

Can you help us to identify the root cause?
I am getting below general error and it is not helping to identify the cause.
"Office.js has not fully loaded. Your app must call "Office.onReady()" as part of it's loading sequence (or set the "Office.initialize" function). If your app has this functionality, try reloading this page."

image

image

We found this issue for below configurations.
Configurations:

  1. Windows 10 Home (10.0.19042 build 19042)
    Microsoft office Professional Plus 2019 (version 2103, build 13901.20462) – 64 bit
  2. Windows 7 Professional Service pack1
    Microsoft office Professional Plus 2016 (16.0.4549.1000) – 64 bit
@ghost ghost added the Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP label May 17, 2021
@slabereemsft slabereemsft added Area: add-ins platform Issue related to the add-ins platform Area: Edge WebView Issue related to add-in's use of Edge WebView Type: product bug Bug in the Office Add-ins platform or Office JavaScript APIs Type: product question Question about the Office Add-ins platform or Office JavaScript APIs and removed Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP labels May 17, 2021
@ektadesai22
Copy link
Author

ektadesai22 commented May 18, 2021

add-in working fine for below configuration
Windows 10 Home
Microsoft Office Professional Plus 2016 (version 2104, build 13929.20372) – 64 bit

@ektadesai22
Copy link
Author

@smaremanda - Could you please provide information on this?

@ektadesai22
Copy link
Author

@smaremanda - Could you please help me on this?

@ektadesai22
Copy link
Author

Finally, I found the root cause.
The office is using Internet Explorer for addin and ES6 is not supported in IE11.
I have used Arrow functions which are not supported in IE11 and because of that office.js is not loading. I have replaced the arrow functions with normal functions and then it works fine.

@gourav-bk
Copy link

I was facing the same issue and I have solved it by switching office 2019 to Office 365. This works fine now.

@ElizabethSamuel-MSFT
Copy link
Contributor

@ektadesai22 Closing this issue as it seems to be resolved. If you're still facing this issue, do open a new one or comment on this one so we can reopen.

Thanks.

@Lucius-LaFromboise-Enterprises-LLC

Hello,

I am having this same issue. I've been looking around at many other threads with this same issue and it seems like everyone is able to solve it or it just works suddenly. Would you please share the arrow function that you originally used and what you replaced it with? I would like to compare them with what I am using.

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: add-ins platform Issue related to the add-ins platform Area: Edge WebView Issue related to add-in's use of Edge WebView Resolution: has workaround Problem can be avoided by implementing workaround Type: product bug Bug in the Office Add-ins platform or Office JavaScript APIs Type: product question Question about the Office Add-ins platform or Office JavaScript APIs
Projects
None yet
Development

No branches or pull requests

6 participants