Forum Discussion
Olaf Hubel
Aug 05, 2016Former Employee
Share it: Embed an Excel workbook on your web page or blog from OneDrive
Sharing from SharePoint or OneDrive for Business? Go https://support.office.com/en-us/article/here-7af74ce6-e8a0-48ac-ba3b-a1dd627b7773. With your Excel workbook https://support.office.com/en-us/...
Deleted
Feb 07, 2017Hi Olaf,
I am having some trouble getting parameters to work when trying to embed an Excel Online workbook. Here is my code below:
<iframe frameborder="0" scrolling="no" width="1300px" height="800px" src=" https://appriver3651017602-my.sharepoint.com/personal/anthea_crowinsight_com/_layouts/15/guestaccess.aspx?docid=0b17dabec9a1f49b187468da6ff7a95b3&authkey=AXSgrs04KGUuS1n9JCImSZ0&rev=1&action=embedview&wdDownloadButton=True&wdbipreview=True&wdAllowInteractivity=True&wdHideHeaders=True&wdHideSheetTabs=True&wdHideGridlines=True&ActiveCell=O22">
I have an Office 365 ProPlus subscription and I'm able to embed the basic Excel view using the code. However, when I try to specify turning off gridlines or hiding sheet tabs, those do not work. Might you know why? Is it because I don't have the right permissions to SharePoint?
Thanks!