<?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 How to download excel sheet from sharepoint site? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-download-excel-sheet-from-sharepoint-site/m-p/275257#M55024</link>
    <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to read/download excel sheet from Sharepoint site?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Trivvikrum&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 05 Jun 2016 18:54:06 GMT</pubDate>
    <dc:creator>Trivikram</dc:creator>
    <dc:date>2016-06-05T18:54:06Z</dc:date>
    <item>
      <title>How to download excel sheet from sharepoint site?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-download-excel-sheet-from-sharepoint-site/m-p/275257#M55024</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to read/download excel sheet from Sharepoint site?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Trivvikrum&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jun 2016 18:54:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-download-excel-sheet-from-sharepoint-site/m-p/275257#M55024</guid>
      <dc:creator>Trivikram</dc:creator>
      <dc:date>2016-06-05T18:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to download excel sheet from sharepoint site?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-download-excel-sheet-from-sharepoint-site/m-p/275332#M55049</link>
      <description>&lt;P&gt;Well, Sharepoint can be mapped to a network drive just like any other network drive. &amp;nbsp;If you speak to your IT group they should be able to help you with this. &amp;nbsp;Note that your SAS will need to be able to access that network area - i.e. if your SAS is a network then that network needs access rights to Sharepoint - often that is done locally on your machine. &amp;nbsp;Again, your IT will be able to help with this.&lt;/P&gt;
&lt;P&gt;Once you have it linked as a network path, then you simply import as normal:&lt;/P&gt;
&lt;PRE&gt;proc import datafile="d:\&amp;lt;path&amp;gt;\&amp;lt;filename&amp;gt;.xlsx"...&lt;/PRE&gt;
&lt;P&gt;Where D is mapped to the Sharepoint site.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2016 09:25:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-download-excel-sheet-from-sharepoint-site/m-p/275332#M55049</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-06-06T09:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to download excel sheet from sharepoint site?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-download-excel-sheet-from-sharepoint-site/m-p/275333#M55050</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just puzzle pieces &amp;nbsp;never done this before &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;How about&amp;nbsp;using the URL access method to get the file and Sharepoint&amp;nbsp;Excel Services REST.&lt;/P&gt;
&lt;P&gt;Using the REST API, you can access workbook parts or elements directly through a URL so hopefully it works with filename url &lt;SPAN&gt;access method&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2016 09:38:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-download-excel-sheet-from-sharepoint-site/m-p/275333#M55050</guid>
      <dc:creator>BrunoSilva</dc:creator>
      <dc:date>2016-06-06T09:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to download excel sheet from sharepoint site?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-download-excel-sheet-from-sharepoint-site/m-p/275658#M55140</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;This solution doesn't work and it would be good if you provide code as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;//Trivvikrum&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 13:31:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-download-excel-sheet-from-sharepoint-site/m-p/275658#M55140</guid>
      <dc:creator>Trivikram</dc:creator>
      <dc:date>2016-06-07T13:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to download excel sheet from sharepoint site?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-download-excel-sheet-from-sharepoint-site/m-p/275688#M55149</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Assume thats toward me yes? &amp;nbsp;What "doesn't work"? &amp;nbsp;The code you want is a simple proc import of a file once you have sharepoint mapped to network drive. &amp;nbsp;What did your IT group say?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 14:47:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-download-excel-sheet-from-sharepoint-site/m-p/275688#M55149</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-06-07T14:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to download excel sheet from sharepoint site?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-download-excel-sheet-from-sharepoint-site/m-p/275714#M55169</link>
      <description>Hi,&lt;BR /&gt;I applied below and it worked fine.&lt;BR /&gt;proc import datafile='\\sharepointsite\excel.xls*;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;Br&lt;BR /&gt;Trivvikrum&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jun 2016 15:38:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-download-excel-sheet-from-sharepoint-site/m-p/275714#M55169</guid>
      <dc:creator>Trivikram</dc:creator>
      <dc:date>2016-06-07T15:38:46Z</dc:date>
    </item>
  </channel>
</rss>

