<?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 display the order of the sheets as they are in xlsx file? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-display-the-order-of-the-sheets-as-they-are-in-xlsx-file/m-p/745286#M233586</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname te xlsx 'C:\practice everyday\input\input01.xlsx';
proc contents data = te._all_;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;output:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tianerhu_1-1622660194897.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/59978i06C31E54E59A5269/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tianerhu_1-1622660194897.png" alt="tianerhu_1-1622660194897.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;order : SHEET BB SHEETA SHEETC&amp;nbsp; ,&lt;/P&gt;
&lt;P&gt;but in xlsx file , order is following:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tianerhu_2-1622660301156.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/59979iA1D580579A7777AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tianerhu_2-1622660301156.png" alt="tianerhu_2-1622660301156.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Jun 2021 18:58:42 GMT</pubDate>
    <dc:creator>tianerhu</dc:creator>
    <dc:date>2021-06-02T18:58:42Z</dc:date>
    <item>
      <title>how to display the order of the sheets as they are in xlsx file?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-display-the-order-of-the-sheets-as-they-are-in-xlsx-file/m-p/745286#M233586</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname te xlsx 'C:\practice everyday\input\input01.xlsx';
proc contents data = te._all_;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;output:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tianerhu_1-1622660194897.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/59978i06C31E54E59A5269/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tianerhu_1-1622660194897.png" alt="tianerhu_1-1622660194897.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;order : SHEET BB SHEETA SHEETC&amp;nbsp; ,&lt;/P&gt;
&lt;P&gt;but in xlsx file , order is following:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tianerhu_2-1622660301156.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/59979iA1D580579A7777AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tianerhu_2-1622660301156.png" alt="tianerhu_2-1622660301156.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 18:58:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-display-the-order-of-the-sheets-as-they-are-in-xlsx-file/m-p/745286#M233586</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2021-06-02T18:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to display the order of the sheets as they are in xlsx file?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-display-the-order-of-the-sheets-as-they-are-in-xlsx-file/m-p/745306#M233594</link>
      <description>&lt;P&gt;SAS doesn't "care" about the "order" of data sets in any library. Proc Contents reports on them alphabetically by name. If you must have one procedure, Proc Contents, report them in a specific order, then name the sheets alphabetically.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please describe the "need" for matching the order in the Xlsx file. What process are you attempting that will fail if not processed in that manner?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 19:59:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-display-the-order-of-the-sheets-as-they-are-in-xlsx-file/m-p/745306#M233594</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-06-02T19:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to display the order of the sheets as they are in xlsx file?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-display-the-order-of-the-sheets-as-they-are-in-xlsx-file/m-p/745334#M233602</link>
      <description>&lt;P&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 21:25:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-display-the-order-of-the-sheets-as-they-are-in-xlsx-file/m-p/745334#M233602</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2021-06-02T21:25:09Z</dc:date>
    </item>
  </channel>
</rss>

