<?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: its possible to add more then two tables in none excel sheet. in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/its-possible-to-add-more-then-two-tables-in-none-excel-sheet/m-p/268228#M15815</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;please find attachment for more details.&lt;/P&gt;&lt;P&gt;table one # New Appointments fixed&amp;nbsp;&lt;/P&gt;&lt;P&gt;teble two&amp;nbsp;# Meetings scheduled (due).&lt;/P&gt;&lt;P&gt;i want both in same sheet.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12511i66DAD6700D470B14/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="test.jpg" title="test.jpg" /&gt;</description>
    <pubDate>Wed, 04 May 2016 10:15:30 GMT</pubDate>
    <dc:creator>Shantaram</dc:creator>
    <dc:date>2016-05-04T10:15:30Z</dc:date>
    <item>
      <title>its possible to add more then two tables in none excel sheet.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/its-possible-to-add-more-then-two-tables-in-none-excel-sheet/m-p/268204#M15811</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its possible to add more then two tables in none excel sheet (xlsx format).&lt;/P&gt;&lt;P&gt;Eg. I have 2 tables and need to display in one excel sheet. it's possible or not. If possible then how?.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 08:11:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/its-possible-to-add-more-then-two-tables-in-none-excel-sheet/m-p/268204#M15811</guid>
      <dc:creator>Shantaram</dc:creator>
      <dc:date>2016-05-04T08:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: its possible to add more then two tables in none excel sheet.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/its-possible-to-add-more-then-two-tables-in-none-excel-sheet/m-p/268211#M15812</link>
      <description>&lt;P&gt;Yes it is possible. &amp;nbsp;In pre 9.4 days, and probably still, the best method is ods tagsets.excelxp + proc report:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/rnd/base/ods/odsmarkup/excelxp_demo.html" target="_blank"&gt;https://support.sas.com/rnd/base/ods/odsmarkup/excelxp_demo.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This doesn't create a native Excel file, but an XML file that Excel can read and interpret, but gives great flexibility and formatting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then there is libname excel - which is newer (9.4), and creates native files. &amp;nbsp;It didn't seem as flexibile or useful to me though at the moment:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi31/024-31.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi31/024-31.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are other methods, but I would go with the above first. &amp;nbsp;Proc export tends to be a best guess, DDE is far to old to be used etc.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 08:29:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/its-possible-to-add-more-then-two-tables-in-none-excel-sheet/m-p/268211#M15812</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-05-04T08:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: its possible to add more then two tables in none excel sheet.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/its-possible-to-add-more-then-two-tables-in-none-excel-sheet/m-p/268215#M15813</link>
      <description>&lt;P&gt;Another option&amp;nbsp;would be to use Add-in for MS Office, where the Excel report pulls&amp;nbsp;data from SAS. And you can design your Excel report exactly the way you wish.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 08:43:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/its-possible-to-add-more-then-two-tables-in-none-excel-sheet/m-p/268215#M15813</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-05-04T08:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: its possible to add more then two tables in none excel sheet.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/its-possible-to-add-more-then-two-tables-in-none-excel-sheet/m-p/268218#M15814</link>
      <description>&lt;P&gt;In SAS 9.4 there's also ODS Excel, similar to ODS tagsets which does generate a native excel file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc of export and XLSX will also support multiple sheets in SAS 9.4+&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 08:48:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/its-possible-to-add-more-then-two-tables-in-none-excel-sheet/m-p/268218#M15814</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-05-04T08:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: its possible to add more then two tables in none excel sheet.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/its-possible-to-add-more-then-two-tables-in-none-excel-sheet/m-p/268228#M15815</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;please find attachment for more details.&lt;/P&gt;&lt;P&gt;table one # New Appointments fixed&amp;nbsp;&lt;/P&gt;&lt;P&gt;teble two&amp;nbsp;# Meetings scheduled (due).&lt;/P&gt;&lt;P&gt;i want both in same sheet.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12511i66DAD6700D470B14/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="test.jpg" title="test.jpg" /&gt;</description>
      <pubDate>Wed, 04 May 2016 10:15:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/its-possible-to-add-more-then-two-tables-in-none-excel-sheet/m-p/268228#M15815</guid>
      <dc:creator>Shantaram</dc:creator>
      <dc:date>2016-05-04T10:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: its possible to add more then two tables in none excel sheet.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/its-possible-to-add-more-then-two-tables-in-none-excel-sheet/m-p/268235#M15816</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/45547"&gt;@Shantaram﻿&lt;/a&gt;, you've had already received some&amp;nbsp;input.&lt;/P&gt;
&lt;P&gt;So the next step is that &lt;EM&gt;you&lt;/EM&gt; explore those options - and then return with any relevant follow-up questions if necessary.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 10:36:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/its-possible-to-add-more-then-two-tables-in-none-excel-sheet/m-p/268235#M15816</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-05-04T10:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: its possible to add more then two tables in none excel sheet.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/its-possible-to-add-more-then-two-tables-in-none-excel-sheet/m-p/268253#M15817</link>
      <description>&lt;P&gt;Hi Linush,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got your point but i want output in one page not in two diffrent pages.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 12:14:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/its-possible-to-add-more-then-two-tables-in-none-excel-sheet/m-p/268253#M15817</guid>
      <dc:creator>Shantaram</dc:creator>
      <dc:date>2016-05-04T12:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: its possible to add more then two tables in none excel sheet.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/its-possible-to-add-more-then-two-tables-in-none-excel-sheet/m-p/268256#M15818</link>
      <description>&lt;P&gt;ODS tagsets.excelxp file='sample.xml' options(sheet_interval=none);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc print data=sashelp.class;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc print data=sashelp.air;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods tagsets.excelxp close;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Change the file destination to somewhere that makes sense for you and open the resulting file in Excel.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 12:36:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/its-possible-to-add-more-then-two-tables-in-none-excel-sheet/m-p/268256#M15818</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-05-04T12:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: its possible to add more then two tables in none excel sheet.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/its-possible-to-add-more-then-two-tables-in-none-excel-sheet/m-p/268260#M15819</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;check out the &lt;A href="http://support.sas.com/documentation/cdl/en/odsug/67921/HTML/default/viewer.htm#p09n5pw9ol0897n1qe04zeur27rv.htm" target="_blank"&gt;ODS EXCEL destination&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;code will look similar to&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file="c:\temp\sample.xlsx" options(SHEET_INTERVAL=  'NONE');

proc print data=sashelp.class;
  where sex = "F";
run;

proc print data=sashelp.class;
  where sex = "F";
run;

ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Bruno&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 12:44:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/its-possible-to-add-more-then-two-tables-in-none-excel-sheet/m-p/268260#M15819</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2016-05-04T12:44:44Z</dc:date>
    </item>
  </channel>
</rss>

