<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Dropbox Embed Excel Sheet support in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Embed-Excel-Sheet-support/m-p/426053#M22744</link>
    <description>&lt;P&gt;We are using the new Dropbox embedder to show files on our website. It is working overall, with the exception of excel sheet tabs. The excel sheet loads correctly, but on mobile devices the user cannot switch excel worksheets/tabs. There is an overlay menu that has buttons to switch to full screen or to print. I believe that the overlay is preventing tabs to be switched. If you switch to full screen mode, it is possible to switch worksheets.&lt;/P&gt;
&lt;P&gt;Here is the code that is being used:&lt;/P&gt;
&lt;PRE&gt;&amp;lt;!DOCTYPE html&amp;gt;

&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head runat="server"&amp;gt;
    &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;
    &amp;lt;script type="text/javascript" src="https://www.dropbox.com/static/api/2/dropins.js" id="dropboxjs" data-app-key="myAppKey"&amp;gt;&amp;lt;/script&amp;gt;
    &amp;lt;script type="text/javascript"&amp;gt;

    &amp;lt;/script&amp;gt;
    &amp;lt;style&amp;gt;
        body, html, form {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0
        }

        .row-container {
            display: flex;
            width: 100%;
            height: 100%;
            flex-direction: column;
            overflow: hidden;
        }

        .row {
            flex-grow: 1;
            border: none;
            margin: 0;
            padding: 0;
        }
    &amp;lt;/style&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
    &amp;lt;form id="form1" runat="server" style="text-align:center"&amp;gt;
        &amp;lt;div class="row-container"&amp;gt;
            &amp;lt;a id="theFrame" class="dropbox-embed row"&amp;gt;&amp;lt;/a&amp;gt;
        &amp;lt;/div&amp;gt;
    &amp;lt;/form&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&amp;lt;script type="text/javascript"&amp;gt;
    let theFrame = document.getElementById('theFrame');

    Dropbox.embed({
        link: "https://www.dropbox.com/mysharedlink.xlsx?dl=0"
    }, theFrame);
&amp;lt;/script&amp;gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 02 Jun 2020 17:49:23 GMT</pubDate>
    <dc:creator>moosterbaan</dc:creator>
    <dc:date>2020-06-02T17:49:23Z</dc:date>
    <item>
      <title>Dropbox Embed Excel Sheet support</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Embed-Excel-Sheet-support/m-p/426053#M22744</link>
      <description>&lt;P&gt;We are using the new Dropbox embedder to show files on our website. It is working overall, with the exception of excel sheet tabs. The excel sheet loads correctly, but on mobile devices the user cannot switch excel worksheets/tabs. There is an overlay menu that has buttons to switch to full screen or to print. I believe that the overlay is preventing tabs to be switched. If you switch to full screen mode, it is possible to switch worksheets.&lt;/P&gt;
&lt;P&gt;Here is the code that is being used:&lt;/P&gt;
&lt;PRE&gt;&amp;lt;!DOCTYPE html&amp;gt;

&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head runat="server"&amp;gt;
    &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;
    &amp;lt;script type="text/javascript" src="https://www.dropbox.com/static/api/2/dropins.js" id="dropboxjs" data-app-key="myAppKey"&amp;gt;&amp;lt;/script&amp;gt;
    &amp;lt;script type="text/javascript"&amp;gt;

    &amp;lt;/script&amp;gt;
    &amp;lt;style&amp;gt;
        body, html, form {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0
        }

        .row-container {
            display: flex;
            width: 100%;
            height: 100%;
            flex-direction: column;
            overflow: hidden;
        }

        .row {
            flex-grow: 1;
            border: none;
            margin: 0;
            padding: 0;
        }
    &amp;lt;/style&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
    &amp;lt;form id="form1" runat="server" style="text-align:center"&amp;gt;
        &amp;lt;div class="row-container"&amp;gt;
            &amp;lt;a id="theFrame" class="dropbox-embed row"&amp;gt;&amp;lt;/a&amp;gt;
        &amp;lt;/div&amp;gt;
    &amp;lt;/form&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&amp;lt;script type="text/javascript"&amp;gt;
    let theFrame = document.getElementById('theFrame');

    Dropbox.embed({
        link: "https://www.dropbox.com/mysharedlink.xlsx?dl=0"
    }, theFrame);
&amp;lt;/script&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 02 Jun 2020 17:49:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Embed-Excel-Sheet-support/m-p/426053#M22744</guid>
      <dc:creator>moosterbaan</dc:creator>
      <dc:date>2020-06-02T17:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Embed Excel Sheet support</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Embed-Excel-Sheet-support/m-p/426125#M22747</link>
      <description>&lt;P&gt;Thanks for the report! We'll look into it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way, the Embedder offers two different ways to set it up:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;"&lt;A href="https://www.dropbox.com/developers/embedder#embed-via-anchor-tags" target="_self"&gt;using anchor tags&lt;/A&gt;"&lt;/LI&gt;
&lt;LI&gt;"&lt;A href="https://www.dropbox.com/developers/embedder#embedder-javascript" target="_self"&gt;using JavaScript&lt;/A&gt;"&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;You only need to use one or the other, but it looks like you're currently trying to use both. That is, you have both the "dropbox-embed" class on an anchor, as well as using 'Dropbox.embed' to set the embed on that same element. To avoid complications, please just use one of the two methods.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 20:18:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Embed-Excel-Sheet-support/m-p/426125#M22747</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-06-02T20:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Embed Excel Sheet support</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Embed-Excel-Sheet-support/m-p/426349#M22754</link>
      <description>&lt;P&gt;Thank you for looking into it.&lt;/P&gt;&lt;P&gt;I updated our code to use the Javascript method only.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 14:36:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Embed-Excel-Sheet-support/m-p/426349#M22754</guid>
      <dc:creator>moosterbaan</dc:creator>
      <dc:date>2020-06-03T14:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Embed Excel Sheet support</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Embed-Excel-Sheet-support/m-p/461463#M23676</link>
      <description>&lt;P&gt;I decided to try this again, and am happy to report that this is now working as expected.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 17:57:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Embed-Excel-Sheet-support/m-p/461463#M23676</guid>
      <dc:creator>moosterbaan</dc:creator>
      <dc:date>2020-10-14T17:57:23Z</dc:date>
    </item>
  </channel>
</rss>

