<?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 EXCELXP tagset and indentation fix in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCELXP-tagset-and-indentation-fix/m-p/253718#M15325</link>
    <description>&lt;P&gt;That is what supposed to be . Add a TAB character before it to imitate a blank.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input name $20.;
if name='david' then name=cats('09'x,name);
cards;
James
david
;
run;

option nobyline;
ods tagsets.excelxp file='c:\temp\tresto.xml' style=sasweb;
proc report data=have nowd;
run;
ods tagsets.excelxp close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Mar 2016 09:11:05 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2016-03-02T09:11:05Z</dc:date>
    <item>
      <title>ODS EXCELXP tagset and indentation fix</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCELXP-tagset-and-indentation-fix/m-p/253716#M15324</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have one variable in dataset is having indentation for few rows. but when i craeating excel file using ODS&lt;SPAN&gt;&amp;nbsp;EXCELXP tagset... the identation is coming in excel file..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;please help&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ex:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;variable in dataset:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;James&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;david&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;excel file&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;James&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;david&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;where david having left identation in dataset.. but i can't see in excel file.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2016 08:37:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCELXP-tagset-and-indentation-fix/m-p/253716#M15324</guid>
      <dc:creator>vandhan</dc:creator>
      <dc:date>2016-03-02T08:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCELXP tagset and indentation fix</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCELXP-tagset-and-indentation-fix/m-p/253718#M15325</link>
      <description>&lt;P&gt;That is what supposed to be . Add a TAB character before it to imitate a blank.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input name $20.;
if name='david' then name=cats('09'x,name);
cards;
James
david
;
run;

option nobyline;
ods tagsets.excelxp file='c:\temp\tresto.xml' style=sasweb;
proc report data=have nowd;
run;
ods tagsets.excelxp close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2016 09:11:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCELXP-tagset-and-indentation-fix/m-p/253718#M15325</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-03-02T09:11:05Z</dc:date>
    </item>
  </channel>
</rss>

