<?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 Re: Importing a Gsheet in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Importing-a-Gsheet/m-p/585581#M79126</link>
    <description>&lt;P&gt;Jthi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This solution worked in part. That is I could get it to work with a file for which I could get a URL. However when I use the Pick File function on Google Drive the URL it returns fails spectacularly, where as if I get the URL directly from Google browser address bar it works like a charm.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Dec 2022 22:45:16 GMT</pubDate>
    <dc:creator>D_Meakin</dc:creator>
    <dc:date>2022-12-28T22:45:16Z</dc:date>
    <item>
      <title>Importing a Gsheet</title>
      <link>https://community.jmp.com/t5/Discussions/Importing-a-Gsheet/m-p/585008#M79073</link>
      <description>&lt;P&gt;Has anyone figured out how to import a gsheet from a google drive?&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:58:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Importing-a-Gsheet/m-p/585008#M79073</guid>
      <dc:creator>D_Meakin</dc:creator>
      <dc:date>2023-06-10T23:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Importing a Gsheet</title>
      <link>https://community.jmp.com/t5/Discussions/Importing-a-Gsheet/m-p/585030#M79075</link>
      <description>&lt;P&gt;One option could be to use Drive API's &lt;A href="https://developers.google.com/drive/api/v3/reference/files/export" target="_blank" rel="noopener"&gt;Files: export&lt;/A&gt;&amp;nbsp;, you should be able to export it as xlsx by using correct &lt;A href="https://developers.google.com/drive/api/guides/ref-export-formats" target="_self"&gt;MIME Type&lt;/A&gt;. Export seems seems to have 10MB limit.&lt;/P&gt;
&lt;P&gt;Or use methods mentioned here&amp;nbsp;&lt;A href="https://www.labnol.org/internet/direct-links-for-google-drive/28356/#google-sheets---export-links" target="_self"&gt;https://www.labnol.org/internet/direct-links-for-google-drive/28356/#google-sheets---export-links&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This will most likely download the whole file but only open one sheet&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

f = New HTTP Request(
	Method("GET"),
	URL("https://docs.google.com/spreadsheets/d/1FH3Y2-vRUgojntPkCSJI5Pd-15rsJ1a0SFCRaT-iqgo/export?format=xlsx")
) &amp;lt;&amp;lt; send;

dt = Open(
	f,
	Worksheets("787 Status Snapshot"),
	Worksheet Settings(Headers Start on Row(1), Data Starts on Row(2))
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Dec 2022 06:34:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Importing-a-Gsheet/m-p/585030#M79075</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-12-23T06:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Importing a Gsheet</title>
      <link>https://community.jmp.com/t5/Discussions/Importing-a-Gsheet/m-p/585581#M79126</link>
      <description>&lt;P&gt;Jthi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This solution worked in part. That is I could get it to work with a file for which I could get a URL. However when I use the Pick File function on Google Drive the URL it returns fails spectacularly, where as if I get the URL directly from Google browser address bar it works like a charm.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 22:45:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Importing-a-Gsheet/m-p/585581#M79126</guid>
      <dc:creator>D_Meakin</dc:creator>
      <dc:date>2022-12-28T22:45:16Z</dc:date>
    </item>
  </channel>
</rss>

