Quantcast
Viewing all articles
Browse latest Browse all 10096

How can I use Excel Online within an iFrame

I work in a control center where we have to monitor 3 different websites, and track things on an Excel document.  We have Office 365 for Business, and our excel document is in a sharepoint documents library.  To "do our work", we essentially have 4 different browser tabs open, each on their own window, and each window "dragged around" to various points on the desktop and sized appropriately so that they can all be visible at once.  None of the website views take up a lot of footprint on the page itself, so having each of these browser windows un-maximized and placed at strategic points is easy to do.  However, these windows all have a LOT of "wasted space" with the tool bars and the bookmarks bar and the borders, etc.  

To make everything look very neat, and also to use the entire monitor with the browser in full-screen mode, I thought I would just make a simple html file that could be launched from the local file system, with each of the websites sitting in their own frame.  This works great for everything except the online excel file that we need to use.  I've been able to "embed" the excel file just fine, but it is not editable. 

Is there a way that I can put this excel file into an iframe so that we can edit it, just as if it were in its own browser tab/window? Based on other posts and a lot of web searching, I tried to add this tag to the beginning of the html, but it didn't seem to have any effect: <WebPartPages:AllowFraming ID="AllowFraming1" runat="server" /> 

Below is my html code with all of the iframes sized and arranged how we need them to be. 

<WebPartPages:AllowFraming ID="AllowFraming1" runat="server" /> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html style="height: 100%;"><head><title>Operations Screen</title></head><body style="width: 100%; height: 100%; margin:0; padding:0; background: #404041 url('webpage_header.png') center top no-repeat; font:bold 42px arial; color:#FF0000; overflow:hidden;"><table style="height: 100%;" width="100%" border=0 cellpadding=0 cellspacing=0><tr><td width="30%"  style="height: 540px;"><iframe src="https://website-redacted.com" width="100%" height="100%"></iframe></td><td width="50%"><iframe src="https://website-redacted.com" sandbox="allow-same-origin allow-scripts allow-popups allow-forms" width="100%" height="100%"></iframe></td><td width="20%" rowspan=2><iframe src="https://website-redacted.com" width="100%" height="100%"></iframe></td></tr><tr><td colspan=2> <iframe src="https://OURCOMPANYHERE.sharepoint.com/FOC/_layouts/15/Doc.aspx?sourcedoc={95f1006b-e5c9-45c8-88a1-6f6dab89599f}&action=default"
	 width="100%" height="100%"></iframe></td></tr></table></body></html>


Viewing all articles
Browse latest Browse all 10096

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>