<?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: ods excel - row_heights and page break height in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ods-excel-row-heights-and-page-break-height/m-p/778670#M247891</link>
    <description>&lt;P&gt;You can change the page height as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file = "C:\My SAS\_examples_\Example.xlsx" options(ROWBREAKS_COUNT='25');

proc print data=sashelp.cars;
run;

ods excel close ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You can see the effect of changing ROWBREAKS_COUNT in Excel by selecting View, Page Break Preview:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-11-05 074727.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65428i7ACDB95A24832BDE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-11-05 074727.png" alt="Screenshot 2021-11-05 074727.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Nov 2021 07:48:50 GMT</pubDate>
    <dc:creator>Norman21</dc:creator>
    <dc:date>2021-11-05T07:48:50Z</dc:date>
    <item>
      <title>ods excel - row_heights and page break height</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-excel-row-heights-and-page-break-height/m-p/778089#M247658</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not clear about the 6th value of the ROW_HEIGHTS option in ods excel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;According to the SAS Online Doc, it has to do with Page Break Height.&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsug/p09n5pw9ol0897n1qe04zeur27rv.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsug/p09n5pw9ol0897n1qe04zeur27rv.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As per definition a page break has no height, I'm wondering if it has to do with a SAS specific "page break"&lt;/P&gt;&lt;P&gt;- something to do with the pagesize global optio?&lt;/P&gt;&lt;P&gt;- something to do with a specific proecure like proc report ?&lt;/P&gt;&lt;P&gt;- something to do with another option of ods excel such as rowbreaks_interval ?&lt;/P&gt;&lt;P&gt;Would you have any example to help me understand what a Page Break Height is ? I couldn't find any on the Internet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 06:06:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-excel-row-heights-and-page-break-height/m-p/778089#M247658</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2021-11-03T06:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel - row_heights and page break height</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-excel-row-heights-and-page-break-height/m-p/778670#M247891</link>
      <description>&lt;P&gt;You can change the page height as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file = "C:\My SAS\_examples_\Example.xlsx" options(ROWBREAKS_COUNT='25');

proc print data=sashelp.cars;
run;

ods excel close ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You can see the effect of changing ROWBREAKS_COUNT in Excel by selecting View, Page Break Preview:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-11-05 074727.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65428i7ACDB95A24832BDE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-11-05 074727.png" alt="Screenshot 2021-11-05 074727.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 07:48:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-excel-row-heights-and-page-break-height/m-p/778670#M247891</guid>
      <dc:creator>Norman21</dc:creator>
      <dc:date>2021-11-05T07:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel - row_heights and page break height</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-excel-row-heights-and-page-break-height/m-p/778671#M247892</link>
      <description>&lt;P&gt;I guess the way I phrase my question was not clear.&lt;/P&gt;&lt;P&gt;Let's take an example similar to yours. I use 40px for the 6th element or row_heights but I have no clue what would be impacted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;ods excel file = "&amp;amp;xxtest./reporting/test.xlsx" 
          options(row_heights='0,0,0,0,0,40px,0');

proc print data=sashelp.cars;
run;

ods excel close ;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 05 Nov 2021 08:05:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-excel-row-heights-and-page-break-height/m-p/778671#M247892</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2021-11-05T08:05:01Z</dc:date>
    </item>
  </channel>
</rss>

