<?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: export multiple tab in a excel file and in only one sheet in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/export-multiple-tab-in-a-excel-file-and-in-only-one-sheet/m-p/633216#M23865</link>
    <description>&lt;P&gt;Quick code example, tested on 9.4M6 on AIX:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file='$HOME/sascommunity/test.xlsx' options(sheet_name="Test" sheet_interval='none') style=egdefault;

proc print data=sashelp.class noobs;
run;

proc print data=sashelp.cars noobs;
run;

ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 19 Mar 2020 11:16:07 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2020-03-19T11:16:07Z</dc:date>
    <item>
      <title>export multiple tab in a excel file and in only one sheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/export-multiple-tab-in-a-excel-file-and-in-only-one-sheet/m-p/633205#M23860</link>
      <description>&lt;P&gt;Good morning ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to export data in Excel file I use "Proc export" but with this procedure I can export a each&amp;nbsp;tab in&amp;nbsp;a proper&amp;nbsp;sheet.&lt;/P&gt;
&lt;P&gt;In this&amp;nbsp;moment I need to export more tab in only one sheet (five tab with different column).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you help me?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I find some topics but without a result.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tnks for your kindly help&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2020 10:27:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/export-multiple-tab-in-a-excel-file-and-in-only-one-sheet/m-p/633205#M23860</guid>
      <dc:creator>Tecla1</dc:creator>
      <dc:date>2020-03-19T10:27:54Z</dc:date>
    </item>
    <item>
      <title>EXPORT TO EXCEL MULTIPLE TABLES TO ONE XLS FILE ON SAME SHEET</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/export-multiple-tab-in-a-excel-file-and-in-only-one-sheet/m-p/633194#M23862</link>
      <description>&lt;P&gt;Good morning,&lt;/P&gt;
&lt;P&gt;i find some solution to this problem but was wery old… and I try without success. Can you help me?&lt;/P&gt;
&lt;P&gt;I&amp;nbsp; need to put in the same spreadsheet more tables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tnks to all for your kindly help.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2020 10:02:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/export-multiple-tab-in-a-excel-file-and-in-only-one-sheet/m-p/633194#M23862</guid>
      <dc:creator>Tecla1</dc:creator>
      <dc:date>2020-03-19T10:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT TO EXCEL MULTIPLE TABLES TO ONE XLS FILE ON SAME SHEET</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/export-multiple-tab-in-a-excel-file-and-in-only-one-sheet/m-p/633203#M23863</link>
      <description>&lt;P&gt;Well, xls is an outdated file-format, so there will be hardly any new information on how to solve the issue you have.&lt;/P&gt;
&lt;P&gt;And in future messages please &lt;FONT size="6"&gt;&lt;STRONG&gt;don't&lt;/STRONG&gt;&lt;/FONT&gt; write the title in upcase.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2020 10:17:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/export-multiple-tab-in-a-excel-file-and-in-only-one-sheet/m-p/633203#M23863</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2020-03-19T10:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT TO EXCEL MULTIPLE TABLES TO ONE XLS FILE ON SAME SHEET</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/export-multiple-tab-in-a-excel-file-and-in-only-one-sheet/m-p/633207#M23864</link>
      <description>Excuse me... but this don't help me.</description>
      <pubDate>Thu, 19 Mar 2020 10:31:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/export-multiple-tab-in-a-excel-file-and-in-only-one-sheet/m-p/633207#M23864</guid>
      <dc:creator>Tecla1</dc:creator>
      <dc:date>2020-03-19T10:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: export multiple tab in a excel file and in only one sheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/export-multiple-tab-in-a-excel-file-and-in-only-one-sheet/m-p/633213#M23861</link>
      <description>&lt;P&gt;Use ODS EXCEL with options sheet_name='whatever' and sheet_interval='none', and a series of PROC PRINTs.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2020 11:09:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/export-multiple-tab-in-a-excel-file-and-in-only-one-sheet/m-p/633213#M23861</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-03-19T11:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: export multiple tab in a excel file and in only one sheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/export-multiple-tab-in-a-excel-file-and-in-only-one-sheet/m-p/633216#M23865</link>
      <description>&lt;P&gt;Quick code example, tested on 9.4M6 on AIX:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file='$HOME/sascommunity/test.xlsx' options(sheet_name="Test" sheet_interval='none') style=egdefault;

