<?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: Adjusting Row Height in ODS ExcelXP output in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Adjusting-Row-Height-in-ODS-ExcelXP-output/m-p/149834#M11563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried setting the AUTOFIT_HEIGHT option, and ROW_HEIGHTS?&lt;/P&gt;&lt;P&gt;I am not sure there is such an options as height in templates, at least I can't find it in the templates I was looking at?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jun 2014 11:55:21 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2014-06-20T11:55:21Z</dc:date>
    <item>
      <title>Adjusting Row Height in ODS ExcelXP output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Adjusting-Row-Height-in-ODS-ExcelXP-output/m-p/149833#M11562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Configuration&lt;/STRONG&gt; : ( SAS 9.3 TS Level1M2 running on X64_7PRO platform ) ; MS Excel 2007 ; ExcelXP Tagset version v1.130, 08/02/2013&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have modified the STATISTICAL parent style into one of my own (refer template.sas). This is being used with other macros (refer scorecard.sas) to produce the output ScorecardResults.xls. It seems that despite the 'height=1.5in" specification for table header, SAS ignores it while producing the output. Can you help me understand why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be clear on my end objective - example - tab named 'Population Stability', the header row height is 14. Suppose, I want to make this double, that is 28.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 10:44:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Adjusting-Row-Height-in-ODS-ExcelXP-output/m-p/149833#M11562</guid>
      <dc:creator>IamSam</dc:creator>
      <dc:date>2014-06-20T10:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Adjusting Row Height in ODS ExcelXP output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Adjusting-Row-Height-in-ODS-ExcelXP-output/m-p/149834#M11563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried setting the AUTOFIT_HEIGHT option, and ROW_HEIGHTS?&lt;/P&gt;&lt;P&gt;I am not sure there is such an options as height in templates, at least I can't find it in the templates I was looking at?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 11:55:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Adjusting-Row-Height-in-ODS-ExcelXP-output/m-p/149834#M11563</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-06-20T11:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Adjusting Row Height in ODS ExcelXP output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Adjusting-Row-Height-in-ODS-ExcelXP-output/m-p/149835#M11564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; SAS did not ignore your HEIGHT= option. To prove this, run simplified code as shown on the attached screen shot. As you can see from the output, your approach works just fine in destinations that respect the SAS setting. But Excel has certain defaults for column width and row height and no matter what you set in the style template, when you are sending report output to Excek, you have to look for other ways, such as the AUTOFIT_HEIGHT suboption and the ROW_HEIGHTS suboption to get Excel to pay attention to your changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11520i8ED3C06379D4762E/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="change_height_XP.png" title="change_height_XP.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 14:27:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Adjusting-Row-Height-in-ODS-ExcelXP-output/m-p/149835#M11564</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-06-20T14:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Adjusting Row Height in ODS ExcelXP output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Adjusting-Row-Height-in-ODS-ExcelXP-output/m-p/149836#M11565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, You are exactly right. These 2 sub-options, specific to TAGSETS.EXCELXP, will make the table header row higher.&lt;/P&gt;&lt;P&gt;Cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods tagsets.excelxp file='c:\temp\testht2.xml' style=styles.htmlblue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; options(doc='Help' row_heights='75,0,0,0,0,0,0' autofit_heights='no');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc print data=sashelp.class;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods _all_ close;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 14:34:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Adjusting-Row-Height-in-ODS-ExcelXP-output/m-p/149836#M11565</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-06-20T14:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Adjusting Row Height in ODS ExcelXP output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Adjusting-Row-Height-in-ODS-ExcelXP-output/m-p/149837#M11566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your suggestions. Is there a way to implement such features through a 'style' definition? I had shared the custom template that I am using. In that I want to make the header of all data tables to be wider.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a series of macros that will produce many tables - specifying row_height in each of them separately is not feasible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way I can specify&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; class Header /&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; vjust=m&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; cellpadding = 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; height = 1.5in&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; bordercolor = cxB0B7BB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; backgroundcolor = cxEDF2F9&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; color = cx112277;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any option to increase the row height?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 09:13:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Adjusting-Row-Height-in-ODS-ExcelXP-output/m-p/149837#M11566</guid>
      <dc:creator>IamSam</dc:creator>
      <dc:date>2014-06-24T09:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Adjusting Row Height in ODS ExcelXP output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Adjusting-Row-Height-in-ODS-ExcelXP-output/m-p/149838#M11567</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;Try the option: ROW_HEIGHT_FUDGE&lt;/P&gt;&lt;P&gt;Also refer to the ExcelXp documentation at: &lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/excelxp_help.html" title="http://support.sas.com/rnd/base/ods/odsmarkup/excelxp_help.html"&gt;Base SAS: Quick Reference for TAGSETS.EXCELXP Tagset&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 09:29:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Adjusting-Row-Height-in-ODS-ExcelXP-output/m-p/149838#M11567</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-06-24T09:29:09Z</dc:date>
    </item>
  </channel>
</rss>

