<?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 Adjusting Excel row heights with CSS? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Adjusting-Excel-row-heights-with-CSS/m-p/422841#M20071</link>
    <description>&lt;P&gt;My CSS file looks like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;tbody tr {
   height: 25px;
}&lt;/PRE&gt;&lt;P&gt;My SAS code looks like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file=test.xlsx cssstyle=&amp;amp;cssstyle;

proc print data=foo noobs;
run;

ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;It doesn't seem to have any effect on row heights.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Dec 2017 19:13:32 GMT</pubDate>
    <dc:creator>tomcmacdonald</dc:creator>
    <dc:date>2017-12-20T19:13:32Z</dc:date>
    <item>
      <title>Adjusting Excel row heights with CSS?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Adjusting-Excel-row-heights-with-CSS/m-p/422841#M20071</link>
      <description>&lt;P&gt;My CSS file looks like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;tbody tr {
   height: 25px;
}&lt;/PRE&gt;&lt;P&gt;My SAS code looks like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file=test.xlsx cssstyle=&amp;amp;cssstyle;

proc print data=foo noobs;
run;

ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;It doesn't seem to have any effect on row heights.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 19:13:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Adjusting-Excel-row-heights-with-CSS/m-p/422841#M20071</guid>
      <dc:creator>tomcmacdonald</dc:creator>
      <dc:date>2017-12-20T19:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Adjusting Excel row heights with CSS?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Adjusting-Excel-row-heights-with-CSS/m-p/422894#M20078</link>
      <description>&lt;P&gt;What is the value of the macro variable &amp;amp;cssstyle?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PX may be a less than ideal unit of measure as PX is dependent on screen resolution&amp;nbsp;&amp;nbsp;and the file created likely wouldn't know the screen resolution. Have you tried setting an measure such as IN or CM for constant&amp;nbsp;height&amp;nbsp;or PCT if you need some that changes per screen size or resolution?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 21:41:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Adjusting-Excel-row-heights-with-CSS/m-p/422894#M20078</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-12-20T21:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Adjusting Excel row heights with CSS?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Adjusting-Excel-row-heights-with-CSS/m-p/422905#M20079</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I can't remember if ODS EXCEL uses CSSSTYLE option. That is a question for Tech Support and they will want to see the whole CSS file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; But within ODS EXCEL, you can use the ROW_HEIGHTS sub-option to alter the row heights. It is in the doc. For example, here, I made only the headers taller.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="row_heights.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/17453iCDD80117988C1AE5/image-size/large?v=v2&amp;amp;px=999" role="button" title="row_heights.png" alt="row_heights.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cynthia&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 22:27:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Adjusting-Excel-row-heights-with-CSS/m-p/422905#M20079</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-12-20T22:27:42Z</dc:date>
    </item>
  </channel>
</rss>

