<?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 Unable to import xlsx file using PROC IMPORT. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-import-xlsx-file-using-PROC-IMPORT/m-p/867488#M342620</link>
    <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Unable to import xlsx file using PROC IMPORT.&amp;nbsp;I tried to use DBMS = xlsx on SAS 9.4 M7.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="441418_0-1680279840464.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/82237iD7273BC194C04468/image-size/medium?v=v2&amp;amp;px=400" role="button" title="441418_0-1680279840464.png" alt="441418_0-1680279840464.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 31 Mar 2023 16:24:07 GMT</pubDate>
    <dc:creator>441418</dc:creator>
    <dc:date>2023-03-31T16:24:07Z</dc:date>
    <item>
      <title>Unable to import xlsx file using PROC IMPORT.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-import-xlsx-file-using-PROC-IMPORT/m-p/867488#M342620</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Unable to import xlsx file using PROC IMPORT.&amp;nbsp;I tried to use DBMS = xlsx on SAS 9.4 M7.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="441418_0-1680279840464.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/82237iD7273BC194C04468/image-size/medium?v=v2&amp;amp;px=400" role="button" title="441418_0-1680279840464.png" alt="441418_0-1680279840464.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 16:24:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-import-xlsx-file-using-PROC-IMPORT/m-p/867488#M342620</guid>
      <dc:creator>441418</dc:creator>
      <dc:date>2023-03-31T16:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to import xlsx file using PROC IMPORT.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-import-xlsx-file-using-PROC-IMPORT/m-p/867494#M342625</link>
      <description>&lt;P&gt;Don't attach files.&amp;nbsp; If you want to share text click on the Insert Code icon and paste the text into the pop-up window.&amp;nbsp; It you want to attach an image you can paste it into the normal editor box.&amp;nbsp; Or click on the Insert Photos icon and either drag it there or browse to the file and select it.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 16:20:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-import-xlsx-file-using-PROC-IMPORT/m-p/867494#M342625</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-03-31T16:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to import xlsx file using PROC IMPORT.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-import-xlsx-file-using-PROC-IMPORT/m-p/867498#M342628</link>
      <description>&lt;P&gt;Use SAS/ACCESS Interface to OLEDB&lt;BR /&gt;In SAS/ACCESS interface to OLEDB, you can submit the following code to create or read an .xlsx file with Microsoft office 2007 OLEDB&lt;/P&gt;&lt;P&gt;libname LibTest oledb init_string="Provider=Microsoft.ACE.OLEDB.12.0;&lt;BR /&gt;data source='C:\Excelfiles\Air.xlsx';&lt;BR /&gt;extended Properties=Excel 12.0";&lt;/P&gt;&lt;P&gt;data Test;&lt;BR /&gt;set LibTest.'Air3'n;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 16:24:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-import-xlsx-file-using-PROC-IMPORT/m-p/867498#M342628</guid>
      <dc:creator>CodeName</dc:creator>
      <dc:date>2023-03-31T16:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to import xlsx file using PROC IMPORT.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-import-xlsx-file-using-PROC-IMPORT/m-p/867499#M342629</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/441418"&gt;@441418&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Unable to import xlsx file using PROC IMPORT.&amp;nbsp;I tried to use DBMS = xlsx on SAS 9.4 M7.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="441418_0-1680279840464.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/82237iD7273BC194C04468/image-size/medium?v=v2&amp;amp;px=400" role="button" title="441418_0-1680279840464.png" alt="441418_0-1680279840464.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Open the file in question with Excel or other office software to see if it is valid.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 16:26:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-import-xlsx-file-using-PROC-IMPORT/m-p/867499#M342629</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-03-31T16:26:11Z</dc:date>
    </item>
  </channel>
</rss>

