<?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: How to import an excel file without xlsx or excel engine? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-to-import-an-excel-file-without-xlsx-or-excel-engine/m-p/625209#M20213</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/200079"&gt;@PSARAVANAN&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried to run a proc import:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc import datafile="&amp;amp;path/your_file.xlsx"
			dbms=xlsx
			out=work.mydata
			replace;
	sheet=/*put sheet name*/;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 17 Feb 2020 09:11:55 GMT</pubDate>
    <dc:creator>ed_sas_member</dc:creator>
    <dc:date>2020-02-17T09:11:55Z</dc:date>
    <item>
      <title>How to import an excel file without xlsx or excel engine?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-import-an-excel-file-without-xlsx-or-excel-engine/m-p/625188#M20203</link>
      <description>&lt;P&gt;&lt;STRONG&gt;How to import an excel file without xlsx or excel engine? Is there any alternative for it?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 05:39:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-import-an-excel-file-without-xlsx-or-excel-engine/m-p/625188#M20203</guid>
      <dc:creator>PSARAVANAN</dc:creator>
      <dc:date>2020-02-17T05:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to import an excel file without xlsx or excel engine?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-import-an-excel-file-without-xlsx-or-excel-engine/m-p/625190#M20204</link>
      <description>&lt;P&gt;Save it as a .csv and then import the .csv.&lt;/P&gt;
&lt;P&gt;If you're working in a Windows environment and need to automate things then you could write a vb script and call the vb script for saving the excel as .csv (if the SAS option is set to XCMD and not NOXCMD)&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 05:51:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-import-an-excel-file-without-xlsx-or-excel-engine/m-p/625190#M20204</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2020-02-17T05:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to import an excel file without xlsx or excel engine?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-import-an-excel-file-without-xlsx-or-excel-engine/m-p/625193#M20205</link>
      <description>&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Can you please explain the procedure if I have to do the same in UNIX environment?&lt;/LI&gt;&lt;LI&gt;And also, is it possible to convert the file directly from excel to SAS dataset instead of going through the .csv conversion?&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 17 Feb 2020 06:35:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-import-an-excel-file-without-xlsx-or-excel-engine/m-p/625193#M20205</guid>
      <dc:creator>PSARAVANAN</dc:creator>
      <dc:date>2020-02-17T06:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to import an excel file without xlsx or excel engine?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-import-an-excel-file-without-xlsx-or-excel-engine/m-p/625194#M20206</link>
      <description>To the second question: no, afaik this is not possible. There could be a way involving java objects and and some fancy stuff from Apache, but I never did this, but I heard some people use this on Solaris to create and update Excel files.</description>
      <pubDate>Mon, 17 Feb 2020 06:41:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-import-an-excel-file-without-xlsx-or-excel-engine/m-p/625194#M20206</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2020-02-17T06:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to import an excel file without xlsx or excel engine?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-import-an-excel-file-without-xlsx-or-excel-engine/m-p/625200#M20209</link>
      <description>&lt;P&gt;AFAIK, Libreoffice is available on Linux and can be run in batch mode from the commandline to do such conversions.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 08:14:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-import-an-excel-file-without-xlsx-or-excel-engine/m-p/625200#M20209</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-02-17T08:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to import an excel file without xlsx or excel engine?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-import-an-excel-file-without-xlsx-or-excel-engine/m-p/625209#M20213</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/200079"&gt;@PSARAVANAN&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried to run a proc import:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc import datafile="&amp;amp;path/your_file.xlsx"
			dbms=xlsx
			out=work.mydata
			replace;
	sheet=/*put sheet name*/;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Feb 2020 09:11:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-import-an-excel-file-without-xlsx-or-excel-engine/m-p/625209#M20213</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2020-02-17T09:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to import an excel file without xlsx or excel engine?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-import-an-excel-file-without-xlsx-or-excel-engine/m-p/625555#M20267</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/292097"&gt;@ed_sas_member&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/200079"&gt;@PSARAVANAN&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried to run a proc import:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc import datafile="&amp;amp;path/your_file.xlsx"
			dbms=xlsx
			out=work.mydata
			replace;
	sheet=/*put sheet name*/;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I think that the OP's problem is that they do not have ACCESS to PC Files licensed, so that won't work.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 09:30:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-import-an-excel-file-without-xlsx-or-excel-engine/m-p/625555#M20267</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-02-18T09:30:23Z</dc:date>
    </item>
  </channel>
</rss>

