<?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: ROW_HEIGHTS for TITLE statement in ODS Excel in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ROW-HEIGHTS-for-TITLE-statement-in-ODS-Excel/m-p/468066#M21038</link>
    <description>&lt;P&gt;Thank you so much, Cynthia! I don't think I ever would have thought to even look that up! I just assumed it would function similarly to column width. And if I set a value for position 7 I can make row 2 narrower to bring the title closer to the report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As an unrelated follow-up: it seems like VJUST doesn't work in a TITLE statement like this; can I only get that from applying a template to the title?&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jun 2018 14:24:15 GMT</pubDate>
    <dc:creator>ColeG</dc:creator>
    <dc:date>2018-06-06T14:24:15Z</dc:date>
    <item>
      <title>ROW_HEIGHTS for TITLE statement in ODS Excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ROW-HEIGHTS-for-TITLE-statement-in-ODS-Excel/m-p/467788#M21036</link>
      <description>&lt;P&gt;I am trying to control the row heights for a title that I have added to an ods excel output. Below is sample code with only the relevant sections:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file='C:\test.xlsx';
ods excel options(sheet_name='test' absolute_column_width='11,8' row_heights='14,3' embedded_titles='yes');

title box=2 bc=CX702082 bold color=white j=left height=12pt "Test Title";

proc report data=sashelp.class; run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;What I would like to have happen is to have a title that takes up rows 1 and 2 (this is automatic from the row statement): row one would have a height in Excel of 14, row two would have a height of 3 (from the row_heights option) and basically just exist to provide a narrow buffer between my title and my report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, what actually happens is that rows 1 and 2 have their default height, while row 3 (the first row from the report output) has a height of 14 and all subsequent rows have a height of 3; absolute column width affects all columns starting with column A (width 11, followed by widths of 8). Why does row_heights not seem to work in the same way as absolute_column_width&amp;nbsp;and is there a way to control the height of the title rows using ods excel options?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 18:12:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ROW-HEIGHTS-for-TITLE-statement-in-ODS-Excel/m-p/467788#M21036</guid>
      <dc:creator>ColeG</dc:creator>
      <dc:date>2018-06-05T18:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: ROW_HEIGHTS for TITLE statement in ODS Excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ROW-HEIGHTS-for-TITLE-statement-in-ODS-Excel/m-p/467846#M21037</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; The values for row_heights sub-option are positional. The 4th value is the TITLES value. When I do this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="row_heights_ods_excel.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/21051i546C0DA6634EA12A/image-size/large?v=v2&amp;amp;px=999" role="button" title="row_heights_ods_excel.png" alt="row_heights_ods_excel.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I get a higher title. It doesn't span rows 1 and 2, but row 1 is taller than the other rows. Specifying a 0 for a "position" that I don't want to change tells ODS to use the value set by default in the current style being used for the output (in this case, HTMLBLUE). I fiddled with the number to use, 14 didn't seem big enough to be obvious, so I made it 30.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;cynthia&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 20:27:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ROW-HEIGHTS-for-TITLE-statement-in-ODS-Excel/m-p/467846#M21037</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-06-05T20:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: ROW_HEIGHTS for TITLE statement in ODS Excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ROW-HEIGHTS-for-TITLE-statement-in-ODS-Excel/m-p/468066#M21038</link>
      <description>&lt;P&gt;Thank you so much, Cynthia! I don't think I ever would have thought to even look that up! I just assumed it would function similarly to column width. And if I set a value for position 7 I can make row 2 narrower to bring the title closer to the report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As an unrelated follow-up: it seems like VJUST doesn't work in a TITLE statement like this; can I only get that from applying a template to the title?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 14:24:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ROW-HEIGHTS-for-TITLE-statement-in-ODS-Excel/m-p/468066#M21038</guid>
      <dc:creator>ColeG</dc:creator>
      <dc:date>2018-06-06T14:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: ROW_HEIGHTS for TITLE statement in ODS Excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ROW-HEIGHTS-for-TITLE-statement-in-ODS-Excel/m-p/468090#M21039</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Yes, I think you need a template change, but it's not a hard change:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="template_vjust.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/21067iE02C90713B9FA4C0/image-size/large?v=v2&amp;amp;px=999" role="button" title="template_vjust.png" alt="template_vjust.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 15:03:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ROW-HEIGHTS-for-TITLE-statement-in-ODS-Excel/m-p/468090#M21039</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-06-06T15:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: ROW_HEIGHTS for TITLE statement in ODS Excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ROW-HEIGHTS-for-TITLE-statement-in-ODS-Excel/m-p/468106#M21040</link>
      <description>&lt;P&gt;Yep, thank you so much for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 15:35:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ROW-HEIGHTS-for-TITLE-statement-in-ODS-Excel/m-p/468106#M21040</guid>
      <dc:creator>ColeG</dc:creator>
      <dc:date>2018-06-06T15:35:20Z</dc:date>
    </item>
  </channel>
</rss>

