<?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 How to find worksheet names of an excel file? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-find-worksheet-names-of-an-excel-file/m-p/666884#M199613</link>
    <description />
    <pubDate>Fri, 03 Jul 2020 20:15:27 GMT</pubDate>
    <dc:creator>inavjots</dc:creator>
    <dc:date>2020-07-03T20:15:27Z</dc:date>
    <item>
      <title>How to find worksheet names of an excel file?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-find-worksheet-names-of-an-excel-file/m-p/666884#M199613</link>
      <description />
      <pubDate>Fri, 03 Jul 2020 20:15:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-find-worksheet-names-of-an-excel-file/m-p/666884#M199613</guid>
      <dc:creator>inavjots</dc:creator>
      <dc:date>2020-07-03T20:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to find worksheet names of an excel file?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-find-worksheet-names-of-an-excel-file/m-p/666885#M199614</link>
      <description>Assign a libname to the Excel workbook and use PROC CONTENTS.&lt;BR /&gt;&lt;BR /&gt;*This code will create a libname reference to an Excel file and list all Sheets in the results window;&lt;BR /&gt;libname sample xlsx 'C:\Temp\Sample_v2.xlsx'; *your statement will depend on your OS/Excel version;&lt;BR /&gt;&lt;BR /&gt;proc contents data=sample._all_;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;*copy all worksheets to work library;&lt;BR /&gt;proc copy in=sample out=work;&lt;BR /&gt;run;</description>
      <pubDate>Fri, 03 Jul 2020 20:48:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-find-worksheet-names-of-an-excel-file/m-p/666885#M199614</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-07-03T20:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to find worksheet names of an excel file?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-find-worksheet-names-of-an-excel-file/m-p/668412#M200356</link>
      <description>libname sample xlsx '/folders/myfolders/EPG194/data/storm.xlsx';&lt;BR /&gt;proc contents data=sample._all_;&lt;BR /&gt;run;&lt;BR /&gt;proc copy in=sample out=work;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It keeps loading. Is there something wrong?</description>
      <pubDate>Fri, 10 Jul 2020 16:43:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-find-worksheet-names-of-an-excel-file/m-p/668412#M200356</guid>
      <dc:creator>inavjots</dc:creator>
      <dc:date>2020-07-10T16:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to find worksheet names of an excel file?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-find-worksheet-names-of-an-excel-file/m-p/668424#M200364</link>
      <description>What do you mean it keeps loading?&lt;BR /&gt;Which step is it having issues with? Run each section (libname, proc contents, proc copy) separately and see exactly which one is problematic. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Jul 2020 17:44:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-find-worksheet-names-of-an-excel-file/m-p/668424#M200364</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-07-10T17:44:33Z</dc:date>
    </item>
  </channel>
</rss>

