<?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 ODS Excel Output Read-only File Help in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-Output-Read-only-File-Help/m-p/691878#M210657</link>
    <description>&lt;P&gt;i have a temp dataset that I use ODS to output as a .xlsx:&lt;/P&gt;&lt;PRE&gt;ods excel file="/myDir/…/myFile&amp;amp;datz..xlsx"
 options(sheet_name="mySheet0");
 proc print data=temp1 noobs label;
run;&lt;BR /&gt;
&lt;/PRE&gt;&lt;P&gt;and i send to email with&lt;/P&gt;&lt;PRE&gt;…
attach = ("/myDir/…/myFile&amp;amp;datz..xlsx" content_type="application/xlsx")
…&lt;/PRE&gt;&lt;P&gt;my issue is, when i retrieve the file, i cannot add filters or do anything with the data...unless i simply add another sheet to the workbook; then i can interact with it.&amp;nbsp; How can i send an email with a .xlsx file that is useable without having to create a new sheet each time i open it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Oct 2020 15:43:44 GMT</pubDate>
    <dc:creator>prolifious</dc:creator>
    <dc:date>2020-10-15T15:43:44Z</dc:date>
    <item>
      <title>ODS Excel Output Read-only File Help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-Output-Read-only-File-Help/m-p/691878#M210657</link>
      <description>&lt;P&gt;i have a temp dataset that I use ODS to output as a .xlsx:&lt;/P&gt;&lt;PRE&gt;ods excel file="/myDir/…/myFile&amp;amp;datz..xlsx"
 options(sheet_name="mySheet0");
 proc print data=temp1 noobs label;
run;&lt;BR /&gt;
&lt;/PRE&gt;&lt;P&gt;and i send to email with&lt;/P&gt;&lt;PRE&gt;…
attach = ("/myDir/…/myFile&amp;amp;datz..xlsx" content_type="application/xlsx")
…&lt;/PRE&gt;&lt;P&gt;my issue is, when i retrieve the file, i cannot add filters or do anything with the data...unless i simply add another sheet to the workbook; then i can interact with it.&amp;nbsp; How can i send an email with a .xlsx file that is useable without having to create a new sheet each time i open it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 15:43:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-Output-Read-only-File-Help/m-p/691878#M210657</guid>
      <dc:creator>prolifious</dc:creator>
      <dc:date>2020-10-15T15:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel Output Read-only File Help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-Output-Read-only-File-Help/m-p/691887#M210662</link>
      <description>You don't see an 'Enable editing' option at the top when you open it in Excel?</description>
      <pubDate>Thu, 15 Oct 2020 16:24:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-Output-Read-only-File-Help/m-p/691887#M210662</guid>
      <dc:creator>vellad</dc:creator>
      <dc:date>2020-10-15T16:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel Output Read-only File Help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-Output-Read-only-File-Help/m-p/691916#M210671</link>
      <description>&lt;P&gt;I know what you mean - it's like yellowish and kind of stands out at the top of the workbook.&amp;nbsp; However, for these ones, that option is not there.&amp;nbsp; i save it to my desktop and i still cannot edit it until i create a new sheet. i look in the advanced options of excel and allow editing is checked off.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any other ideas out there?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 17:25:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-Output-Read-only-File-Help/m-p/691916#M210671</guid>
      <dc:creator>prolifious</dc:creator>
      <dc:date>2020-10-15T17:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel Output Read-only File Help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-Output-Read-only-File-Help/m-p/691919#M210672</link>
      <description>Hmm few suggestions to figure out root cause:&lt;BR /&gt;1. Try sending to another email client.&lt;BR /&gt;2. Try not giving sheet_name option in ods.&lt;BR /&gt;2. Try using proc export instead of ods.</description>
      <pubDate>Thu, 15 Oct 2020 17:51:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-Output-Read-only-File-Help/m-p/691919#M210672</guid>
      <dc:creator>vellad</dc:creator>
      <dc:date>2020-10-15T17:51:06Z</dc:date>
    </item>
  </channel>
</rss>

