I set up a R Shiny app on the server which has a panel embedding an Excel spreadsheet in it. The embedded excel can show up in IE browser but it doesn't show up in Chrome. I've turned ad blockers off and tried a few other options I'm aware of, but got no luck.
Wondering if anyone knows why this is happening.
The script of embedding the excel spreadsheet is simply
tabPanel("Master Model", includeHTML("include.html"))
where include.html includes the embed code for the excel spreadsheet with details below:
<iframe width="1800" height="900" frameborder="0" scrolling="no" src="https://onedrive.live.com/..."></iframe>