<?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: SAS ODS excel Remove Blank Rows After Proc Report Tables in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-excel-Remove-Blank-Rows-After-Proc-Report-Tables/m-p/764438#M25276</link>
    <description>&lt;P&gt;Check option 'start_at='.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sgf/2017/02/20/tips-for-using-the-ods-excel-destination/" target="_blank"&gt;https://blogs.sas.com/content/sgf/2017/02/20/tips-for-using-the-ods-excel-destination/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;CODE UNTESTED


ods excel file='c:\temp\temp.xlsx' options(sheet_interval='none');
proc print data=sashelp.class(obs=4);
run;

ods excel options(start_at="1,6");
proc print data=sashelp.heart(obs=10);
run;
ods excel close;&lt;/PRE&gt;</description>
    <pubDate>Fri, 27 Aug 2021 12:40:34 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2021-08-27T12:40:34Z</dc:date>
    <item>
      <title>SAS ODS excel Remove Blank Rows After Proc Report Tables</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-excel-Remove-Blank-Rows-After-Proc-Report-Tables/m-p/763895#M25272</link>
      <description>&lt;P&gt;Is there a way to delete the empty row that generates between proc reports in an excel when using ods excel. I know you can use skip_space with ods tagset.excelxp, but I need an xlsx file. Thanks!!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 16:36:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-excel-Remove-Blank-Rows-After-Proc-Report-Tables/m-p/763895#M25272</guid>
      <dc:creator>juan1marioo</dc:creator>
      <dc:date>2021-08-25T16:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ODS excel Remove Blank Rows After Proc Report Tables</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-excel-Remove-Blank-Rows-After-Proc-Report-Tables/m-p/763902#M25273</link>
      <description>&lt;P&gt;Hi:&lt;BR /&gt;Are you generating with sheet_interval='none' as a sub-option? do you have titles turned on? Can you show an example of the code, including ODS statements that you're submitting? Are you using Statistical Procedures along with PROC REPORT? The usual behavior is for every separate PROC REPORT to start a new sheet in the workbook.&lt;/P&gt;
&lt;P&gt;If this is a fairly standard number of rows in each PROC REPORT, then you can figure out which one of the rows you want to "hide" using a suboption, as shown below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_0-1629910832234.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/63003i35D3F9233AD5F11A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_0-1629910832234.png" alt="Cynthia_sas_0-1629910832234.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 17:00:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-excel-Remove-Blank-Rows-After-Proc-Report-Tables/m-p/763902#M25273</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2021-08-25T17:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ODS excel Remove Blank Rows After Proc Report Tables</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-excel-Remove-Blank-Rows-After-Proc-Report-Tables/m-p/763939#M25274</link>
      <description>They're all on the same sheet. I need them deleted unfortunately, not just hidden.</description>
      <pubDate>Wed, 25 Aug 2021 17:59:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-excel-Remove-Blank-Rows-After-Proc-Report-Tables/m-p/763939#M25274</guid>
      <dc:creator>juan1marioo</dc:creator>
      <dc:date>2021-08-25T17:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ODS excel Remove Blank Rows After Proc Report Tables</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-excel-Remove-Blank-Rows-After-Proc-Report-Tables/m-p/763952#M25275</link>
      <description>Hi:&lt;BR /&gt;  Unfortunately, without seeing your data or your code, it's hard to make suggestions. Can you concatenate the data together so that one PROC REPORT will generate what you need? Otherwise, there's not an option that I recall that will do what you want.&lt;BR /&gt;Cynthia</description>
      <pubDate>Wed, 25 Aug 2021 18:41:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-excel-Remove-Blank-Rows-After-Proc-Report-Tables/m-p/763952#M25275</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2021-08-25T18:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ODS excel Remove Blank Rows After Proc Report Tables</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-excel-Remove-Blank-Rows-After-Proc-Report-Tables/m-p/764438#M25276</link>
      <description>&lt;P&gt;Check option 'start_at='.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sgf/2017/02/20/tips-for-using-the-ods-excel-destination/" target="_blank"&gt;https://blogs.sas.com/content/sgf/2017/02/20/tips-for-using-the-ods-excel-destination/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;CODE UNTESTED


ods excel file='c:\temp\temp.xlsx' options(sheet_interval='none');
proc print data=sashelp.class(obs=4);
run;

ods excel options(start_at="1,6");
proc print data=sashelp.heart(obs=10);
run;
ods excel close;&lt;/PRE&gt;</description>
      <pubDate>Fri, 27 Aug 2021 12:40:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-excel-Remove-Blank-Rows-After-Proc-Report-Tables/m-p/764438#M25276</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-08-27T12:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ODS excel Remove Blank Rows After Proc Report Tables</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-excel-Remove-Blank-Rows-After-Proc-Report-Tables/m-p/764445#M25277</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="juan1marioo_0-1630068371857.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/63090i9EEEC349B81866AA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="juan1marioo_0-1630068371857.png" alt="juan1marioo_0-1630068371857.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 12:46:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-excel-Remove-Blank-Rows-After-Proc-Report-Tables/m-p/764445#M25277</guid>
      <dc:creator>juan1marioo</dc:creator>
      <dc:date>2021-08-27T12:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ODS excel Remove Blank Rows After Proc Report Tables</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-excel-Remove-Blank-Rows-After-Proc-Report-Tables/m-p/807529#M25704</link>
      <description>&lt;P&gt;We can hide line 6 though not deleting.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;ods excel file = "d:\temp.xlsx"
options(hidden_rows="6");&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;A href="https://communities.sas.com/t5/ODS-and-Base-Reporting/Remove-empty-row-between-title-footnote-and-table-ODS-EXCEL-and/td-p/595486" target="_blank" rel="noopener"&gt;https://communities.sas.com/t5/ODS-and-Base-Reporting/Remove-empty-row-between-title-footnote-and-table-ODS-EXCEL-and/td-p/595486&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 02:03:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-ODS-excel-Remove-Blank-Rows-After-Proc-Report-Tables/m-p/807529#M25704</guid>
      <dc:creator>t_ar_taat</dc:creator>
      <dc:date>2022-04-13T02:03:35Z</dc:date>
    </item>
  </channel>
</rss>

