<?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 ODS EXCEL in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ODS-EXCEL/m-p/492541#M129435</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I am working at my work with SAS enterprise guide 5.1&lt;/P&gt;&lt;P&gt;I am trying to work with ODS excel (to learn it).&lt;/P&gt;&lt;P&gt;When I run a code I get en error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Unable to load module 'SpreadsheetML' from template store!&lt;BR /&gt;ERROR: No body file. EXCEL output will not be created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe This SAS version doesn't support ODS excel?&lt;/P&gt;&lt;P&gt;or maybe there is an error in the code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file="/My path/example1.xlsx"
options(embedded_titles='yes'
embedded_footnotes='yes'
tab_color='purple' 
start_at='2,4');
title 'This title will appear in the worksheet';
footnote 'This footnote will appear in the worksheet';
proc report data=sashelp.class;run;
ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 05 Sep 2018 04:55:05 GMT</pubDate>
    <dc:creator>Ronein</dc:creator>
    <dc:date>2018-09-05T04:55:05Z</dc:date>
    <item>
      <title>ODS EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-EXCEL/m-p/492541#M129435</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I am working at my work with SAS enterprise guide 5.1&lt;/P&gt;&lt;P&gt;I am trying to work with ODS excel (to learn it).&lt;/P&gt;&lt;P&gt;When I run a code I get en error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Unable to load module 'SpreadsheetML' from template store!&lt;BR /&gt;ERROR: No body file. EXCEL output will not be created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe This SAS version doesn't support ODS excel?&lt;/P&gt;&lt;P&gt;or maybe there is an error in the code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file="/My path/example1.xlsx"
options(embedded_titles='yes'
embedded_footnotes='yes'
tab_color='purple' 
start_at='2,4');
title 'This title will appear in the worksheet';
footnote 'This footnote will appear in the worksheet';
proc report data=sashelp.class;run;
ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Sep 2018 04:55:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-EXCEL/m-p/492541#M129435</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2018-09-05T04:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-EXCEL/m-p/492542#M129436</link>
      <description>&lt;P&gt;What SAS version are you using? ODS Excel was introduced in 9.4 TS1M3 I'm pretty sure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the EG Server List, right click on your SAS App server (called maybe SASApp), select Properties, then select the Software tab. This will tell you what version of SAS you are using.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 05:16:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-EXCEL/m-p/492542#M129436</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-09-05T05:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-EXCEL/m-p/492546#M129439</link>
      <description>&lt;P&gt;please use the below code to know the sas version&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this will give the sas version in sas log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc setinit;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Sep 2018 06:25:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-EXCEL/m-p/492546#M129439</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2018-09-05T06:25:07Z</dc:date>
    </item>
  </channel>
</rss>

