<?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: import excel file from sharepoint site in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/import-excel-file-from-sharepoint-site/m-p/592393#M169842</link>
    <description>&lt;P&gt;you have a comma in the URL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;change the portion to&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;tset.com&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 28 Sep 2019 14:41:18 GMT</pubDate>
    <dc:creator>ghosh</dc:creator>
    <dc:date>2019-09-28T14:41:18Z</dc:date>
    <item>
      <title>import excel file from sharepoint site</title>
      <link>https://communities.sas.com/t5/SAS-Programming/import-excel-file-from-sharepoint-site/m-p/592390#M169840</link>
      <description>&lt;P&gt;Getting error when trying to get data from the sharepoint -Please help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FILENAME website HTTP 'https://tset,com/Shared%20Documents/people_counts.xlsx';&lt;/P&gt;&lt;P&gt;data file;&lt;BR /&gt;n=-1;&lt;BR /&gt;infile website recfm=s nbyte=n length=len;&lt;BR /&gt;input;&lt;BR /&gt;file "C:/test/Summary.xls" recfm=n;&lt;BR /&gt;put _infile_ $varying32767. len;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Unauthorized to retrieve URL. Use the debug option for more info.&lt;BR /&gt;NOTE: UNBUFFERED is the default with RECFM=N.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Sep 2019 13:52:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/import-excel-file-from-sharepoint-site/m-p/592390#M169840</guid>
      <dc:creator>radha009</dc:creator>
      <dc:date>2019-09-28T13:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: import excel file from sharepoint site</title>
      <link>https://communities.sas.com/t5/SAS-Programming/import-excel-file-from-sharepoint-site/m-p/592393#M169842</link>
      <description>&lt;P&gt;you have a comma in the URL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;change the portion to&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;tset.com&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Sep 2019 14:41:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/import-excel-file-from-sharepoint-site/m-p/592393#M169842</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2019-09-28T14:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: import excel file from sharepoint site</title>
      <link>https://communities.sas.com/t5/SAS-Programming/import-excel-file-from-sharepoint-site/m-p/592409#M169845</link>
      <description>&lt;P&gt;typo mistake.actual program doesn;t have comma.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Sep 2019 17:05:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/import-excel-file-from-sharepoint-site/m-p/592409#M169845</guid>
      <dc:creator>radha009</dc:creator>
      <dc:date>2019-09-28T17:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: import excel file from sharepoint site</title>
      <link>https://communities.sas.com/t5/SAS-Programming/import-excel-file-from-sharepoint-site/m-p/592427#M169860</link>
      <description>&lt;P&gt;You probably need to add user and password options given the authorisation problem. Also add DEBUG as suggested.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Sep 2019 21:31:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/import-excel-file-from-sharepoint-site/m-p/592427#M169860</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-09-28T21:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: import excel file from sharepoint site</title>
      <link>https://communities.sas.com/t5/SAS-Programming/import-excel-file-from-sharepoint-site/m-p/592487#M169886</link>
      <description>You're aware that this just copies the data set to your C drive and doesn't import the data? I believe you can import the xls file directly from SharePoint, you don't need to have an intermediary step, you do need the correct path though. Usually, I view the file in Windows Explorer to get the path and then import it, though it's been a while since I've had to do this.</description>
      <pubDate>Sun, 29 Sep 2019 17:25:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/import-excel-file-from-sharepoint-site/m-p/592487#M169886</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-09-29T17:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: import excel file from sharepoint site</title>
      <link>https://communities.sas.com/t5/SAS-Programming/import-excel-file-from-sharepoint-site/m-p/592499#M169890</link>
      <description>I view excel on sharepoibt only thru url. I can’t view thru windows explorer. How can I directly import from sharepoint?&lt;BR /&gt;</description>
      <pubDate>Sun, 29 Sep 2019 19:29:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/import-excel-file-from-sharepoint-site/m-p/592499#M169890</guid>
      <dc:creator>radha009</dc:creator>
      <dc:date>2019-09-29T19:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: import excel file from sharepoint site</title>
      <link>https://communities.sas.com/t5/SAS-Programming/import-excel-file-from-sharepoint-site/m-p/592505#M169892</link>
      <description>&lt;P&gt;Is this an internal company site? Go to the document library, in Internet Explorer (not Chrome). Open the list and select view in Windows Explorer.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/192083"&gt;@radha009&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I view excel on sharepoibt only thru url. I can’t view thru windows explorer. How can I directly import from sharepoint?&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Sep 2019 21:34:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/import-excel-file-from-sharepoint-site/m-p/592505#M169892</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-09-29T21:34:55Z</dc:date>
    </item>
  </channel>
</rss>

