<?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 tagsets.excelXP - column headings in row 1 of spreadsheet in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/tagsets-excelXP-column-headings-in-row-1-of-spreadsheet/m-p/67380#M7812</link>
    <description>When PROC PRINTing to tagsets.excelXP, the column labels take up rows 1-n depending on how the column headings are split.  &lt;BR /&gt;
&lt;BR /&gt;
I've read through the tagset options and don't see anything that allow me to confine the column headings to row 1 in the file.  Is it possible?&lt;BR /&gt;
&lt;BR /&gt;
TIA</description>
    <pubDate>Mon, 31 Jan 2011 20:52:07 GMT</pubDate>
    <dc:creator>Harry</dc:creator>
    <dc:date>2011-01-31T20:52:07Z</dc:date>
    <item>
      <title>tagsets.excelXP - column headings in row 1 of spreadsheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/tagsets-excelXP-column-headings-in-row-1-of-spreadsheet/m-p/67380#M7812</link>
      <description>When PROC PRINTing to tagsets.excelXP, the column labels take up rows 1-n depending on how the column headings are split.  &lt;BR /&gt;
&lt;BR /&gt;
I've read through the tagset options and don't see anything that allow me to confine the column headings to row 1 in the file.  Is it possible?&lt;BR /&gt;
&lt;BR /&gt;
TIA</description>
      <pubDate>Mon, 31 Jan 2011 20:52:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/tagsets-excelXP-column-headings-in-row-1-of-spreadsheet/m-p/67380#M7812</guid>
      <dc:creator>Harry</dc:creator>
      <dc:date>2011-01-31T20:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: tagsets.excelXP - column headings in row 1 of spreadsheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/tagsets-excelXP-column-headings-in-row-1-of-spreadsheet/m-p/67381#M7813</link>
      <description>Do you have an example of the code you're using or can you duplicate the behavior by using SASHELP.CLASS???? If your labels are too long, they might wrap over to a second row. I am just having a hard time visualizing what you mean by "the column labels take up rows 1-n" depending on the how the headings are split.&lt;BR /&gt;
 &lt;BR /&gt;
When I use the program below, all my column headings are ONLY in Row 1.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods tagsets.excelxp file='c:\temp\splithead.xls' style=sasweb;&lt;BR /&gt;
                        &lt;BR /&gt;
  proc print data=sashelp.class split='/';&lt;BR /&gt;
    var name age height;&lt;BR /&gt;
    label name = 'The/Name'&lt;BR /&gt;
          Age = 'The/Age'&lt;BR /&gt;
          Height= 'The/Height';&lt;BR /&gt;
  run;&lt;BR /&gt;
                            &lt;BR /&gt;
ods _all_ close;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Mon, 31 Jan 2011 21:22:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/tagsets-excelXP-column-headings-in-row-1-of-spreadsheet/m-p/67381#M7813</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-01-31T21:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: tagsets.excelXP - column headings in row 1 of spreadsheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/tagsets-excelXP-column-headings-in-row-1-of-spreadsheet/m-p/67382#M7814</link>
      <description>Thanks Cynthia.  Found my problem.  The _odsdest assignment was inside a macro, hence not global, hence not available to %stpbegin, hence HTML destination and not tagsets.excelXP as I &lt;I&gt;assumed&lt;/I&gt; it was.  Mea culpa.  ;-(</description>
      <pubDate>Tue, 01 Feb 2011 17:58:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/tagsets-excelXP-column-headings-in-row-1-of-spreadsheet/m-p/67382#M7814</guid>
      <dc:creator>Harry</dc:creator>
      <dc:date>2011-02-01T17:58:16Z</dc:date>
    </item>
  </channel>
</rss>

