<?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 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ODS-TAGSETS-EXCELXP/m-p/756024#M238624</link>
    <description>&lt;P&gt;1. Use ODS EXCEL . (&lt;SPAN&gt;ods tagsets.excelxp produces&amp;nbsp; files that are in reality xml files and are bloated -large in size. )&lt;/SPAN&gt;&lt;BR /&gt;2.There are number of resources available .&amp;nbsp; For example a good starting point is&amp;nbsp; &amp;nbsp;&lt;A href="https://blogs.sas.com/content/sgf/2017/02/20/tips-for-using-the-ods-excel-destination/" target="_blank"&gt;https://blogs.sas.com/content/sgf/2017/02/20/tips-for-using-the-ods-excel-destination/ &amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Jul 2021 19:11:25 GMT</pubDate>
    <dc:creator>Sajid01</dc:creator>
    <dc:date>2021-07-22T19:11:25Z</dc:date>
    <item>
      <title>ODS TAGSETS.EXCELXP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-TAGSETS-EXCELXP/m-p/755948#M238600</link>
      <description>&lt;P&gt;Hi ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to do two bwlow tasks :&lt;/P&gt;&lt;P&gt;1: I have three reports/table , want all them to be placed horizontally in excel&amp;nbsp;(sheet_interval='none') work to place them vertially&lt;/P&gt;&lt;P&gt;can you suggest way in ods tagsets.excelxp&lt;/P&gt;&lt;P&gt;2: I have a report as a sample attached where there are multiple Desc and based on that creating different columns&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I dont want the first heading in proc report output (Ex: Desc)&lt;/P&gt;&lt;P&gt;How can I do that . Below is the code I have used&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc report data=Sample&lt;BR /&gt;style(report)=[font=(calibri, 10pt) just=left]&lt;BR /&gt;style(column header)=[font=(calibri,12pt) font_weight = bold just=left]&lt;BR /&gt;style(column)=[font=(calibri, 10pt)] nowd;&lt;BR /&gt;column ('ID' ID) desc, Var;&lt;BR /&gt;define ID / group ' ';&lt;BR /&gt;define desc / across order=data;&lt;BR /&gt;define var / analysis sum style={tagattr='format:#,##0;[RED]-#,##0'} '';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 13:55:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-TAGSETS-EXCELXP/m-p/755948#M238600</guid>
      <dc:creator>ss171</dc:creator>
      <dc:date>2021-07-22T13:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: ODS TAGSETS.EXCELXP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-TAGSETS-EXCELXP/m-p/756024#M238624</link>
      <description>&lt;P&gt;1. Use ODS EXCEL . (&lt;SPAN&gt;ods tagsets.excelxp produces&amp;nbsp; files that are in reality xml files and are bloated -large in size. )&lt;/SPAN&gt;&lt;BR /&gt;2.There are number of resources available .&amp;nbsp; For example a good starting point is&amp;nbsp; &amp;nbsp;&lt;A href="https://blogs.sas.com/content/sgf/2017/02/20/tips-for-using-the-ods-excel-destination/" target="_blank"&gt;https://blogs.sas.com/content/sgf/2017/02/20/tips-for-using-the-ods-excel-destination/ &amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 19:11:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-TAGSETS-EXCELXP/m-p/756024#M238624</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2021-07-22T19:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: ODS TAGSETS.EXCELXP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-TAGSETS-EXCELXP/m-p/756119#M238677</link>
      <description>Yes, but issue is in placing tables in horizontal way (not having any start point) . I have gone through many blogs but didnt get a solution</description>
      <pubDate>Fri, 23 Jul 2021 05:30:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-TAGSETS-EXCELXP/m-p/756119#M238677</guid>
      <dc:creator>ss171</dc:creator>
      <dc:date>2021-07-23T05:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: ODS TAGSETS.EXCELXP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-TAGSETS-EXCELXP/m-p/756146#M238689</link>
      <description>Have no idea how your source data looks like.&lt;BR /&gt;Can you share the data used for this sample report?</description>
      <pubDate>Fri, 23 Jul 2021 08:56:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-TAGSETS-EXCELXP/m-p/756146#M238689</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2021-07-23T08:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: ODS TAGSETS.EXCELXP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-TAGSETS-EXCELXP/m-p/756152#M238692</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/131732"&gt;@Sajid01&lt;/a&gt;&amp;nbsp;I have attached sample so there can be multiple proc results . I want them to be placed horizontally&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 09:37:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-TAGSETS-EXCELXP/m-p/756152#M238692</guid>
      <dc:creator>ss171</dc:creator>
      <dc:date>2021-07-23T09:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: ODS TAGSETS.EXCELXP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-TAGSETS-EXCELXP/m-p/756176#M238701</link>
      <description>&lt;P&gt;Thanks.&lt;BR /&gt;I don't see any correlation between your original spreadsheet and the current one.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 12:51:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-TAGSETS-EXCELXP/m-p/756176#M238701</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2021-07-23T12:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: ODS TAGSETS.EXCELXP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-TAGSETS-EXCELXP/m-p/756178#M238702</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/131732"&gt;@Sajid01&lt;/a&gt;&lt;BR /&gt;There seems to be a confusion.&lt;BR /&gt;In the top query I asked for two tasks&lt;BR /&gt;One with proc report which is resolved by across ' ' .. syntax&lt;BR /&gt;Thanks&lt;BR /&gt;For other task I have attached sample excel if can help&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 23 Jul 2021 12:58:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-TAGSETS-EXCELXP/m-p/756178#M238702</guid>
      <dc:creator>ss171</dc:creator>
      <dc:date>2021-07-23T12:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: ODS TAGSETS.EXCELXP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-TAGSETS-EXCELXP/m-p/756262#M238731</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; It is easier to place output from different procedures on one page horizontally using ODS PDF and ODS LAYOUT, as shown below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_0-1627057579907.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/61637i6478C006E164F833/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_0-1627057579907.png" alt="Cynthia_sas_0-1627057579907.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This type of ODS LAYOUT is not supported for the ODS EXCEL destination, so this code would not work for Excel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since this capability to place procedure output horizontally is not available for ODS EXCEL You'd have to do a lot of data manipulation to create one data set with multiple columns to make this work in Excel. Here's an example:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_1-1627058108366.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/61638i570F9711C9041C82/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_1-1627058108366.png" alt="Cynthia_sas_1-1627058108366.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; In the above example, I just used 2 different datasets side by side. Assuming that your procedure of interest makes an output dataset, then you could do something similar but it is a lot of work to do something that ODS PDF does quite easily.&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 16:38:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-TAGSETS-EXCELXP/m-p/756262#M238731</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2021-07-23T16:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: ODS TAGSETS.EXCELXP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-TAGSETS-EXCELXP/m-p/756263#M238732</link>
      <description>Ohhh Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/38890"&gt;@cynthia&lt;/a&gt;&lt;BR /&gt;Really nice explaination</description>
      <pubDate>Fri, 23 Jul 2021 16:43:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-TAGSETS-EXCELXP/m-p/756263#M238732</guid>
      <dc:creator>ss171</dc:creator>
      <dc:date>2021-07-23T16:43:43Z</dc:date>
    </item>
  </channel>
</rss>

