<?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 Problem with Excel (.xlsx) spreadsheet data importing on SAS 9.4 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-Excel-xlsx-spreadsheet-data-importing-on-SAS-9-4/m-p/524375#M142593</link>
    <description>&lt;P&gt;I am problem importing excel using libname statement on SAS 9.4?&lt;/P&gt;&lt;P&gt;I am using the example on SAS Programming lesson. They used examples for SAS Studio and Enterprise guide but its not working for Windows 10. Any help will be appreciated;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;libname np xlsx "FILEPATH/np_info.xlsx"; &lt;/PRE&gt;</description>
    <pubDate>Thu, 03 Jan 2019 20:26:03 GMT</pubDate>
    <dc:creator>CathyVI</dc:creator>
    <dc:date>2019-01-03T20:26:03Z</dc:date>
    <item>
      <title>Problem with Excel (.xlsx) spreadsheet data importing on SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-Excel-xlsx-spreadsheet-data-importing-on-SAS-9-4/m-p/524375#M142593</link>
      <description>&lt;P&gt;I am problem importing excel using libname statement on SAS 9.4?&lt;/P&gt;&lt;P&gt;I am using the example on SAS Programming lesson. They used examples for SAS Studio and Enterprise guide but its not working for Windows 10. Any help will be appreciated;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;libname np xlsx "FILEPATH/np_info.xlsx"; &lt;/PRE&gt;</description>
      <pubDate>Thu, 03 Jan 2019 20:26:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-Excel-xlsx-spreadsheet-data-importing-on-SAS-9-4/m-p/524375#M142593</guid>
      <dc:creator>CathyVI</dc:creator>
      <dc:date>2019-01-03T20:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Excel (.xlsx) spreadsheet data importing on SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-Excel-xlsx-spreadsheet-data-importing-on-SAS-9-4/m-p/524383#M142595</link>
      <description>&lt;P&gt;Could you please describe "not working" more completely?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you get errors copy from the log both the code and the error messages and paste into a code box opened using the forum's {I} icon to preserve formatting of error messages.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are using the University edition then SAS runs in a virtual box that does not see your entire hard drive only those parts established using the virtual machine. So the files have to be in specific folders AND the syntax is Linux based with the path starting "/folders/myfolders".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are using server based version then the path has to match what the server sees and likely it cannot access your hard drive.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 21:13:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-Excel-xlsx-spreadsheet-data-importing-on-SAS-9-4/m-p/524383#M142595</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-01-03T21:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Excel (.xlsx) spreadsheet data importing on SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-Excel-xlsx-spreadsheet-data-importing-on-SAS-9-4/m-p/524384#M142596</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the error message i received.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;{58 options validvarname=v7;&lt;BR /&gt;59 libname NP xlxs 'C:\Users\Adewumi.Adegboye\Documents\EPG194\data\np_info.xlsx';&lt;BR /&gt;ERROR: The XLXS engine cannot be found.&lt;BR /&gt;ERROR: Error in the LIBNAME statement.}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And this is my code;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{options validvarname=v7;&lt;BR /&gt;libname work excel "C:\Users\Adewumi\Documents\EPG194\data\np_info.xlsx" access=read;&lt;BR /&gt;run;}&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 21:26:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-Excel-xlsx-spreadsheet-data-importing-on-SAS-9-4/m-p/524384#M142596</guid>
      <dc:creator>CathyVI</dc:creator>
      <dc:date>2019-01-03T21:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Excel (.xlsx) spreadsheet data importing on SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-Excel-xlsx-spreadsheet-data-importing-on-SAS-9-4/m-p/524386#M142598</link>
      <description>&lt;P&gt;Make sure that you are having SAS V 9.4 Maintenance 2 or higher to&amp;nbsp;access the xlsx through Libname.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, the&amp;nbsp;&lt;SPAN&gt;XLSX engine&amp;nbsp;&lt;/SPAN&gt;does require&lt;SPAN&gt;&amp;nbsp;a license for SAS/ACCESS to PC Files. The SAS University edition has it at a part of the Package.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2015/05/20/using-libname-xlsx-to-read-and-write-excel-files/" target="_blank"&gt;https://blogs.sas.com/content/sasdummy/2015/05/20/using-libname-xlsx-to-read-and-write-excel-files/&lt;/A&gt;&lt;/SPAN&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;</description>
      <pubDate>Thu, 03 Jan 2019 21:31:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-Excel-xlsx-spreadsheet-data-importing-on-SAS-9-4/m-p/524386#M142598</guid>
      <dc:creator>r_behata</dc:creator>
      <dc:date>2019-01-03T21:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Excel (.xlsx) spreadsheet data importing on SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Problem-with-Excel-xlsx-spreadsheet-data-importing-on-SAS-9-4/m-p/524391#M142600</link>
      <description>@ r_behata:&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 03 Jan 2019 22:01:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Problem-with-Excel-xlsx-spreadsheet-data-importing-on-SAS-9-4/m-p/524391#M142600</guid>
      <dc:creator>CathyVI</dc:creator>
      <dc:date>2019-01-03T22:01:52Z</dc:date>
    </item>
  </channel>
</rss>

