<?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 %sas2xl macro in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/sas2xl-macro/m-p/5036#M2031</link>
    <description>Does anyone have the source code for David Brown's %sas2xl SAS macro that I can have?  David presented this macro at Sugi 30 (paper 092-30) "%sas2xl: A Flexible SAS® Macro That Uses Tagsets to Produce Complex, Multi-Tab Excel Spreadsheets with Custom Formatting"</description>
    <pubDate>Wed, 10 Oct 2007 15:50:03 GMT</pubDate>
    <dc:creator>fredee1_labcorp</dc:creator>
    <dc:date>2007-10-10T15:50:03Z</dc:date>
    <item>
      <title>%sas2xl macro</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/sas2xl-macro/m-p/5036#M2031</link>
      <description>Does anyone have the source code for David Brown's %sas2xl SAS macro that I can have?  David presented this macro at Sugi 30 (paper 092-30) "%sas2xl: A Flexible SAS® Macro That Uses Tagsets to Produce Complex, Multi-Tab Excel Spreadsheets with Custom Formatting"</description>
      <pubDate>Wed, 10 Oct 2007 15:50:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/sas2xl-macro/m-p/5036#M2031</guid>
      <dc:creator>fredee1_labcorp</dc:creator>
      <dc:date>2007-10-10T15:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: %sas2xl macro</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/sas2xl-macro/m-p/5037#M2032</link>
      <description>Hi:&lt;BR /&gt;
  You might try contacting the author for the macro code. Or, consider using the TAGSETS.EXCELXP destination -- which has a lot of the functionality mentioned in his paper:&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods tagsets.excelxp file='somesheets.xls' style=sasweb;&lt;BR /&gt;
  &lt;BR /&gt;
proc print data=sashelp.class;&lt;BR /&gt;
run;&lt;BR /&gt;
   &lt;BR /&gt;
proc means data=sashelp.class min mean max;&lt;BR /&gt;
  var age height;&lt;BR /&gt;
run;&lt;BR /&gt;
  &lt;BR /&gt;
ods tagsets.excelxp close;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
You should then get 2 worksheets. One for each procedure. You can specify a different point for making different sheets (such as every table, every BY group, every output object, etc). TAGSETS.EXCELXP is self documenting in the latest versions and has ways for you to specify many enhancements to the spreadsheet.&lt;BR /&gt;
 &lt;BR /&gt;
Check with the ODS MARKUP site for more information:&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/base/topics/odsmarkup/" target="_blank"&gt;http://support.sas.com/rnd/base/topics/odsmarkup/&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Wed, 10 Oct 2007 20:00:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/sas2xl-macro/m-p/5037#M2032</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-10-10T20:00:01Z</dc:date>
    </item>
  </channel>
</rss>

