<?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 Output in Excel with 10 lines gaps in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Output-in-Excel-with-10-lines-gaps/m-p/24260#M5475</link>
    <description>Hi i am having 5 datasets i want to print them by using ods html in to same sheet.&lt;BR /&gt;
But i want 10 lines gap between each datasets .</description>
    <pubDate>Wed, 19 May 2010 06:03:40 GMT</pubDate>
    <dc:creator>sas_</dc:creator>
    <dc:date>2010-05-19T06:03:40Z</dc:date>
    <item>
      <title>Output in Excel with 10 lines gaps</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Output-in-Excel-with-10-lines-gaps/m-p/24260#M5475</link>
      <description>Hi i am having 5 datasets i want to print them by using ods html in to same sheet.&lt;BR /&gt;
But i want 10 lines gap between each datasets .</description>
      <pubDate>Wed, 19 May 2010 06:03:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Output-in-Excel-with-10-lines-gaps/m-p/24260#M5475</guid>
      <dc:creator>sas_</dc:creator>
      <dc:date>2010-05-19T06:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Output in Excel with 10 lines gaps</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Output-in-Excel-with-10-lines-gaps/m-p/24261#M5476</link>
      <description>You can try this.&lt;BR /&gt;
It is a little trick.&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods listing close;&lt;BR /&gt;
ods html file="d:\download\whole.xls" style=sasweb;&lt;BR /&gt;
&lt;BR /&gt;
title1 '                       ';&lt;BR /&gt;
title2 '                       ';&lt;BR /&gt;
title3 '                       ';&lt;BR /&gt;
title4 '                       ';&lt;BR /&gt;
title5 '                       ';&lt;BR /&gt;
title6 '                       ';&lt;BR /&gt;
title7 '                       ';&lt;BR /&gt;
title8 '                       ';&lt;BR /&gt;
title9 '                       ';&lt;BR /&gt;
title10 '                      ';/*or only just   title10 '           '; */&lt;BR /&gt;
&lt;BR /&gt;
proc print data=sashelp.class ;&lt;BR /&gt;
run;&lt;BR /&gt;
proc print data=sashelp.company;&lt;BR /&gt;
run;&lt;BR /&gt;
proc print data=sashelp.library;&lt;BR /&gt;
run;&lt;BR /&gt;
ods html close;&lt;BR /&gt;
ods listing;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Wed, 19 May 2010 12:30:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Output-in-Excel-with-10-lines-gaps/m-p/24261#M5476</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2010-05-19T12:30:15Z</dc:date>
    </item>
  </channel>
</rss>

