<?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 issue in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp-issue/m-p/970097#M377017</link>
    <description>&lt;P&gt;Hi, Can you please remove that folder name from you last post. I accidentally sent it. I try to use that option as well. Created xml, html. No luck so far.&lt;/P&gt;</description>
    <pubDate>Wed, 02 Jul 2025 11:33:07 GMT</pubDate>
    <dc:creator>anandbillava</dc:creator>
    <dc:date>2025-07-02T11:33:07Z</dc:date>
    <item>
      <title>ods tagsets.excelxp issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp-issue/m-p/970075#M377009</link>
      <description>&lt;P&gt;I have used ods tagsets.excelxp lot of times and never had any issues. But recently I am using it in a new instance of SAS and following things are not working. I have used similar code in the past and never had issues.&lt;/P&gt;
&lt;P&gt;The styles using ods escapechar does not work. e.g.&amp;nbsp;title1 "^S={color=CX5F9EA0} Note #2: URGENT " ;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The hyperlink to other sheets using url option (creating format) is not working&lt;/P&gt;
&lt;P&gt;Can you please let me know what could be the issue. Is it something to do with excel or SAS version. I am using SAS 9.4 M7 Version (windows).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 01:42:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp-issue/m-p/970075#M377009</guid>
      <dc:creator>anandbillava</dc:creator>
      <dc:date>2025-07-02T01:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: ods tagsets.excelxp issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp-issue/m-p/970078#M377010</link>
      <description>&lt;P&gt;Did you set the ODS ESCAPECHAR to ^ ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also I believe that method is deprecated and you should probably be using the newer syntax, which I believe involves *ESC* instead of an escape character.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 02:16:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp-issue/m-p/970078#M377010</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2025-07-02T02:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: ods tagsets.excelxp issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp-issue/m-p/970080#M377011</link>
      <description>&lt;P&gt;1)&lt;/P&gt;
&lt;P&gt;Could you use ODS EXCEL to instead of ODS TAGSETS.EXCELXP ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2)&lt;/P&gt;
&lt;P&gt;If you are using TITLE statement, using option LINK= instead of url= style :&lt;/P&gt;
&lt;PRE&gt;title j=l &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;link=&lt;/STRONG&gt;&lt;/FONT&gt;"#目录!A1"  "(*ESC*)S={textdecoration=underline color=blue }返回目录";
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 02:44:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp-issue/m-p/970080#M377011</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2025-07-02T02:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: ods tagsets.excelxp issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp-issue/m-p/970093#M377014</link>
      <description>I tried that as well. I am trying to create link for column. Used format and also used an example from forum which worked for others. but not working for me. I am suspecting it may be something to do with my SAS and excel.</description>
      <pubDate>Wed, 02 Jul 2025 10:38:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp-issue/m-p/970093#M377014</guid>
      <dc:creator>anandbillava</dc:creator>
      <dc:date>2025-07-02T10:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: ods tagsets.excelxp issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp-issue/m-p/970094#M377015</link>
      <description>&lt;P&gt;ODS excel has limitation. It cannot create report with large number of records and columns. It throws memory error. Thats a known limitation&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 10:45:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp-issue/m-p/970094#M377015</guid>
      <dc:creator>anandbillava</dc:creator>
      <dc:date>2025-07-02T10:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: ods tagsets.excelxp issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp-issue/m-p/970096#M377016</link>
      <description>&lt;P&gt;I see that you opened a case with Technical Support. Based on that, I would suggest changing the file extension to XML. When I make that change to your code, it works as expected for me.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods tagsets.excelxp file='try_hyper.xml' style=sasweb
options(sheet_name='Main');&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you continue to have problems, I would also suggest sending your log to the Technical Support case so that we can confirm if you are running the most current version of the tagset.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 11:35:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp-issue/m-p/970096#M377016</guid>
      <dc:creator>Kathryn_SAS</dc:creator>
      <dc:date>2025-07-02T11:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: ods tagsets.excelxp issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp-issue/m-p/970097#M377017</link>
      <description>&lt;P&gt;Hi, Can you please remove that folder name from you last post. I accidentally sent it. I try to use that option as well. Created xml, html. No luck so far.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 11:33:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp-issue/m-p/970097#M377017</guid>
      <dc:creator>anandbillava</dc:creator>
      <dc:date>2025-07-02T11:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: ods tagsets.excelxp issue</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp-issue/m-p/970099#M377019</link>
      <description>&lt;P&gt;I will wait for tech support to respond to my email and then will send the log.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 11:40:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-tagsets-excelxp-issue/m-p/970099#M377019</guid>
      <dc:creator>anandbillava</dc:creator>
      <dc:date>2025-07-02T11:40:40Z</dc:date>
    </item>
  </channel>
</rss>

