<?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 Excel output has errors in file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688596#M209212</link>
    <description>&lt;P&gt;I am using EG, and the hard close/open seems to have solved it. I'm going to dig through the XML a little more and can let you know what differences I find between the corrupted one and the uncorrupted one, but I suspect it's to do with headers and footers included on the pdfs I generate earlier in the code (which I mentioned in a reply to &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13635"&gt;@Vince_SAS&lt;/a&gt;). There's an odd (literally!) note in the XML file:&lt;/P&gt;
&lt;PRE&gt;  &amp;lt;headerFooter&amp;gt;
    &amp;lt;oddHeader&amp;gt;*** lots of text ***&amp;amp;#13;even more text&amp;amp;#13;*** &amp;lt;/oddHeader&amp;gt;
    &amp;lt;oddFooter&amp;gt;bottom text&amp;amp;#13;filename.pdf&amp;lt;/oddFooter&amp;gt;
  &amp;lt;/headerFooter&amp;gt;&lt;/PRE&gt;
&lt;P&gt;I suppose if headers/footers are generated as images, that could be what the issue is.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much for your help!&lt;/P&gt;</description>
    <pubDate>Fri, 02 Oct 2020 18:29:09 GMT</pubDate>
    <dc:creator>RyanJB</dc:creator>
    <dc:date>2020-10-02T18:29:09Z</dc:date>
    <item>
      <title>ODS Excel output has errors in file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688567#M209196</link>
      <description>&lt;P&gt;I'm following a (relatively old) &lt;A href="https://support.sas.com/resources/papers/proceedings16/SAS5642-2016.pdf" target="_blank" rel="noopener"&gt;SAS Institute paper&lt;/A&gt; for outputting fancy formatted tables to Excel sheets, specifically Example 3 (page 5), just the first sheet.&lt;/P&gt;&lt;PRE&gt;ods escapechar = "^";
ods excel file = "C:\sas_test1.xlsx" options(sheet_name = "My Fancy Sheet");
ods text = "New Report1";
proc report data = test1;
	column var1 var2 var3 var4 var5 var6;
run;
ods excel close;&lt;/PRE&gt;&lt;P&gt;SAS threw an error when I inserted the style block from the tutorial, so I dropped that for the time being.&lt;/P&gt;&lt;P&gt;Once I go to open the file, though, I get an error from Excel, which then generates an XML log detailing the issue:&lt;/P&gt;&lt;PRE&gt;&amp;lt;summary&amp;gt;Errors were detected in file 'C:\sas_test1.xlsx'&amp;lt;/summary&amp;gt;&lt;BR /&gt;&amp;lt;removedRecords&amp;gt;&amp;lt;removedRecord&amp;gt;Removed Records: Worksheet properties from /xl/worksheets/sheet1.xml part&amp;lt;/removedRecord&amp;gt;&amp;lt;/removedRecords&amp;gt;&lt;BR /&gt;&amp;lt;/recoveryLog&amp;gt;&lt;/PRE&gt;&lt;P&gt;Has anyone else encountered this or would be able to help me understand what I'm doing incorrectly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 17:30:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688567#M209196</guid>
      <dc:creator>RyanJB</dc:creator>
      <dc:date>2020-10-02T17:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel output has errors in file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688568#M209197</link>
      <description>What does the log show?</description>
      <pubDate>Fri, 02 Oct 2020 17:44:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688568#M209197</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-10-02T17:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel output has errors in file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688572#M209198</link>
      <description>&lt;P&gt;ODS is a wonderful tool, but sometimes it can drive you crazy.&amp;nbsp; The older ExcelXP destination put out XML that you could (and sometimes had to) manually read and correct the problem.&amp;nbsp; It's a little more reliable with the newer Excel destination, but when you do have a problem, it's tricky because you can't typically just open it in Notpad.exe and see what's wrong.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A shot in the dark:&amp;nbsp; Take the spaces out of your sheet name.&amp;nbsp; Replace them with underscores.&amp;nbsp; If that doesn't work then maybe&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt;&amp;nbsp;or&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13635"&gt;@Vince_SAS&lt;/a&gt;&amp;nbsp;might be of more assistance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 17:48:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688572#M209198</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2020-10-02T17:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel output has errors in file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688575#M209200</link>
      <description>Unfortunately, removing the space in the sheet name did not fix the error. Thanks for your response, though!</description>
      <pubDate>Fri, 02 Oct 2020 17:50:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688575#M209200</guid>
      <dc:creator>RyanJB</dc:creator>
      <dc:date>2020-10-02T17:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel output has errors in file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688577#M209202</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If what&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/240527"&gt;@RyanJB&lt;/a&gt;&amp;nbsp; is experiencing is like what I have experienced, then the SAS log will show nothing.&amp;nbsp; From SAS' perspective, everything went well.&amp;nbsp; It's just that when you try to open the spreadsheet in Excel, it won't open.&amp;nbsp; At least that's what I've experienced on numerous occasions.&amp;nbsp; I've had to do a bit of SAS template coding to make things work.&amp;nbsp; With ExcelXP, the infamous one was character strings containing all numeric digits that were longer than 32 in length.&amp;nbsp; SAS, even if they had a $ definition, would try to render them as numbers, and Excel would balk.&amp;nbsp; I had to edit the template to say if it's longer than 32 then handle it as character, period.&amp;nbsp; It worked fine after I modded the template.&amp;nbsp; Template code is funky.&amp;nbsp; It's basically another language. It's SAS like, but it's not SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 17:54:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688577#M209202</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2020-10-02T17:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel output has errors in file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688578#M209203</link>
      <description>&lt;P&gt;Told ya it was a long shot.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hmm.&amp;nbsp; Well, let me think about it.&amp;nbsp; These things are at least in my experience difficult to debug.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 17:55:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688578#M209203</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2020-10-02T17:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel output has errors in file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688579#M209204</link>
      <description>&lt;P&gt;Sorry, my mind was focused on the Excel problem rather than the SAS problem. That said, the log I initially posted (edited below) does show a warning.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Beyond that, what &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/37107"&gt;@jimbarbour&lt;/a&gt; said is true - just standard end-of-log output. Pasted below:&lt;/P&gt;
&lt;PRE&gt;NOTE: Writing HTML5(EGHTML) Body file: EGHTML&lt;BR /&gt;27 &lt;BR /&gt;28 ods excel file = "C:\sas_test1.xlsx";&lt;BR /&gt;WARNING: Unsupported device 'SVG' for EXCEL destination. Using default device 'PNG'.&lt;BR /&gt;29 *ods text = "New Report1";&lt;BR /&gt;30 proc report data = test1;&lt;BR /&gt;31 column var1 var2 var3 var4 var5 var6;&lt;BR /&gt;32 run;&lt;BR /&gt;&lt;BR /&gt;NOTE: There were 192 observations read from the data set WORK.TEST1.
NOTE: PROCEDURE REPORT used (Total process time):
real time 0.51 seconds
cpu time 0.45 seconds


33 ods excel close;
NOTE: Writing EXCEL file: C:\sas_test1.xlsx
34
35 %LET _CLIENTTASKLABEL=;
36 %LET _CLIENTPROCESSFLOWNAME=;
37 %LET _CLIENTPROJECTPATH=;
38 %LET _CLIENTPROJECTPATHHOST=;
39 %LET _CLIENTPROJECTNAME=;
40 %LET _SASPROGRAMFILE=;
41 %LET _SASPROGRAMFILEHOST=;
42
43 ;*';*";*/;quit;run;
44 ODS _ALL_ CLOSE;
45
46
47 QUIT; RUN;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 18:07:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688579#M209204</guid>
      <dc:creator>RyanJB</dc:creator>
      <dc:date>2020-10-02T18:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel output has errors in file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688581#M209205</link>
      <description>&lt;P&gt;Just as I suspected, SAS thinks everything is fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/240527"&gt;@RyanJB&lt;/a&gt;, it makes the log a lot easier to read if you post it via the "Insert Code" feature here on the forum.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jimbarbour_0-1601661701437.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/50133i2C3646A8C5AF9F7C/image-size/large?v=v2&amp;amp;px=999" role="button" title="jimbarbour_0-1601661701437.png" alt="jimbarbour_0-1601661701437.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me think about this some more...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 18:02:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688581#M209205</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2020-10-02T18:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel output has errors in file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688582#M209206</link>
      <description>&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;The file location displayed in the SAS log does not match the code that you initially posted.&amp;nbsp; This isn't really a problem, unless the code that generated the log is different from the code that you initially posted.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Are you using data from SASHELP.PRDSALE as described in the paper, or your own data.&amp;nbsp; If your own data, then there could be a character that is causing the error, especially if the value specified in the ESCAPECHAR option is in the data.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Vince DelGobbo&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;SAS R&amp;amp;D&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 18:03:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688582#M209206</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2020-10-02T18:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel output has errors in file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688584#M209207</link>
      <description>I've updated that reply - I missed a warning (no idea how - I hate seeing them pop up and do everything I can to resolve them). It's the default device warning (WARNING: Unsupported device 'SVG' for EXCEL destination. Using default device 'PNG'.)</description>
      <pubDate>Fri, 02 Oct 2020 18:04:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688584#M209207</guid>
      <dc:creator>RyanJB</dc:creator>
      <dc:date>2020-10-02T18:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel output has errors in file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688585#M209208</link>
      <description>&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;What is causing an image to be generated?&amp;nbsp; I don't see that in your code.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Vince DelGobbo&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="verdana,geneva"&gt;SAS R&amp;amp;D&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 18:06:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688585#M209208</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2020-10-02T18:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel output has errors in file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688586#M209209</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/240527"&gt;@RyanJB&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may already know this, but Excel files are really just zipped XML.&amp;nbsp; Can you do the following:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Rename your&amp;nbsp;sas_test1.xlsx file to&amp;nbsp;sas_test1.zip.&lt;/LI&gt;
&lt;LI&gt;Unzip the file with WinZip (or whatever zip too you usually use).&lt;/LI&gt;
&lt;LI&gt;Post the relevant section of the XML here (if it's not confidential data!).&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;I'm in particular interested in the section that Excel said needed to be removed.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 18:07:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688586#M209209</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2020-10-02T18:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel output has errors in file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688590#M209210</link>
      <description>&lt;P&gt;Replying to both of your posts:&lt;BR /&gt;I was trying to anonymize what I posted and do it quickly, and one of those didn't work out so well! The escape character does not show up in my data, and there shouldn't be other special characters. I'm going to check out the XML as &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/37107"&gt;@jimbarbour&lt;/a&gt; suggested and try running it on a small subset of data I can easily vet. It is my own data, though.&lt;/P&gt;
&lt;P&gt;As to why it's trying to generate an image, I'm not sure. I did create a pdf with ODS earlier (without issue), but I closed it as well.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 18:13:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688590#M209210</guid>
      <dc:creator>RyanJB</dc:creator>
      <dc:date>2020-10-02T18:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel output has errors in file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688591#M209211</link>
      <description>&lt;P&gt;If you're using an interactive SAS session like Enterprise Guide, Display Manager ("PC SAS"), etc., sometimes it's best to close the session and re-open it.&amp;nbsp; A close and re-open will clear hard to reset things, things which might generate that PNG message (even though you're not using any images).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 18:17:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688591#M209211</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2020-10-02T18:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel output has errors in file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688596#M209212</link>
      <description>&lt;P&gt;I am using EG, and the hard close/open seems to have solved it. I'm going to dig through the XML a little more and can let you know what differences I find between the corrupted one and the uncorrupted one, but I suspect it's to do with headers and footers included on the pdfs I generate earlier in the code (which I mentioned in a reply to &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13635"&gt;@Vince_SAS&lt;/a&gt;). There's an odd (literally!) note in the XML file:&lt;/P&gt;
&lt;PRE&gt;  &amp;lt;headerFooter&amp;gt;
    &amp;lt;oddHeader&amp;gt;*** lots of text ***&amp;amp;#13;even more text&amp;amp;#13;*** &amp;lt;/oddHeader&amp;gt;
    &amp;lt;oddFooter&amp;gt;bottom text&amp;amp;#13;filename.pdf&amp;lt;/oddFooter&amp;gt;
  &amp;lt;/headerFooter&amp;gt;&lt;/PRE&gt;
&lt;P&gt;I suppose if headers/footers are generated as images, that could be what the issue is.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much for your help!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 18:29:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688596#M209212</guid>
      <dc:creator>RyanJB</dc:creator>
      <dc:date>2020-10-02T18:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel output has errors in file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688597#M209213</link>
      <description>&lt;P&gt;Good job,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/240527"&gt;@RyanJB&lt;/a&gt;,&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sometimes it's the simple things that get us working again, right?&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 18:32:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688597#M209213</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2020-10-02T18:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel output has errors in file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688602#M209214</link>
      <description>Sure is! And I confirmed it does seem to have been the title and footnote statements; clearing them before running the ODS Excel removed the warning and generated a good Excel file. &lt;BR /&gt;&lt;BR /&gt;Now to clean up all these unpacked XML files... (that title/footnote bit was the only difference between the 2)</description>
      <pubDate>Fri, 02 Oct 2020 18:50:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688602#M209214</guid>
      <dc:creator>RyanJB</dc:creator>
      <dc:date>2020-10-02T18:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel output has errors in file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688608#M209216</link>
      <description>Sometimes it does, sometimes it doesn't but it should be the first step. Generally my debugging steps for ODS EXCEL/XML&lt;BR /&gt;1. Check log&lt;BR /&gt;2. Check code works from known examples - ie create smallest reproducible example (using fake data)&lt;BR /&gt;3. Start adding features back in to see which breaks things. &lt;BR /&gt;4. Apply to actual data to see if it works.</description>
      <pubDate>Fri, 02 Oct 2020 19:27:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-output-has-errors-in-file/m-p/688608#M209216</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-10-02T19:27:41Z</dc:date>
    </item>
  </channel>
</rss>

