<?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: Help on how to generate output as excel file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155388#M298777</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks RW9. I appreciate your forthrightness. There are a total of about 100 tables, and they are use output to a source file with "sheet" built tabs, that are then linked/copied to a destination file. UGH. So on the next go around of these 100 tables for the next year, I plan to use proc report to generate all of them...I understand and have used it and it provides a better formatting mechanism and such. Anyway, we are on deadline, and me generating this code will take more time than I am allowed thus the fidgeting with trying to work with what I have now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition,as might be evident, this code is much longer than what I attached, and though I understand what I am producing, I would not be able to write this code myself and there are 5 of these tables. I will investigate "&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;ods tagsets.excelxp ."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Feb 2015 14:54:20 GMT</pubDate>
    <dc:creator>lola</dc:creator>
    <dc:date>2015-02-05T14:54:20Z</dc:date>
    <item>
      <title>Help on how to generate output as excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155386#M298775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am attaching (inherited, sample) code on generating statistics. I am not familiar with proc printto print = outlist.&lt;/P&gt;&lt;P&gt;Q1- if this is going to outlist...where do I find that in my directory? Can I easily copy/paste to an excel file from that (I can figure this out once I locate it)&lt;/P&gt;&lt;P&gt;Q2-It seems this should be an easy copy/paste to an excel destination file, since that was the method used to build the previous data tables/files...by sheet from an excel source file to an excel destination. Tried, unsuccessful with my present skill set...using copy from html and results, and copy to word then to excel..nada.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help/suggest.&amp;nbsp; Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 14:23:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155386#M298775</guid>
      <dc:creator>lola</dc:creator>
      <dc:date>2015-02-05T14:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help on how to generate output as excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155387#M298776</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;Looking at the code, it seems to be quite old, and writing text output to a file.&amp;nbsp; Might I suggest that you take the dataset I1 and then using ods and proc report create an output file that way.&amp;nbsp; &lt;A href="http://support.sas.com/rnd/base/ods/odsprinter/" title="http://support.sas.com/rnd/base/ods/odsprinter/"&gt;Base SAS: ODS PDF Resources&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the printto is doing is directing some text output to the default SAS output window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, using ods tagsets.excelxp and proc report you can generate an XML file (which can be read by Excel) so gets rid of the need for copying pasting.&amp;nbsp; In all fairness though, you may be better off just re-writing the code, doesn't seem particularly complicated and could use some coding standards being applied.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 14:36:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155387#M298776</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-02-05T14:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help on how to generate output as excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155388#M298777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks RW9. I appreciate your forthrightness. There are a total of about 100 tables, and they are use output to a source file with "sheet" built tabs, that are then linked/copied to a destination file. UGH. So on the next go around of these 100 tables for the next year, I plan to use proc report to generate all of them...I understand and have used it and it provides a better formatting mechanism and such. Anyway, we are on deadline, and me generating this code will take more time than I am allowed thus the fidgeting with trying to work with what I have now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition,as might be evident, this code is much longer than what I attached, and though I understand what I am producing, I would not be able to write this code myself and there are 5 of these tables. I will investigate "&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;ods tagsets.excelxp ."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 14:54:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155388#M298777</guid>
      <dc:creator>lola</dc:creator>
      <dc:date>2015-02-05T14:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help on how to generate output as excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155389#M298778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition, since I began using this help forum, I have successfully produced what I needed to without conferring with a non-collaborative colleague who wrote these programs, If I can get this last bit done, I would be thrilled. Full disclosure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a way these 5 tables made it into the same destination file, from what was produced using the code, I am almost certain, since they are all there with the other 100 tables, which are then delivered to our 508 professionals for final publication in pdf. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 15:02:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155389#M298778</guid>
      <dc:creator>lola</dc:creator>
      <dc:date>2015-02-05T15:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help on how to generate output as excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155390#M298779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, in a basic SAS setup I would assume (unless it gets explicitly changed in the code) your temporary area, could be in \Documents and Settings\user-name. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 15:12:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155390#M298779</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-02-05T15:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help on how to generate output as excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155391#M298780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm there...looking. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 15:15:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155391#M298780</guid>
      <dc:creator>lola</dc:creator>
      <dc:date>2015-02-05T15:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help on how to generate output as excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155392#M298781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You say you're copying from HTML, do you have the ODS Listing destination enabled? If not try that. &lt;/P&gt;&lt;P&gt;Tools&amp;gt;Options&amp;gt;Results ( I think)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In previous versions of SAS it was the default output and probably what the code is designed for. &lt;/P&gt;&lt;P&gt;Copying and pasting from listing is easier. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 15:17:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155392#M298781</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-02-05T15:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help on how to generate output as excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155393#M298782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes sir, it was there, but the format to copy and paste not different from the sources I ably captured on my maching (SAS). Thank you!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 15:28:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155393#M298782</guid>
      <dc:creator>lola</dc:creator>
      <dc:date>2015-02-05T15:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help on how to generate output as excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155394#M298783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agree and yes, I did. the copy and paste stinks though. The formatting capability skews terribly. Trying different pasting special options were unsuccessful. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, Reeza!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 15:31:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155394#M298783</guid>
      <dc:creator>lola</dc:creator>
      <dc:date>2015-02-05T15:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Help on how to generate output as excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155395#M298784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the output is "&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;linked/copied to a destination file" then why is the format important to the source file?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;Perhaps you can use your non-formatted output and link it to your formatted excel sheet.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;Bruce&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 15:49:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155395#M298784</guid>
      <dc:creator>BigD</dc:creator>
      <dc:date>2015-02-05T15:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help on how to generate output as excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155396#M298785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I should be more clear. On the first 100 tables the output was to a source file, then link/copy to a destination file, both excel. The same destination file holds tabs for these last 5 tables, AND skip over to the code. The code for these (5) tables is not written for "sheets" like the first 100 tables. But they all end up in the same "destination" file, which leads me to connect the dots, that there must be a copy/paste method to accommodate from the outlist output for the last 5 tables....to the same destination file. Hope this helps. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for asking Bruce.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 16:09:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155396#M298785</guid>
      <dc:creator>lola</dc:creator>
      <dc:date>2015-02-05T16:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help on how to generate output as excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155397#M298786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For closure, I was not able to find an expeditious manner by which to convert html to excel, nor taking the code I posted and exporting to excel...what I did was create a new dataset keeping the vars I needed and then doing the old copy past from excel source doc to excel destination...UGH. Thank you everyone fore responding. Converting the 100+ programs output to proc report will follow, for next years data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 16:38:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155397#M298786</guid>
      <dc:creator>lola</dc:creator>
      <dc:date>2015-02-12T16:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help on how to generate output as excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155398#M298787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for contributing here and I hope I properly "liked" every response!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue: "Edit links" usage on an excel file from SAS to excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. My sas output generates a "tables" excel file where tabs are created for each table. This is what I call my "source" file.&lt;/P&gt;&lt;P&gt;2. I copy/paste/link each table to a "destination" file that is formatted for adobe and 508 and that jazz...(yes thinking proc report already!).&lt;/P&gt;&lt;P&gt;3. I manually link/paste each table to the destination file. (wow 75 tables).&lt;/P&gt;&lt;P&gt;4. Each time I regenerate a table then when I open the destination file (after opening the source file) the destination/tables should update (not sure its happening properly).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue: this is not working properly!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why (I think): the destination file was inherited and I do not think I properly updated the links, then I broke a link and now cannot relink. thinking linking tutorial likely...&lt;/P&gt;&lt;P&gt;Regardless: when I open edit links, there are two files there from the previous user. One is the "tables" file location--get that. Two is another file, that has a name that does not sound familiar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q: Should there be two files in edit links to enable this process properly, and if so, what should the other file be?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 17:53:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155398#M298787</guid>
      <dc:creator>lola</dc:creator>
      <dc:date>2015-05-27T17:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help on how to generate output as excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155399#M298788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't link to external files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create your template (destination) file and then copy it for that particular report. &lt;/P&gt;&lt;P&gt;Export directly to that Excel file and have internal links ie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sheets in workbook&lt;/P&gt;&lt;P&gt;Page 1 - Report&amp;nbsp;&amp;nbsp; (data in this sheet is linked from Page 1 Data)&lt;/P&gt;&lt;P&gt;Page 1 - Data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can export directly to an Excel file using the libname method and/or DDE and/or the following VB Script:&lt;A href="http://www.sascommunity.org/wiki/A_Poor/Rich_SAS_Users_Proc_Export" title="http://www.sascommunity.org/wiki/A_Poor/Rich_SAS_Users_Proc_Export"&gt;http://www.sascommunity.org/wiki/A_Poor/Rich_SAS_Users_Proc_Export&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally, you would use SAS to generate the full report to Excel using the new ODS Excel option in SAS 9.4 - latest release I believe. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 18:24:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155399#M298788</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-05-27T18:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Help on how to generate output as excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155400#M298789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't have an example of the second file then you may spend a lot of effort matching things up unless there is an actual Excel function that will report on which cells have the links. (Not available the last time I was working on such a thing).&lt;/P&gt;&lt;P&gt;It may be worth going to the users and asking what additions or changes they might like to this report result and use that as an opportunity to update the whole process. The whole links between documents that may be renamed, deleted, not copied with a project makes this approach difficult to maintain, as you have discovered. Since you deliver a PDF to the end users you might be able to create that directly using ODS PDF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 18:26:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155400#M298789</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-05-27T18:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help on how to generate output as excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155401#M298790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Understand the not linking to the external file, as meaning, link only to the source "tables" file. However, the destination file is formatted for presentation purposes, while the tables source file is rudimentary (working draft if you will).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do have my own destination folder, which is formatted, but not sure what you mean by "copy" it for that particular report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ these series of tables makeup up one report, that is published as two files--&lt;/P&gt;&lt;P&gt;adobe and excel]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The source file prints fine now, with the sheets each generating properly as tables, no problem except method generates generic text/font/... thus the "destination" formatted file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do believe I need to use the new ODS excel option you mention from 9.4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much...awesome information!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 21:20:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155401#M298790</guid>
      <dc:creator>lola</dc:creator>
      <dc:date>2015-05-27T21:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help on how to generate output as excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155402#M298791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct, I don't have that second file and not sure what it should be/look like...got it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Agree with going to users, have made numerous changes already, and since I have to redo 100 tables, thought I would stop and take the time to more efficiently do this part, while I wait for the data to run yet again (g!). You're right also about this whole archaic linking stuff. But pdf is only half of the solution, need to publish an excel file too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for this informed reply!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 21:28:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155402#M298791</guid>
      <dc:creator>lola</dc:creator>
      <dc:date>2015-05-27T21:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help on how to generate output as excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155403#M298792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Blimey this post was a way back ;O)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What it sounds like your problem is, and its something facing everyone, is the use of Excel for purposes it was never really intended.&amp;nbsp; I.e. it is not a data transfer format, nor a database, nor a reporting utility, or a data entry utility, or a programming environment - all of which I have seen in the past.&amp;nbsp; Specific software is designed to do specific tasks.&amp;nbsp; So and Oracle database is designed to do databasing, JReview, SAS Web Report Studio are designed to provide review outputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you have inherited an Excel file, but are missing parts.&amp;nbsp; Off the bat you are heading into problems.&amp;nbsp; Me, I would go back and ask the customer what they want, write down a functional design specification and follow Software Development Lifecycle principals.&amp;nbsp; If they have to have Excel, and most higher levels need many Excel files to make their existence feel worthwhile, then decide on what technology you will use.&amp;nbsp; ODS tagsets.excelxp is pretty easy to use, and can produce nice formatted reports, but lacks a lot of the functionality e.g. linking.&amp;nbsp; Libname to Excel I personally haven't used much.&amp;nbsp; DDE whilst still works, is old and may not be supported.&amp;nbsp; But you are not limited there, you could write VBA macros witihin your Excel template file, or in a separate one, and write the code in there to pull the data from saved CSV files into your Excel file.&amp;nbsp; So rather than pushing from SAS, pull from Excel.&amp;nbsp; In SAS you would only need to export the data to CSV, all other processing is done in VBA.&amp;nbsp; Or maybe you can convince the customer that having some sort of web report setup is a good idea, they wouldn't be limited to what is designed then, but then there is a cost and resource.&amp;nbsp; Etc. many options, but you really have to start with "what is it you, as a customer, want" question and build specs out from there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 07:54:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155403#M298792</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-05-28T07:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help on how to generate output as excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155404#M298793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I strongly second &lt;A __default_attr="814511" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://communities.sas.com/"&gt;&lt;/A&gt;'s opinion. When confronted with a mess like this, go back to square one and define the requirements (or have them defined). From that, select the right toolset to solve the issue.&lt;/P&gt;&lt;P&gt;Questions for the customer:&lt;/P&gt;&lt;P&gt;- what insight do you want to gain?&lt;/P&gt;&lt;P&gt;- who will need to have access to the report/data/analysis?&lt;/P&gt;&lt;P&gt;- what tools are available to those persons?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very often I have solved the "I want an Excel like that" request by supplying a simple HTML page that's updated daily/weekly/monthly and posted on the data warehouse's internal web server. Because they wouldn't do anything but attach the .xls to a mail and send it to several people.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 08:40:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155404#M298793</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-05-28T08:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help on how to generate output as excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155405#M298794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RW9, agree. I understand your analysis and support your conclusion. I continue to find myself in a reactive mode to what is here and now, with no time for proactive data management. Its seems to fall to too few resources continually. I readily admit I will have to finish this annual project with this tool, but in the same breadth must find a long-term solution for next years data which will begin immediately following this deliverable. Thank you for your insight!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 13:37:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-on-how-to-generate-output-as-excel-file/m-p/155405#M298794</guid>
      <dc:creator>lola</dc:creator>
      <dc:date>2015-05-28T13:37:29Z</dc:date>
    </item>
  </channel>
</rss>

