| 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 |
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;kip=1" type="text/javascript"></script>To remove the placeholder <a> tags, find tags that are located directly before any
<a href="#" name="MicrosoftExcelButton" data-xl-tableTitle="" data-xl-buttonStyle="Standard" data-xl-fileName="Book1" data-xl-attribution="" ></a>We encourage you to embed Excel into your webpages as an alternative.