Skip to content

Tests the ability of Internet Explorer 11 to load the task pane for an add-in for Excel 365

Notifications You must be signed in to change notification settings

sjgarland/IEtest

Repository files navigation

IEtest

This add-in for Excel 365 tests the ability of Internet Explorer 11 to load its task pane.

It is a stripped-down version of the Formula Forge add-in in the AppSource marketplace.

To use IEtest, side-load its manifest ietest.xml into Excel and click the Show Taskpane button in the IE Test command group on Excel's Home tab. The task pane should display a text view and a tree view of the formula -B1^2.

In desktop Excel, it may be necessary to click the Show Taskpane button twice for the text and tree view to appear.

The task pane loads successfully in Excel 365 for Windows, Excel 365 for the Macintosh, and Excel 365 for the Web when viewed with any browser (e.g, Edge, Chrome, Firefox, and Safari) other than Internet Explorer 11.

It does not load successfully in Excel 2013+ or Excel 2016+ because those versions of Excel use Internet Explorer 11 instead of Edge.

Microsoft has announced that it is discontinuing support for Internet Explorer. However, it is hard to see how it can do that without also discontinuing support for Excel 2013+ and Excel 2106+.

Internet Explorer 11 fails to load and execute taskpane.js, as evidenced by the fact that its console log does not contain either of the messages written by taskpane.js. Instead it contains the following error messages.

SCRIPT5022: 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.
office.js (46,28063)
SEC7111: HTTPS security is compromised by res://ieframe.dll/dnserrordiagoff.htm
SEC7111: HTTPS security is compromised by res://ieframe.dll/errorPageStrings.js
SEC7111: HTTPS security is compromised by res://ieframe.dll/httpErrorPagesScripts.js

About

Tests the ability of Internet Explorer 11 to load the task pane for an add-in for Excel 365

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published