<?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: read excel file at special row and column in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/read-excel-file-at-special-row-and-column/m-p/95985#M27154</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using Range option in Proc Import.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;proc import file='c:\temp\op.xls' out=op dbms=xls replace;&lt;/P&gt;&lt;P&gt;Range = "E10:K20";&lt;/P&gt;&lt;P&gt;getnames=yes;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2012 18:17:08 GMT</pubDate>
    <dc:creator>Pritish</dc:creator>
    <dc:date>2012-06-29T18:17:08Z</dc:date>
    <item>
      <title>read excel file at special row and column</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/read-excel-file-at-special-row-and-column/m-p/95984#M27153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How i can read excel file into SAS only from special col and row to special col and row?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the excel file I want read from E 10 to&amp;nbsp; K20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the code like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc import&lt;/P&gt;&lt;P&gt;out=one&lt;/P&gt;&lt;P&gt;datafile=''c:\temp\a.xls"&lt;/P&gt;&lt;P&gt;DBMS=excel replace;&lt;/P&gt;&lt;P&gt;sheet="aa$";&lt;/P&gt;&lt;P&gt;StartRow=10,&lt;/P&gt;&lt;P&gt;StartCol=E,&lt;/P&gt;&lt;P&gt;EndRow=20,&lt;/P&gt;&lt;P&gt;EndCol=K,&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2012 16:16:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/read-excel-file-at-special-row-and-column/m-p/95984#M27153</guid>
      <dc:creator>Mike_Davis</dc:creator>
      <dc:date>2012-06-29T16:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: read excel file at special row and column</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/read-excel-file-at-special-row-and-column/m-p/95985#M27154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using Range option in Proc Import.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;proc import file='c:\temp\op.xls' out=op dbms=xls replace;&lt;/P&gt;&lt;P&gt;Range = "E10:K20";&lt;/P&gt;&lt;P&gt;getnames=yes;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2012 18:17:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/read-excel-file-at-special-row-and-column/m-p/95985#M27154</guid>
      <dc:creator>Pritish</dc:creator>
      <dc:date>2012-06-29T18:17:08Z</dc:date>
    </item>
  </channel>
</rss>

