<?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: ods tagsets.excelxp in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp/m-p/391229#M93938</link>
    <description>&lt;P&gt;If using SAS 9.4 or later, use ODS EXCEL in place of ODS tagsets.EXCELXP -- this will create a native XLSX file for you. &amp;nbsp;You'll still need to apply the number format as&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;suggests.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Aug 2017 13:50:21 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2017-08-28T13:50:21Z</dc:date>
    <item>
      <title>ods tagsets.excelxp</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp/m-p/391213#M93929</link>
      <description>&lt;P&gt;Using ods tagsets.excelxp cut values to a certain number of digits. Did someone know why ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 12:30:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp/m-p/391213#M93929</guid>
      <dc:creator>DoumbiaS</dc:creator>
      <dc:date>2017-08-28T12:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: ods tagsets.excelxp</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp/m-p/391220#M93935</link>
      <description>&lt;P&gt;Like in this example&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input a b;
cards;
2.123456789  3.123456789
;run;

ods tagsets.excelxp file= "&amp;amp;folder\have.xls" options(sheet_name= "have") style= SasDocPrinter ;
proc print data=have noobs label;
run;
ods tagsets.excelxp close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 13:14:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp/m-p/391220#M93935</guid>
      <dc:creator>DoumbiaS</dc:creator>
      <dc:date>2017-08-28T13:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: ods tagsets.excelxp</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp/m-p/391226#M93937</link>
      <description>&lt;P&gt;First of all, don't lie with filenames. You are creating Excel-compatible XML, so the file should have an extension of .xml.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And keep in mind that ODS is for printed, user-readable, reporting-style output; therefore it respects the formats of variables.&lt;/P&gt;
&lt;P&gt;Assign a proper format:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input a b;
format a b best32.;
cards;
2.123456789  3.123456789
;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and you will see that all decimals end up in Excel.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 13:41:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp/m-p/391226#M93937</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-08-28T13:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: ods tagsets.excelxp</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp/m-p/391229#M93938</link>
      <description>&lt;P&gt;If using SAS 9.4 or later, use ODS EXCEL in place of ODS tagsets.EXCELXP -- this will create a native XLSX file for you. &amp;nbsp;You'll still need to apply the number format as&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;suggests.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 13:50:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp/m-p/391229#M93938</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-08-28T13:50:21Z</dc:date>
    </item>
  </channel>
</rss>

