<?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 POWERPOINT  PROC REPORT cell padding in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-POWERPOINT-PROC-REPORT-cell-padding/m-p/768379#M25316</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Did you see if the HTML or maybe a PDF or RTF version looks different? It may be something in the Powerpoint destination where MicroSoft is "protecting" you from removing too much space.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This is default PDF.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-09-17 160557.png" style="width: 371px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/63693iED3238FAB7023F7A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-09-17 160557.png" alt="Screenshot 2021-09-17 160557.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This is PDF with CELLPADDING=0.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-09-17 160700.png" style="width: 262px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/63694iF24BE2C1C0258069/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-09-17 160700.png" alt="Screenshot 2021-09-17 160700.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Sep 2021 21:11:39 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2021-09-17T21:11:39Z</dc:date>
    <item>
      <title>ODS POWERPOINT  PROC REPORT cell padding</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-POWERPOINT-PROC-REPORT-cell-padding/m-p/768357#M25314</link>
      <description>&lt;P&gt;I would like to reduce the space around the data in a cell, cell padding I think, in the header and column but I can't seem to do it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the default appearance.&amp;nbsp; I would like less space between the data and the cell border.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-09-17 142126.png" style="width: 427px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/63691i5CDF5A637E446DB7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-09-17 142126.png" alt="Screenshot 2021-09-17 142126.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I can use padding options and the cell get smaller but padding appears unchanged.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-09-17 142950.png" style="width: 366px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/63692i961C297E790C1B15/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-09-17 142950.png" alt="Screenshot 2021-09-17 142950.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods powerpoint file="cellpadding.pptx";
proc report data=sashelp.class(obs=8) style(CALLDEF COLUMN HDR HEADER LINES REPORT SUMMARY)=[bordercolor=red];
   columns _all_;
   define _all_ / display;
   run;
proc report data=sashelp.class(obs=8)
      style(CALLDEF COLUMN HDR HEADER LINES REPORT SUMMARY)
         =[cellpadding=0pt bordercolor=red paddingleft=0pt paddingright=0pt paddingbottom=0pt paddingtop=0pt]
         ;
   columns _all_;
   define _all_ / display;
   run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 19:37:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-POWERPOINT-PROC-REPORT-cell-padding/m-p/768357#M25314</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2021-09-17T19:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: ODS POWERPOINT  PROC REPORT cell padding</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-POWERPOINT-PROC-REPORT-cell-padding/m-p/768373#M25315</link>
      <description>&lt;P&gt;Did you see if the HTML or maybe a PDF or RTF version looks different? It may be something in the Powerpoint destination where MicroSoft is "protecting" you from removing too much space.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 20:35:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-POWERPOINT-PROC-REPORT-cell-padding/m-p/768373#M25315</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-09-17T20:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: ODS POWERPOINT  PROC REPORT cell padding</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-POWERPOINT-PROC-REPORT-cell-padding/m-p/768379#M25316</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Did you see if the HTML or maybe a PDF or RTF version looks different? It may be something in the Powerpoint destination where MicroSoft is "protecting" you from removing too much space.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This is default PDF.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-09-17 160557.png" style="width: 371px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/63693iED3238FAB7023F7A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-09-17 160557.png" alt="Screenshot 2021-09-17 160557.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This is PDF with CELLPADDING=0.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-09-17 160700.png" style="width: 262px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/63694iF24BE2C1C0258069/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-09-17 160700.png" alt="Screenshot 2021-09-17 160700.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 21:11:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-POWERPOINT-PROC-REPORT-cell-padding/m-p/768379#M25316</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2021-09-17T21:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: ODS POWERPOINT  PROC REPORT cell padding</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-POWERPOINT-PROC-REPORT-cell-padding/m-p/768387#M25317</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15410"&gt;@data_null__&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Did you see if the HTML or maybe a PDF or RTF version looks different? It may be something in the Powerpoint destination where MicroSoft is "protecting" you from removing too much space.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This is default PDF.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-09-17 160557.png" style="width: 371px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/63693iED3238FAB7023F7A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-09-17 160557.png" alt="Screenshot 2021-09-17 160557.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This is PDF with CELLPADDING=0.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-09-17 160700.png" style="width: 262px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/63694iF24BE2C1C0258069/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-09-17 160700.png" alt="Screenshot 2021-09-17 160700.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So it does seem that Powerpoint is limiting how close the values get to the cell borders. You might make a quick trial with CELLSPACING=0 for the Powerpoint and see if that makes a difference. I'm not on a machine with Powerpoint so can't actually test that.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 21:40:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-POWERPOINT-PROC-REPORT-cell-padding/m-p/768387#M25317</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-09-17T21:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: ODS POWERPOINT  PROC REPORT cell padding</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-POWERPOINT-PROC-REPORT-cell-padding/m-p/770888#M25323</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15410"&gt;@data_null__&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I would like to reduce the space around the data in a cell, cell padding I think, in the header and column but I can't seem to do it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the default appearance.&amp;nbsp; I would like less space between the data and the cell border.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-09-17 142126.png" style="width: 427px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/63691i5CDF5A637E446DB7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-09-17 142126.png" alt="Screenshot 2021-09-17 142126.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I can use padding options and the cell get smaller but padding appears unchanged.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-09-17 142950.png" style="width: 366px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/63692i961C297E790C1B15/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-09-17 142950.png" alt="Screenshot 2021-09-17 142950.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods powerpoint file="cellpadding.pptx";
proc report data=sashelp.class(obs=8) style(CALLDEF COLUMN HDR HEADER LINES REPORT SUMMARY)=[bordercolor=red];
   columns _all_;
   define _all_ / display;
   run;
proc report data=sashelp.class(obs=8)
      style(CALLDEF COLUMN HDR HEADER LINES REPORT SUMMARY)
         =[cellpadding=0pt bordercolor=red paddingleft=0pt paddingright=0pt paddingbottom=0pt paddingtop=0pt]
         ;
   columns _all_;
   define _all_ / display;
   run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Bump.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 13:40:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-POWERPOINT-PROC-REPORT-cell-padding/m-p/770888#M25323</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2021-09-28T13:40:49Z</dc:date>
    </item>
  </channel>
</rss>

