Forum Discussion

JenniferCordero's avatar
JenniferCordero
Community Member
3 years ago

Embedding Spreadsheet saved on Microsoft Teams or OneDrive

Hi There,

Is there any way to embed a spreadsheet from an Excel Spreadsheet that is saved on a shared drive like OneDrive or MS Teams? Ideally, I'd like the spreadsheet to be visible within a block in Rise 360, but also reflect the most current information which is why a screenshot will not be sufficient.

 

Thank You!

  • Hi Jennifer! In OneDrive, you can set the link to "Anyone with the link can view" then use your OneDrive URL in an iFrame. Here's a generic code:

    <iframe src="insert URL here"></iframe>

    Once you've inserted your URL in the iFrame code above, you can insert the code in Rise through the Multimedia>Embed block.

    Let me know how that works for you!