<?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: Exporting data to excel in separate worksheet in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-data-to-excel-in-separate-worksheet/m-p/5650#M1793</link>
    <description>option _last_= sashelp.class ;&lt;BR /&gt;
ods tagsets.excelxp file='your.workbook.xls'  style= default;&lt;BR /&gt;
proc print;&lt;BR /&gt;
proc means;&lt;BR /&gt;
run;&lt;BR /&gt;
ods _all_ close ;</description>
    <pubDate>Fri, 23 Nov 2007 15:00:35 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2007-11-23T15:00:35Z</dc:date>
    <item>
      <title>Exporting data to excel in separate worksheet</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-data-to-excel-in-separate-worksheet/m-p/5649#M1792</link>
      <description>How to export data to excel but in two separate spreadsheets.&lt;BR /&gt;
&lt;BR /&gt;
We cannot use PROC EXPORT as we do not have license.</description>
      <pubDate>Fri, 23 Nov 2007 13:47:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-data-to-excel-in-separate-worksheet/m-p/5649#M1792</guid>
      <dc:creator>SanjayM</dc:creator>
      <dc:date>2007-11-23T13:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting data to excel in separate worksheet</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-data-to-excel-in-separate-worksheet/m-p/5650#M1793</link>
      <description>option _last_= sashelp.class ;&lt;BR /&gt;
ods tagsets.excelxp file='your.workbook.xls'  style= default;&lt;BR /&gt;
proc print;&lt;BR /&gt;
proc means;&lt;BR /&gt;
run;&lt;BR /&gt;
ods _all_ close ;</description>
      <pubDate>Fri, 23 Nov 2007 15:00:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-data-to-excel-in-separate-worksheet/m-p/5650#M1793</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-11-23T15:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting data to excel in separate worksheet</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-data-to-excel-in-separate-worksheet/m-p/5651#M1794</link>
      <description>Does this only work for Excel XP or will it work for Excel 2000 as well?  (Yes, we still are using Excel 2000.)</description>
      <pubDate>Wed, 11 Jun 2008 14:20:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-data-to-excel-in-separate-worksheet/m-p/5651#M1794</guid>
      <dc:creator>railfan1975</dc:creator>
      <dc:date>2008-06-11T14:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting data to excel in separate worksheet</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-data-to-excel-in-separate-worksheet/m-p/5652#M1795</link>
      <description>Hi:&lt;BR /&gt;
  TAGSETS.EXCELXP generates MIcrosoft Spreadsheet Markup Language XML tags that describe the worksheet. Sadly, Microsoft introduced this XML description of the spreadsheet in Office 2002/2003. So even if you have SAS 9 and CAN create SpreadsheetML XML with SAS, you can only open it with Office 2002/2003 or higher.&lt;BR /&gt;
&lt;BR /&gt;
  If you use ODS HTML, you can create multiple HTML files; and then, there is one method for linking those separate HTML files together -- again, using a Microsoft form of XML and HTML for describing the relationship of the files. Basically, for this to work, you would use SAS to create the multiple HTML files. But, unless you know a lot about coding SAS data step programs, building the HTML and XML to link the files together is a manual process. (That method is described in this presentation:&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;
cynthia</description>
      <pubDate>Wed, 11 Jun 2008 16:08:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-data-to-excel-in-separate-worksheet/m-p/5652#M1795</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-06-11T16:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting data to excel in separate worksheet</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-data-to-excel-in-separate-worksheet/m-p/5653#M1796</link>
      <description>Hi Cynthia&lt;BR /&gt;
This is great, but for some reason, I get the error message: ERROR: Insufficient authorization to access c:\your workbook.xls, although it works if I put the file on our server and change the file name accordingly...</description>
      <pubDate>Thu, 12 Jun 2008 11:50:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Exporting-data-to-excel-in-separate-worksheet/m-p/5653#M1796</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-06-12T11:50:38Z</dc:date>
    </item>
  </channel>
</rss>

