<?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: Creating excel 2007 and onward report using base sas 9.1 and SAS EG 7.1 in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-excel-2007-and-onward-report-using-base-sas-9-1-and-SAS/m-p/494237#M21665</link>
    <description>Hi:&lt;BR /&gt;  To clarify:&lt;BR /&gt;ODS MSOFFICE2K makes Microsoft Office 2000 HTML compliant files and the correct file extension for this file is .HTML or .HTM&lt;BR /&gt;ODS TAGSET.EXCELXP makes an XML file that is ASCII text file and the file conforms to the Office 2003 Spreadsheet Markup Language XML specification -- the correct file extension for this file is .XML&lt;BR /&gt;ODS EXCEL creates a compressed XML file that conforms of the Office Open XML Standard of 2007 (for .XLSX files) -- the correct file extension for this type of file is XLSX.&lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
    <pubDate>Mon, 10 Sep 2018 18:05:37 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2018-09-10T18:05:37Z</dc:date>
    <item>
      <title>Creating excel 2007 and onward report using base sas 9.1 and SAS EG 7.1</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-excel-2007-and-onward-report-using-base-sas-9-1-and-SAS/m-p/494155#M21661</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I haven been creating excel reports (Excel 2003 XML spreadsheet type) in SAS using ODS TAGSET.EXCELXP code for years. My company just upgraded all its computer to office 2016. After upgrading to office 2016 I found out that I can no longer edit any of the excel reports that I create with SAS. Upon investigating with my system admin, I have found out that due to some policy they have decided to block editing/saving of all excel files prior to office 2007 and the policy cannot be changed.&amp;nbsp;Which means&amp;nbsp;I can open and view the files in protected view but can not do anything else.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Upon hearing that, I have tried different options I have found on Google and SAS community sites. I have learned that using ODS EXCEL is an option but unfortunately for SAS 9.4 and onwards users. We just got base SAS 9.1 and sas EG 7.1 very recently. It is unlikely that my company would agree to upgrading to SAS 9.4 version any time soon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Therefore I am desperately seeking advice if anyone know how to create Excel 2007 and later workbook templates using base SAS 9.1 or SAS EG 7.1? So far I have tried the following and the all create reports in Excel 2003 format :&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;ODS MSOFFICE2K FILE = &lt;FONT face="Courier New"&gt;*[produces in excel 2003 format]&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt;ODS EXCEL FILE&amp;nbsp;= *[not supported in SAS 9.1 so gives me an error]&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;ODS tagset.excelxp file =&lt;FONT face="Courier New"&gt;*[produces in excel 2003 format]&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Looking forward to your replies. &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Thank you, &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Chowdhury Anwar &lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 15:13:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-excel-2007-and-onward-report-using-base-sas-9-1-and-SAS/m-p/494155#M21661</guid>
      <dc:creator>chowdhury</dc:creator>
      <dc:date>2018-09-10T15:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating excel 2007 and onward report using base sas 9.1 and SAS EG 7.1</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-excel-2007-and-onward-report-using-base-sas-9-1-and-SAS/m-p/494158#M21662</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;We just got base SAS 9.1 and sas EG 7.1 very recently.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;That doesn't quite make sense to me, why would a company purchase and install&amp;nbsp;a version of software that's&amp;nbsp;beyond a decade old already at this point?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Double check your version using the following code:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc product_status;run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;If you're not sure how to interpret it please post it here - there should be nothing confidential in it.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Mine looks like:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For Base SAS Software ...&lt;BR /&gt; Custom version information: 9.4_M5&lt;BR /&gt; Image version information: 9.04.01M5P090617&lt;BR /&gt;For SAS/STAT ...&lt;BR /&gt; Custom version information: 14.3&lt;BR /&gt;For SAS/GRAPH ...&lt;BR /&gt; Custom version information: 9.4_M5&lt;BR /&gt;For SAS/ETS ...&lt;BR /&gt; Custom version information: 14.3&lt;BR /&gt;For SAS/OR ...&lt;BR /&gt; Custom version information: 14.3&lt;BR /&gt; Image version information: 9.04.01M5P110817&lt;BR /&gt;For SAS/AF ...&lt;BR /&gt; Custom version information: 9.4_M5&lt;BR /&gt;For SAS/IML ...&lt;BR /&gt; Custom version information: 14.3&lt;BR /&gt;For SAS/QC ...&lt;BR /&gt; Custom version information: 14.3&lt;BR /&gt;For SAS/SHARE ...&lt;BR /&gt; Custom version information: 9.4_M4&lt;BR /&gt;For High Performance Suite ...&lt;BR /&gt; Custom version information: 2.2_M6&lt;BR /&gt;For SAS/ACCESS Interface to PC Files ...&lt;BR /&gt; Custom version information: 9.4_M5&lt;BR /&gt;For SAS/ACCESS Interface to ODBC ...&lt;BR /&gt; Custom version information: 9.4_M5&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/218033"&gt;@chowdhury&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I haven been creating excel reports (Excel 2003 XML spreadsheet type) in SAS using ODS TAGSET.EXCELXP code for years. My company just upgraded all its computer to office 2016. After upgrading to office 2016 I found out that I can no longer edit any of the excel reports that I create with SAS. Upon investigating with my system admin, I have found out that due to some policy they have decided to block editing/saving of all excel files prior to office 2007 and the policy cannot be changed.&amp;nbsp;Which means&amp;nbsp;I can open and view the files in protected view but can not do anything else.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Upon hearing that, I have tried different options I have found on Google and SAS community sites. I have learned that using ODS EXCEL is an option but unfortunately for SAS 9.4 and onwards users. We just got base SAS 9.1 and sas EG 7.1 very recently. It is unlikely that my company would agree to upgrading to SAS 9.4 version any time soon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Therefore I am desperately seeking advice if anyone know how to create Excel 2007 and later workbook templates using base SAS 9.1 or SAS EG 7.1? So far I have tried the following and the all create reports in Excel 2003 format :&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;ODS MSOFFICE2K FILE = &lt;FONT face="Courier New"&gt;*[produces in excel 2003 format]&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt;ODS EXCEL FILE&amp;nbsp;= *[not supported in SAS 9.1 so gives me an error]&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;ODS tagset.excelxp file =&lt;FONT face="Courier New"&gt;*[produces in excel 2003 format]&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Looking forward to your replies. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Thank you, &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Chowdhury Anwar &lt;/FONT&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 15:18:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-excel-2007-and-onward-report-using-base-sas-9-1-and-SAS/m-p/494158#M21662</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-10T15:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Creating excel 2007 and onward report using base sas 9.1 and SAS EG 7.1</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-excel-2007-and-onward-report-using-base-sas-9-1-and-SAS/m-p/494186#M21663</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/218033"&gt;@chowdhury&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I haven been creating excel reports (Excel 2003 XML spreadsheet type) in SAS using ODS TAGSET.EXCELXP code for years. My company just upgraded all its computer to office 2016. After upgrading to office 2016 I found out that I can no longer edit any of the excel reports that I create with SAS. Upon investigating with my system admin, I have found out that due to some policy they have decided to block editing/saving of all excel files prior to office 2007 and the policy cannot be changed.&amp;nbsp;Which means&amp;nbsp;I can open and view the files in protected view but can not do anything else.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Upon hearing that, I have tried different options I have found on Google and SAS community sites. I have learned that using ODS EXCEL is an option but unfortunately for SAS 9.4 and onwards users. We just got base SAS 9.1 and sas EG 7.1 very recently. It is unlikely that my company would agree to upgrading to SAS 9.4 version any time soon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Therefore I am desperately seeking advice if anyone know how to create Excel 2007 and later workbook templates using base SAS 9.1 or SAS EG 7.1? So far I have tried the following and the all create reports in Excel 2003 format :&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;ODS MSOFFICE2K FILE = &lt;FONT face="Courier New"&gt;*[produces in excel 2003 format]&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt;ODS EXCEL FILE&amp;nbsp;= *[not supported in SAS 9.1 so gives me an error]&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#ff0000" face="Courier New" size="5"&gt;ODS tagset.excelxp file =&lt;FONT face="Courier New"&gt;*[produces in excel 2003 format]&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Looking forward to your replies. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Thank you, &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Chowdhury Anwar &lt;/FONT&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Reference the highlighted text: No it doesen't. It creates XML files which are text. Excel can &lt;STRONG&gt;interpret them&lt;/STRONG&gt; into a useable form. If you don't believe me use NOTEPAD to open one of the files generated by tagsets.excelxp. The first (way too many ) lines in &amp;lt;style&amp;gt; &amp;lt;/style&amp;gt; blocks set appearance options like fonts and colors but when you get to the data portion you will see stuff like:&lt;/P&gt;
