<?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: SAS Report html blue doesn't keep format when paste into Excel in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Report-html-blue-doesn-t-keep-format-when-paste-into-Excel/m-p/948880#M45441</link>
    <description>&lt;P&gt;ODS EXCEL isn't ideal because the SAS Report being copied/pasted is from a step later in a process.&amp;nbsp; The report is being pasted into a file previously exported using ODS EXCEL so I don't want to recreate it or create a second exported file that has to be merged into the original file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Process is:&lt;/P&gt;&lt;P&gt;Initial file is created using ODS EXCEL&lt;/P&gt;&lt;P&gt;User makes selections in the exported file, then uploads the file&amp;nbsp;to update tables on a server&lt;/P&gt;&lt;P&gt;A SAS Report with a summary of selections and calculations is created - this is what we have been able to paste into the original file and retain html blue when using version 7.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there an Add-In that's needed or a setting I need to change to keep the formatting when pasting?&lt;/P&gt;</description>
    <pubDate>Thu, 24 Oct 2024 13:00:50 GMT</pubDate>
    <dc:creator>ASC1</dc:creator>
    <dc:date>2024-10-24T13:00:50Z</dc:date>
    <item>
      <title>SAS Report html blue doesn't keep format when paste into Excel</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Report-html-blue-doesn-t-keep-format-when-paste-into-Excel/m-p/948875#M45439</link>
      <description>&lt;P&gt;When I copy a SAS Report that's formatted html blue then paste into Excel, the html blue format isn't retained when I select Keep Source Formatting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We recently upgraded to version&amp;nbsp;8.4 Update 2 (8.4.2.22) (64-bit) from 7.1.&amp;nbsp; Before the upgrade, the format of the SAS Report would be retained when pasting into Excel.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The need to copy and paste is on an ad-hoc basis so I don't want to used ods excel to export.&amp;nbsp; How can I retain the SAS Report formatting when pasting into Excel?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 12:33:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Report-html-blue-doesn-t-keep-format-when-paste-into-Excel/m-p/948875#M45439</guid>
      <dc:creator>ASC1</dc:creator>
      <dc:date>2024-10-24T12:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Report html blue doesn't keep format when paste into Excel</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Report-html-blue-doesn-t-keep-format-when-paste-into-Excel/m-p/948877#M45440</link>
      <description>&lt;P&gt;Instead of copy/paste, use ODS EXCEL&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file='temp.xlsx';
proc something data=whatever;
...
run;
ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 24 Oct 2024 12:43:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Report-html-blue-doesn-t-keep-format-when-paste-into-Excel/m-p/948877#M45440</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-10-24T12:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Report html blue doesn't keep format when paste into Excel</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Report-html-blue-doesn-t-keep-format-when-paste-into-Excel/m-p/948880#M45441</link>
      <description>&lt;P&gt;ODS EXCEL isn't ideal because the SAS Report being copied/pasted is from a step later in a process.&amp;nbsp; The report is being pasted into a file previously exported using ODS EXCEL so I don't want to recreate it or create a second exported file that has to be merged into the original file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Process is:&lt;/P&gt;&lt;P&gt;Initial file is created using ODS EXCEL&lt;/P&gt;&lt;P&gt;User makes selections in the exported file, then uploads the file&amp;nbsp;to update tables on a server&lt;/P&gt;&lt;P&gt;A SAS Report with a summary of selections and calculations is created - this is what we have been able to paste into the original file and retain html blue when using version 7.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there an Add-In that's needed or a setting I need to change to keep the formatting when pasting?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 13:00:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Report-html-blue-doesn-t-keep-format-when-paste-into-Excel/m-p/948880#M45441</guid>
      <dc:creator>ASC1</dc:creator>
      <dc:date>2024-10-24T13:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Report html blue doesn't keep format when paste into Excel</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Report-html-blue-doesn-t-keep-format-when-paste-into-Excel/m-p/948904#M45442</link>
      <description>&lt;P&gt;Please describe exactly what "format" is involved. Not the name but the actual property- font, font size, cell color, borders, what.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also what output is this copied from?&lt;/P&gt;
&lt;P&gt;Note that copy/paste is going to be limited to what the clipboard can get which varies depending on source.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 14:21:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Report-html-blue-doesn-t-keep-format-when-paste-into-Excel/m-p/948904#M45442</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-10-24T14:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Report html blue doesn't keep format when paste into Excel</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Report-html-blue-doesn-t-keep-format-when-paste-into-Excel/m-p/948910#M45443</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-10-24 103444.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/101775iAF91E0974A3D8B16/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-10-24 103444.png" alt="Screenshot 2024-10-24 103444.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;In the above: The left is how it appears in Excel when pasted. The right shows how it appears in the SAS Report.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below shows the Style selected for SAS Report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-10-24 104235.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/101776iFCABFEF7C2E5EBA7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-10-24 104235.png" alt="Screenshot 2024-10-24 104235.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 14:45:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Report-html-blue-doesn-t-keep-format-when-paste-into-Excel/m-p/948910#M45443</guid>
      <dc:creator>ASC1</dc:creator>
      <dc:date>2024-10-24T14:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Report html blue doesn't keep format when paste into Excel</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Report-html-blue-doesn-t-keep-format-when-paste-into-Excel/m-p/948916#M45444</link>
      <description>&lt;P&gt;There are various menu entries iirc. Have you tried them? I don't remember the exact phrase, but something like &lt;EM&gt;Sent to &lt;/EM&gt;or &lt;EM&gt;Open with &lt;/EM&gt;or &lt;EM&gt;View with.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 15:21:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Report-html-blue-doesn-t-keep-format-when-paste-into-Excel/m-p/948916#M45444</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2024-10-24T15:21:15Z</dc:date>
    </item>
  </channel>
</rss>

