<?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: Reading xlsx data in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Reading-xlsx-data/m-p/729528#M227033</link>
    <description>&lt;P&gt;It would be easier with a CSV file instead of an XSLX file.&amp;nbsp; Then you could write a data step to read it.&lt;/P&gt;</description>
    <pubDate>Sat, 27 Mar 2021 03:22:18 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2021-03-27T03:22:18Z</dc:date>
    <item>
      <title>Reading xlsx data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-xlsx-data/m-p/728615#M226708</link>
      <description>&lt;P&gt;How can I read the excel data that is in the following format (Column A is the Target, B is blank ,&amp;nbsp; &amp;nbsp;Column C to V&amp;nbsp; is my actual data that I need to summaries after reading ). summary table is to add the column with 1's from Column C to V.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example I have about 20 columns in forward section( from Column C to V -only 6 is shown here)&amp;nbsp; and 24 columns in Reverse section(&amp;nbsp; Columns Z to AW) and 24 columns in primer section( columns BA to BX in Excel) . All these columns have 0 and 1. Need to summarize all the three sections and create a table.&lt;/P&gt;
&lt;P&gt;Any suggestions how to start reading this excel format?&lt;/P&gt;
&lt;TABLE width="663"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="126"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="54"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD colspan="6" width="384"&gt;Reverse&lt;/TD&gt;
&lt;TD width="35"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="64"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;4&lt;/TD&gt;
&lt;TD&gt;5&lt;/TD&gt;
&lt;TD&gt;6&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;Mismatched&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Target&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;G&lt;/TD&gt;
&lt;TD&gt;A&lt;/TD&gt;
&lt;TD&gt;C&lt;/TD&gt;
&lt;TD&gt;A&lt;/TD&gt;
&lt;TD&gt;T&lt;/TD&gt;
&lt;TD&gt;C&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;Seq&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;ht/Bal/alxk/2019&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;ht/Bal/alxk/2020&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;ht/Bal/alxk/2021&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 01:55:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-xlsx-data/m-p/728615#M226708</guid>
      <dc:creator>Stalk</dc:creator>
      <dc:date>2021-03-24T01:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Reading xlsx data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-xlsx-data/m-p/728618#M226709</link>
      <description>Did you try using the RANGE option with the EXCEL notation to select specific cells?&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2018/06/21/read-excel-range/" target="_blank"&gt;https://blogs.sas.com/content/sasdummy/2018/06/21/read-excel-range/&lt;/A&gt;</description>
      <pubDate>Wed, 24 Mar 2021 02:22:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-xlsx-data/m-p/728618#M226709</guid>
      <dc:creator>qoit</dc:creator>
      <dc:date>2021-03-24T02:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Reading xlsx data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-xlsx-data/m-p/729527#M227032</link>
      <description>&lt;P&gt;Good idea. Will try that solution. Thank you&lt;/P&gt;</description>
      <pubDate>Sat, 27 Mar 2021 02:20:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-xlsx-data/m-p/729527#M227032</guid>
      <dc:creator>Stalk</dc:creator>
      <dc:date>2021-03-27T02:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Reading xlsx data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-xlsx-data/m-p/729528#M227033</link>
      <description>&lt;P&gt;It would be easier with a CSV file instead of an XSLX file.&amp;nbsp; Then you could write a data step to read it.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Mar 2021 03:22:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-xlsx-data/m-p/729528#M227033</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-03-27T03:22:18Z</dc:date>
    </item>
  </channel>
</rss>

