Skip to content

Latest commit

 

History

History
50 lines (23 loc) · 1.9 KB

File metadata and controls

50 lines (23 loc) · 1.9 KB
title Removing Excel Interactive View from a webpage
description The Excel Interactive View feature has been disabled. If you have inserted an Excel Interactive View into your webpage, you can remove it by removing the `<script>` tag and the placeholder `<a>` tags for the button from the HTML of your webpage.
ms.date 09/25/2017
ms.assetid 407b3aa3-7286-462b-905f-811a3b7f3f1c
ms.localizationpriority medium

Removing Excel Interactive View from a webpage

The Excel Interactive View feature has been disabled. If you have inserted an Excel Interactive View into your webpage, you can remove it by removing the <script> tag and the placeholder <a> tags for the button from the HTML of your webpage.

To remove the <script> tag, search for and delete the following HTML.

<script src="http://r.office.microsoft.com/r/rlidExcelButton?v=1&amp;amp;kip=1" type="text/javascript"></script>

To remove the placeholder <a> tags, find tags that are located directly before any

elements in your HTML. Because tags are customizable, parse your HTML for the first part of the string to find all the instances of the button.

<a href="#" name="MicrosoftExcelButton" data-xl-tableTitle="" data-xl-buttonStyle="Standard" data-xl-fileName="Book1" data-xl-attribution="" ></a>

Workarounds

We encourage you to embed Excel into your webpages as an alternative.

See also