<?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 Import XLSX using excel engine in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Import-XLSX-using-excel-engine/m-p/616855#M180671</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I have XLSX file and I want to import it using excel engine.&lt;/P&gt;
&lt;P&gt;When I go to start and paste the path&amp;nbsp;&amp;nbsp;&lt;CODE class=" language-sas"&gt;\\path\zaad_batuah.xLSX&amp;nbsp; then I can see the XLSX file (So this path is correct).&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE class=" language-sas"&gt;However I get an error that the file doesn't exist&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE class=" language-sas"&gt;Is there anything wrong with my code?&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname RRR clear;
libname RRR XLSX   "\\path\LoansInfo.xLSX"; 
data    LoansInfo;
set RRR.LoansInfo;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jan 2020 09:30:48 GMT</pubDate>
    <dc:creator>Ronein</dc:creator>
    <dc:date>2020-01-13T09:30:48Z</dc:date>
    <item>
      <title>Import XLSX using excel engine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-XLSX-using-excel-engine/m-p/616855#M180671</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I have XLSX file and I want to import it using excel engine.&lt;/P&gt;
&lt;P&gt;When I go to start and paste the path&amp;nbsp;&amp;nbsp;&lt;CODE class=" language-sas"&gt;\\path\zaad_batuah.xLSX&amp;nbsp; then I can see the XLSX file (So this path is correct).&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE class=" language-sas"&gt;However I get an error that the file doesn't exist&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE class=" language-sas"&gt;Is there anything wrong with my code?&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname RRR clear;
libname RRR XLSX   "\\path\LoansInfo.xLSX"; 
data    LoansInfo;
set RRR.LoansInfo;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2020 09:30:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-XLSX-using-excel-engine/m-p/616855#M180671</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2020-01-13T09:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Import XLSX using excel engine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-XLSX-using-excel-engine/m-p/616863#M180677</link>
      <description>&lt;P&gt;Hi, two things:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.The excel file you are trying to import needs to be closed or in a share mode.&lt;/P&gt;&lt;P&gt;2.The dataset you are using in the set statement 'RRR.LoansInfo' has to be a sheet in your excel file.&lt;/P&gt;&lt;P&gt;I.e.: If LoansInfo isn't a sheet name in your excel file it won't work.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2020 10:31:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-XLSX-using-excel-engine/m-p/616863#M180677</guid>
      <dc:creator>Oligolas</dc:creator>
      <dc:date>2020-01-13T10:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Import XLSX using excel engine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-XLSX-using-excel-engine/m-p/616876#M180685</link>
      <description>&lt;P&gt;3. just because you can see the file from your computer, does not necessarily mean, that the sas-session sees it, too.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2020 11:28:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-XLSX-using-excel-engine/m-p/616876#M180685</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2020-01-13T11:28:56Z</dc:date>
    </item>
  </channel>
</rss>

