<?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: Remove sheet name from ods tagsets.msoffice2k_x in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Remove-sheet-name-from-ods-tagsets-msoffice2k-x/m-p/188360#M12940</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, a few things.&amp;nbsp; There is no msoffice2k_x tagset, is this something you have inherited from msoffice2k? &lt;/P&gt;&lt;P&gt;Secondly, a tab name in Excel cannot be missing, Excel does not allow this, so the answer is no to your question. &lt;/P&gt;&lt;P&gt;Why would you want a missing name spreadsheet?&amp;nbsp; It doesn't make sense to have a tab with no name as there is no reference point.&amp;nbsp; I would recommend changing to tagsets.excelxp as the following will use the space:&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;ODS tagsets.excelxp FILE="s:\temp\rob\test.xls" options(sheet_name=" ") ;&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods _all_ close;&lt;/P&gt;&lt;P&gt;Will give you a tab with an empty space as the tab name - however the question still remains why you would want that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Oct 2014 08:35:42 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2014-10-17T08:35:42Z</dc:date>
    <item>
      <title>Remove sheet name from ods tagsets.msoffice2k_x</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Remove-sheet-name-from-ods-tagsets-msoffice2k-x/m-p/188359#M12939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cynthia/ All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is common question whenever we use ods tagsets.Msoffice2k_x to generate excel reports that time by default sheet name of excel worksheet retains the same name of excel sheet name that i do not want in tagsets.msoffice2k_x. Please tell me if any one know how can I bring the sheet name by blank name ( no sheet name)&amp;nbsp; or how can i rename the sheet name in ods&amp;nbsp; tagsets.Msoffice2k_x. only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am giving a test data set and screen shot of error &lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10642i6664E5438E58E655/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="plz sheet name remove.png" title="plz sheet name remove.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 06:48:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Remove-sheet-name-from-ods-tagsets-msoffice2k-x/m-p/188359#M12939</guid>
      <dc:creator>ameey</dc:creator>
      <dc:date>2014-10-17T06:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Remove sheet name from ods tagsets.msoffice2k_x</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Remove-sheet-name-from-ods-tagsets-msoffice2k-x/m-p/188360#M12940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, a few things.&amp;nbsp; There is no msoffice2k_x tagset, is this something you have inherited from msoffice2k? &lt;/P&gt;&lt;P&gt;Secondly, a tab name in Excel cannot be missing, Excel does not allow this, so the answer is no to your question. &lt;/P&gt;&lt;P&gt;Why would you want a missing name spreadsheet?&amp;nbsp; It doesn't make sense to have a tab with no name as there is no reference point.&amp;nbsp; I would recommend changing to tagsets.excelxp as the following will use the space:&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;ODS tagsets.excelxp FILE="s:\temp\rob\test.xls" options(sheet_name=" ") ;&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods _all_ close;&lt;/P&gt;&lt;P&gt;Will give you a tab with an empty space as the tab name - however the question still remains why you would want that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 08:35:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Remove-sheet-name-from-ods-tagsets-msoffice2k-x/m-p/188360#M12940</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-10-17T08:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Remove sheet name from ods tagsets.msoffice2k_x</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Remove-sheet-name-from-ods-tagsets-msoffice2k-x/m-p/188361#M12941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you r true tagsets,Msoffice2k_x is inherited from tagsets,Msoffice2k. But i can not take any other other format ( eg. excelXp, msoffice2k). I have only option to use msoffice2k_x because this my client need and i want either rename my sheet name or it will come as "sheet 1" .. Please&amp;nbsp; share your knowledge. if any one can help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 09:04:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Remove-sheet-name-from-ods-tagsets-msoffice2k-x/m-p/188361#M12941</guid>
      <dc:creator>ameey</dc:creator>
      <dc:date>2014-10-17T09:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Remove sheet name from ods tagsets.msoffice2k_x</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Remove-sheet-name-from-ods-tagsets-msoffice2k-x/m-p/188362#M12942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am afraid you will not find a simple methodology for that.&amp;nbsp; The msoffice2k tagset is used for generating HTML output.&amp;nbsp; The HTML output does not have any "sheet" information associated with it.&amp;nbsp; When you open that file in Excel, Excel is reading the HTML output and interpreting that.&amp;nbsp; Therefore it is Excel defaulting the tab name in as no information is provided in the HTML to the contrary.&amp;nbsp; So fit the "requirement" to the technology, my opinion is if a request comes in to use this tagset and have Excel specific information its not going to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 09:47:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Remove-sheet-name-from-ods-tagsets-msoffice2k-x/m-p/188362#M12942</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-10-17T09:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Remove sheet name from ods tagsets.msoffice2k_x</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Remove-sheet-name-from-ods-tagsets-msoffice2k-x/m-p/188363#M12943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear RW9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry to say but this possible.&lt;/P&gt;&lt;P&gt;I am sharing one link of sas support as well screen shot where u can check that this is possible to rename yr sheet name using ods tagsets.msoffice2k_x and this link is by sas support only. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/msoffice2k/index.html" title="http://support.sas.com/rnd/base/ods/odsmarkup/msoffice2k/index.html"&gt;Base SAS: The MSOffice2K_x Tagset Adds Options to the MSOffice2K Tagset&lt;/A&gt;&lt;/P&gt;&lt;P&gt; but still I am facing one problem. when I follow this code and&amp;nbsp; generate my excel sheet using ods tagsets.MSOFFICE2K_X and once the file has been generated and I open this file it is giving a one pop message and due to this I am unable to check my output.So please anyone help me out because here I am stuck. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 10:48:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Remove-sheet-name-from-ods-tagsets-msoffice2k-x/m-p/188363#M12943</guid>
      <dc:creator>ameey</dc:creator>
      <dc:date>2014-10-17T10:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Remove sheet name from ods tagsets.msoffice2k_x</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Remove-sheet-name-from-ods-tagsets-msoffice2k-x/m-p/188364#M12944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So its a pop up box that's bothering you?&amp;nbsp; Is it something along the lines of "The file format and extension don't match" - this is fine and shouldn't affect anything, or does it say file is corrupted?&amp;nbsp; Does it work correctly if you put some text in that sheet_name option, e.g. put "XYXYZ" in and see if it generates.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 12:08:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Remove-sheet-name-from-ods-tagsets-msoffice2k-x/m-p/188364#M12944</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-10-17T12:08:39Z</dc:date>
    </item>
  </channel>
</rss>

