<?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 and msoffice2k_x (Image, multiple worksheet and paneling) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ODs-excelxp-and-msoffice2k-x-Image-multiple-worksheet-and/m-p/54521#M11551</link>
    <description>Thanks Cynthia. But I am working to create a single file. I might use other programming language and try to call it from SAS.</description>
    <pubDate>Fri, 24 Dec 2010 00:02:56 GMT</pubDate>
    <dc:creator>anandbillava</dc:creator>
    <dc:date>2010-12-24T00:02:56Z</dc:date>
    <item>
      <title>ODs excelxp and msoffice2k_x (Image, multiple worksheet and paneling)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODs-excelxp-and-msoffice2k-x-Image-multiple-worksheet-and/m-p/54517#M11547</link>
      <description>There are drawback from above ods tagsets. &lt;BR /&gt;
Excelxp does not support image where as msofficex2k_k does.&lt;BR /&gt;
Msofficex2k support paneling where as excelxp not.&lt;BR /&gt;
Excelxp does support multiple worksheets but msofficex2k not.&lt;BR /&gt;
&lt;BR /&gt;
I want to use all the three features in one of the program. Can anybody suggest some idea ? &lt;BR /&gt;
Image, Paneling and Multiple worksheet.&lt;BR /&gt;
&lt;BR /&gt;
Many thanks in advance</description>
      <pubDate>Thu, 23 Dec 2010 19:41:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODs-excelxp-and-msoffice2k-x-Image-multiple-worksheet-and/m-p/54517#M11547</guid>
      <dc:creator>anandbillava</dc:creator>
      <dc:date>2010-12-23T19:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: ODs excelxp and msoffice2k_x (Image, multiple worksheet and paneling)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODs-excelxp-and-msoffice2k-x-Image-multiple-worksheet-and/m-p/54518#M11548</link>
      <description>Hi:&lt;BR /&gt;
  TAGSETS.MSOFFICE2K_X -does- support multiple worksheets -- not quite as seamlessly as TAGSETS.EXCELXP, but it does support multiple worksheets.&lt;BR /&gt;
&lt;BR /&gt;
  I suggest you update your template store to include TAGSETS.MSOFFICE2K_X, as described here and then run some of the examples, also found on this page:&lt;BR /&gt;
 &lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/msoffice2k/index.html" target="_blank"&gt;http://support.sas.com/rnd/base/ods/odsmarkup/msoffice2k/index.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
The Introduction explains how to get the new TAGSET template for MSOFFICE2K_X and the list of examples shows how to create a multi-sheet workbook.&lt;BR /&gt;
&lt;BR /&gt;
Do remember that the limitations of MSOFFICE2K, MSOFFICE2K_X and ExcelXP are inherent in the nature of each file specification, as determined by Microsoft. MSOFFICE2K and MSOFFICE2K_X both create HTML-based files (although the MSOFFICE2K_X mixes a bit of XML into the HTML mix -- per Microsoft design) and TAGSETS.EXCELXP creates pure Spreadsheet Markup Language XML -- also per Microsoft design. It is by Microsoft design that Spreadsheet Markup Language XML does not support image inclusion.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Thu, 23 Dec 2010 20:28:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODs-excelxp-and-msoffice2k-x-Image-multiple-worksheet-and/m-p/54518#M11548</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-12-23T20:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: ODs excelxp and msoffice2k_x (Image, multiple worksheet and paneling)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODs-excelxp-and-msoffice2k-x-Image-multiple-worksheet-and/m-p/54519#M11549</link>
      <description>Hi Cynthia, Thanks for the reply. I came across msoffice2k_x multiple worksheet. but this does not work as excelxp. What I am trying to say it creates links to the html files. I am trying to create a single file which will have everything.</description>
      <pubDate>Thu, 23 Dec 2010 20:33:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODs-excelxp-and-msoffice2k-x-Image-multiple-worksheet-and/m-p/54519#M11549</guid>
      <dc:creator>anandbillava</dc:creator>
      <dc:date>2010-12-23T20:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: ODs excelxp and msoffice2k_x (Image, multiple worksheet and paneling)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODs-excelxp-and-msoffice2k-x-Image-multiple-worksheet-and/m-p/54520#M11550</link>
      <description>You might be able to use the technique designed in this presentation from a user-group a while ago:&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/base/ods/excel/multisheet_excel_post.ppt" target="_blank"&gt;http://support.sas.com/rnd/base/ods/excel/multisheet_excel_post.ppt&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
It describes how to create multi-sheet workbooks by creating multiple HTML files, storing the files in a special folder structure, creating a manual FILELIST.XML file and creating a "driver" HTML file. You still have to manually save the "linked" files as an XLS workbook. I have successfully used this technique and described it in more detail in previous forum postings:&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?messageID=35199西" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=35199西&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?messageID=8132ῄ" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=8132ῄ&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?messageID=18828䦌" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=18828䦌&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?messageID=12780㇬" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=12780㇬&lt;/A&gt;&lt;BR /&gt;
       &lt;BR /&gt;
(But I don't do much anymore with the technique since the advent of TAGSETS.EXCELXP.)&lt;BR /&gt;
 &lt;BR /&gt;
That's the only thing I can think of.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Thu, 23 Dec 2010 20:45:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODs-excelxp-and-msoffice2k-x-Image-multiple-worksheet-and/m-p/54520#M11550</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-12-23T20:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: ODs excelxp and msoffice2k_x (Image, multiple worksheet and paneling)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODs-excelxp-and-msoffice2k-x-Image-multiple-worksheet-and/m-p/54521#M11551</link>
      <description>Thanks Cynthia. But I am working to create a single file. I might use other programming language and try to call it from SAS.</description>
      <pubDate>Fri, 24 Dec 2010 00:02:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODs-excelxp-and-msoffice2k-x-Image-multiple-worksheet-and/m-p/54521#M11551</guid>
      <dc:creator>anandbillava</dc:creator>
      <dc:date>2010-12-24T00:02:56Z</dc:date>
    </item>
  </channel>
</rss>

