<?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 SAS 9.3 Libname for Excel file missing one sheet in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-Libname-for-Excel-file-missing-one-sheet/m-p/207568#M51540</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am tryin to import an Excel file that has three sheets, but when I try to use a libname statement to access the sheet names, it only seems to pick up 2 sheets. Does anyone have experience with this and can tell me what the issue might be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code I'm using is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname xl "C:\....\Sample File.xls";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jul 2015 16:10:29 GMT</pubDate>
    <dc:creator>bsam17</dc:creator>
    <dc:date>2015-07-21T16:10:29Z</dc:date>
    <item>
      <title>SAS 9.3 Libname for Excel file missing one sheet</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-Libname-for-Excel-file-missing-one-sheet/m-p/207568#M51540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am tryin to import an Excel file that has three sheets, but when I try to use a libname statement to access the sheet names, it only seems to pick up 2 sheets. Does anyone have experience with this and can tell me what the issue might be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code I'm using is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname xl "C:\....\Sample File.xls";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 16:10:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-Libname-for-Excel-file-missing-one-sheet/m-p/207568#M51540</guid>
      <dc:creator>bsam17</dc:creator>
      <dc:date>2015-07-21T16:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 Libname for Excel file missing one sheet</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-Libname-for-Excel-file-missing-one-sheet/m-p/207569#M51541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please show the names of the sheets in the Excel file. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 16:24:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-Libname-for-Excel-file-missing-one-sheet/m-p/207569#M51541</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-07-21T16:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 Libname for Excel file missing one sheet</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-Libname-for-Excel-file-missing-one-sheet/m-p/207570#M51542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For example, the sheet names are:&lt;/P&gt;&lt;P&gt;1) Cash and Liquidity Cushion Mgt&lt;/P&gt;&lt;P&gt;2) Cash Movement Summary&lt;/P&gt;&lt;P&gt;3) Fees &amp;amp; Misc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a few hundred Excel files with varying numbers of sheets, but the first sheet ("Cash and Liquidity Cushion Mgt") is never identified. I tried renaming or re-ordering but to no avail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 21:41:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-Libname-for-Excel-file-missing-one-sheet/m-p/207570#M51542</guid>
      <dc:creator>bsam17</dc:creator>
      <dc:date>2015-07-21T21:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 Libname for Excel file missing one sheet</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-Libname-for-Excel-file-missing-one-sheet/m-p/207571#M51543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then it's something in the sheet. &lt;/P&gt;&lt;P&gt;How does this one differ from the others?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy the workbook and delete sections of the sheet at time (binary search) until you narrow it down.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 21:46:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-Libname-for-Excel-file-missing-one-sheet/m-p/207571#M51543</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-07-21T21:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 Libname for Excel file missing one sheet</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-Libname-for-Excel-file-missing-one-sheet/m-p/207572#M51544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The sheet name is too long. Try making them shorter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 22:18:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-Libname-for-Excel-file-missing-one-sheet/m-p/207572#M51544</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2015-07-21T22:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 Libname for Excel file missing one sheet</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-Libname-for-Excel-file-missing-one-sheet/m-p/207573#M51545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's only 30 chars?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 22:20:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-Libname-for-Excel-file-missing-one-sheet/m-p/207573#M51545</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-07-21T22:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 Libname for Excel file missing one sheet</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-Libname-for-Excel-file-missing-one-sheet/m-p/207574#M51546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excel sheets can have blanks that aren't seen unless you highlight the name like preparing to rename. And even then depending on the font may not be noticeable. I was suspecting long names which is why I asked earlier. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 22:43:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-Libname-for-Excel-file-missing-one-sheet/m-p/207574#M51546</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-07-21T22:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 Libname for Excel file missing one sheet</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-Libname-for-Excel-file-missing-one-sheet/m-p/207575#M51547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually you can still read table &lt;STRONG&gt;xl.'Cash and Liquidity Cushion Mgt$'n&lt;/STRONG&gt; but you can't see it in SAS Explorer window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 01:23:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-Libname-for-Excel-file-missing-one-sheet/m-p/207575#M51547</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2015-07-22T01:23:48Z</dc:date>
    </item>
  </channel>
</rss>