&lt;PRE&gt;&amp;lt;Row ss:AutoFitHeight="1" ss:Height="15"&amp;gt;
&amp;lt;Cell ss:StyleID="data__l" ss:Index="1"&amp;gt;&amp;lt;Data ss:Type="String"&amp;gt;Adams&amp;lt;/Data&amp;gt;&amp;lt;/Cell&amp;gt;
&amp;lt;Cell ss:StyleID="data__r" ss:Index="2"&amp;gt;&amp;lt;Data ss:Type="Number"&amp;gt;9.0&amp;lt;/Data&amp;gt;&amp;lt;/Cell&amp;gt;
&amp;lt;Cell ss:StyleID="data__r" ss:Index="3"&amp;gt;&amp;lt;Data ss:Type="Number"&amp;gt;89&amp;lt;/Data&amp;gt;&amp;lt;/Cell&amp;gt;
&amp;lt;Cell ss:StyleID="data__r" ss:Index="4"&amp;gt;&amp;lt;Data ss:Type="Number"&amp;gt;8&amp;lt;/Data&amp;gt;&amp;lt;/Cell&amp;gt;
&amp;lt;/Row&amp;gt;&lt;/PRE&gt;
&lt;P&gt;Which Excel would render as a line in a table looking like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Adams&amp;nbsp;&amp;nbsp; 9.0&amp;nbsp;&amp;nbsp; 89&amp;nbsp;&amp;nbsp; 8&lt;/P&gt;
&lt;P&gt;These rows would appear within a &amp;lt;table&amp;gt; &amp;lt;/table&amp;gt; and the first row block would have column headings if any.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So if you are able to open the file then you should be able to save as. You may need to talk to you IT about editing XML files, not "EXCEL 2007". However the Microsoft "XML Editor" is not what you want as it plays with the text and does not display tables or data in any way that I would want&amp;nbsp; to actually work with.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or Export to CSV, which means you won't have any formatting such as cell colors or text, and open those and reformat.&lt;/P&gt;
&lt;P&gt;Or Try ODS RTF and open tables from RTF to Word and Paste to Excel.&lt;/P&gt;
&lt;P&gt;Or as &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;indicated, tell Management that SAS 9.1 is contemporary with Microsoft Windows XP and is seriously out of date.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 16:23:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-excel-2007-and-onward-report-using-base-sas-9-1-and-SAS/m-p/494186#M21663</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-09-10T16:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating excel 2007 and onward report using base sas 9.1 and SAS EG 7.1</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-excel-2007-and-onward-report-using-base-sas-9-1-and-SAS/m-p/494237#M21665</link>
      <description>Hi:&lt;BR /&gt;  To clarify:&lt;BR /&gt;ODS MSOFFICE2K makes Microsoft Office 2000 HTML compliant files and the correct file extension for this file is .HTML or .HTM&lt;BR /&gt;ODS TAGSET.EXCELXP makes an XML file that is ASCII text file and the file conforms to the Office 2003 Spreadsheet Markup Language XML specification -- the correct file extension for this file is .XML&lt;BR /&gt;ODS EXCEL creates a compressed XML file that conforms of the Office Open XML Standard of 2007 (for .XLSX files) -- the correct file extension for this type of file is XLSX.&lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
      <pubDate>Mon, 10 Sep 2018 18:05:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-excel-2007-and-onward-report-using-base-sas-9-1-and-SAS/m-p/494237#M21665</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-09-10T18:05:37Z</dc:date>
    </item>
  </channel>
</rss>