proc print data=sashelp.class noobs;
run;

proc print data=sashelp.cars noobs;
run;

ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 19 Mar 2020 11:16:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/export-multiple-tab-in-a-excel-file-and-in-only-one-sheet/m-p/633216#M23865</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-03-19T11:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: export multiple tab in a excel file and in only one sheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/export-multiple-tab-in-a-excel-file-and-in-only-one-sheet/m-p/633498#M23870</link>
      <description>Good morning !! Tnks for your kindly help.&lt;BR /&gt;I do what you say but system give me this error:&lt;BR /&gt;ERROR: Unable to load module 'SpreadsheetML' from template store!&lt;BR /&gt;ERROR: No body file. EXCEL output will not be created.&lt;BR /&gt;&lt;BR /&gt;what I have to do?  Tnks!!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/*prova export*/&lt;BR /&gt;&lt;BR /&gt;ods excel file="\\grpi-sas-pl67\Modelli2\SEGNALAZIONI\2020\SEGNALAZIONE 2019\PERIMETRO SPEZIA\a_PROVA.xlsx"&lt;BR /&gt;    options(sheet_name="whatever" sheet_interval="none");&lt;BR /&gt;/*Sheet1-2 tables*/&lt;BR /&gt;	Title 'Table1';&lt;BR /&gt;	proc print data=Tabel2.A_6030_01_12411851(obs=10) noobs;&lt;BR /&gt;	run;&lt;BR /&gt;	Title 'Table2';&lt;BR /&gt;	proc print data=Tabel2.A_6030_02_12411851(obs=10) noobs;&lt;BR /&gt;	run;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Mar 2020 08:19:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/export-multiple-tab-in-a-excel-file-and-in-only-one-sheet/m-p/633498#M23870</guid>
      <dc:creator>Tecla1</dc:creator>
      <dc:date>2020-03-20T08:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: export multiple tab in a excel file and in only one sheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/export-multiple-tab-in-a-excel-file-and-in-only-one-sheet/m-p/633503#M23871</link>
      <description>&lt;P&gt;See&amp;nbsp;&lt;A title="SAS Usage Note 56909" href="http://support.sas.com/kb/56/909.html" target="_blank" rel="noopener"&gt;http://support.sas.com/kb/56/909.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your SAS needs to be updated, as you are at 9.4M0 or even older. The current version is 9.4M6.&lt;/P&gt;
&lt;P&gt;There have been lots of useful additions/improvements in the meantime.&lt;/P&gt;
&lt;P&gt;The SAS license includes the right to get updates at any time.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2020 08:51:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/export-multiple-tab-in-a-excel-file-and-in-only-one-sheet/m-p/633503#M23871</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-03-20T08:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: export multiple tab in a excel file and in only one sheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/export-multiple-tab-in-a-excel-file-and-in-only-one-sheet/m-p/634525#M23886</link>
      <description>Tnks for your kindly help but sas give me an ERROR because I have an old version…. &lt;BR /&gt;I asked for a new one !!!&lt;BR /&gt;&lt;BR /&gt;Have a nice afternoon..&lt;BR /&gt;Tecla</description>
      <pubDate>Tue, 24 Mar 2020 18:07:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/export-multiple-tab-in-a-excel-file-and-in-only-one-sheet/m-p/634525#M23886</guid>
      <dc:creator>Tecla1</dc:creator>
      <dc:date>2020-03-24T18:07:35Z</dc:date>
    </item>
  </channel>
</rss>

