<?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: ExcelXp Tagset sheet_name removes '/' in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ExcelXp-Tagset-sheet-name-removes/m-p/235407#M14690</link>
    <description>&lt;P&gt;This is a drawback in excel sheet naming convention, which is the reason why you cannot have that special character&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are few rules when naming worksheets.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;The name must be unique within a single workbook.&lt;/LI&gt;
&lt;LI&gt;A worksheet name cannot exceed 31 characters.&lt;/LI&gt;
&lt;LI&gt;You can use all alphanumeric characters but not the following special characters:&lt;BR /&gt; \ , / , * , ? , : , [ , ].&lt;/LI&gt;
&lt;LI&gt;You can use spaces, underscores (_) and periods (.) in the name as word separators.&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Thu, 19 Nov 2015 01:32:32 GMT</pubDate>
    <dc:creator>Jagadishkatam</dc:creator>
    <dc:date>2015-11-19T01:32:32Z</dc:date>
    <item>
      <title>ExcelXp Tagset sheet_name removes '/'</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ExcelXp-Tagset-sheet-name-removes/m-p/235404#M14689</link>
      <description>&lt;P&gt;I'm using SAS 9.2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When using the&amp;nbsp;ExcelXp tagset, when I place a '/' in the SHEET_NAME, it is replaced by a space in the XML file.&amp;nbsp; Is there a way to avoid this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sample code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;ods&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; tagsets.ExcelXP &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;path&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;"C:\"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;"my report.xml"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=Journal;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;ods&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; tagsets.ExcelXP options(sheet_name=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;&lt;FONT color="#800080" face="Courier New"&gt;"Mostly 3/4 or Better"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; sheet_interval=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;&lt;FONT color="#800080" face="Courier New"&gt;'None'&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;FONT color="#000080" face="Courier New"&gt;report&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;data&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=sashelp.class &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;headline&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;missing&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;nowd&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;split&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;&lt;FONT color="#800080" face="Courier New"&gt;'^^^'&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;ods&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; tagsets.ExcelXP &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;close&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;Thanks in advance!&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2015 00:54:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ExcelXp-Tagset-sheet-name-removes/m-p/235404#M14689</guid>
      <dc:creator>MaryR</dc:creator>
      <dc:date>2015-11-19T00:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: ExcelXp Tagset sheet_name removes '/'</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ExcelXp-Tagset-sheet-name-removes/m-p/235407#M14690</link>
      <description>&lt;P&gt;This is a drawback in excel sheet naming convention, which is the reason why you cannot have that special character&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are few rules when naming worksheets.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;The name must be unique within a single workbook.&lt;/LI&gt;
&lt;LI&gt;A worksheet name cannot exceed 31 characters.&lt;/LI&gt;
&lt;LI&gt;You can use all alphanumeric characters but not the following special characters:&lt;BR /&gt; \ , / , * , ? , : , [ , ].&lt;/LI&gt;
&lt;LI&gt;You can use spaces, underscores (_) and periods (.) in the name as word separators.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Thu, 19 Nov 2015 01:32:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ExcelXp-Tagset-sheet-name-removes/m-p/235407#M14690</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2015-11-19T01:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: ExcelXp Tagset sheet_name removes '/'</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ExcelXp-Tagset-sheet-name-removes/m-p/235408#M14691</link>
      <description>&lt;P&gt;If you are not on the latest tagset version v1.131, download it from here and check if you still get the same problem:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/index.html" target="_blank"&gt;http://support.sas.com/rnd/base/ods/odsmarkup/index.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2015 01:40:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ExcelXp-Tagset-sheet-name-removes/m-p/235408#M14691</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-11-19T01:40:34Z</dc:date>
    </item>
  </channel>
</rss>

