<?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 ERROR MESSAGE BO &amp;quot;We found a problem with some content in ......&amp;quot; in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/ODS-EXCEL-ERROR-MESSAGE-BO-quot-We-found-a-problem-with-some/m-p/616931#M18964</link>
    <description>Hi:&lt;BR /&gt;  This is probably a question for Tech Support it looks like you're using a Stored Process and a custom style -- is that correct? Tech Support needs to look at ALL your code -- not just the style template and the ODS top statement.&lt;BR /&gt;Cynthia</description>
    <pubDate>Mon, 13 Jan 2020 14:40:26 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2020-01-13T14:40:26Z</dc:date>
    <item>
      <title>ODS EXCEL ERROR MESSAGE BO "We found a problem with some content in ......"</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ODS-EXCEL-ERROR-MESSAGE-BO-quot-We-found-a-problem-with-some/m-p/616901#M18961</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have tried everything &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope you have some other ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have created some data in a SAS table, and want to export it to Excel.&lt;/P&gt;&lt;P&gt;I am trying to execute this code to open my data in Excel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT&gt;proc template;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; define style styles.mwastyle;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; style fonts /&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'titlefont' = ('Arial, Albany AMT, Times, Verdana, Helvetica',12pt,bold)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'headerfont' = ('Arial, Albany AMT, Times, Verdana, Helvetica',12pt,bold)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'rowheaderfont' = ('Arial, Albany AMT, Times, Verdana, Helvetica',12pt,bold italic)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'datafont' = ('Arial, Albany AMT, Times, Verdana, Helvetica',10pt)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'datasumfont' = ('Arial, Albany AMT, Times, Verdana, Helvetica',10pt,bold)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'footerfont' = ('Arial, Albany AMT, Times, Verdana, Helvetica',12pt,italic)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; style systemtitle /&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font = fonts('titlefont')&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; protectspecialchars = off&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; style header /&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font = fonts('headerfont')&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; protectspecialchars = off&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; style data /&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font = fonts('datafont')&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; protectspecialchars = off&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; style dataemphasis /&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /*font = fonts('datasumfont')*/&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font = fonts('datafont')&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; protectspecialchars = off&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; style body /&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font = fonts('datafont')&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; protectspecialchars = off&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; end;&lt;BR /&gt;run;&lt;BR /&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %LET FELT_MSO_FORMAT_TEXT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %LET FELT_MSO_FORMAT_TEXT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %LET FELT_MSO_FORMAT_0DEC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %LET FELT_MSO_FORMAT_2DEC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ; /*style={tagattr='format:[Red]\($#,##0\)'};*/&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %LET FELT_MSO_FORMAT_4DEC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %LET FELT_MSO_FORMAT_2DEC_PCT = ;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %let reportno&amp;nbsp;&amp;nbsp; = %sysfunc(int(%sysfunc(datetime())));&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; %let old_header = %sysfunc(stpsrv_header(Content-type,application/vnd.ms-excel));&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; %let old_header = %sysfunc(stpsrv_header(Content-disposition,%str(attachment;filename=Rapport_&amp;amp;reportno..xlsx)));&lt;BR /&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OPTIONS MISSING='';&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ODS EXCEL FILE = _WEBOUT STYLE = mwastyle &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; options(/* for multiple procs/sheet */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sheet_interval ="none" &amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; embedded_titles="yes" &amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sheet_name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ="&amp;amp;TITEL1"&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; frozen_headers ="off" &amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; autofilter&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ="no" &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; );&lt;BR /&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After this I also Close the ODS Excel file.&lt;/P&gt;&lt;P&gt;Then Excel opens, and Excel throws the message "&lt;FONT&gt;We found a problem with some content in FILENAME.XLSX. Do you want to try to recover as much data as we can&lt;/FONT&gt;"&lt;/P&gt;&lt;P&gt;If I says Yes, then my data opens fine, and everything is as I expects.&lt;/P&gt;&lt;P&gt;Excel has not lost any data at all.&lt;/P&gt;&lt;P&gt;Can anyone understand, what it is, I am not setting up, to let me allow to open my data in excel, with out the message.&lt;/P&gt;&lt;P&gt;If I save the data in excel, without doing any changes to it. It opens fine, without any message, the next time i open file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is Excel 365 proplus&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2020 13:32:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ODS-EXCEL-ERROR-MESSAGE-BO-quot-We-found-a-problem-with-some/m-p/616901#M18961</guid>
      <dc:creator>mbinde</dc:creator>
      <dc:date>2020-01-13T13:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL ERROR MESSAGE BO "We found a problem with some content in ......"</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ODS-EXCEL-ERROR-MESSAGE-BO-quot-We-found-a-problem-with-some/m-p/616931#M18964</link>
      <description>Hi:&lt;BR /&gt;  This is probably a question for Tech Support it looks like you're using a Stored Process and a custom style -- is that correct? Tech Support needs to look at ALL your code -- not just the style template and the ODS top statement.&lt;BR /&gt;Cynthia</description>
      <pubDate>Mon, 13 Jan 2020 14:40:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ODS-EXCEL-ERROR-MESSAGE-BO-quot-We-found-a-problem-with-some/m-p/616931#M18964</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-01-13T14:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL ERROR MESSAGE BO "We found a problem with some content in ......"</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ODS-EXCEL-ERROR-MESSAGE-BO-quot-We-found-a-problem-with-some/m-p/617138#M19018</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Yes You are right. It is from a stored process. How do I raise this to Tech Support, so I can perhaps show them the entire flow(code)&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 06:46:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ODS-EXCEL-ERROR-MESSAGE-BO-quot-We-found-a-problem-with-some/m-p/617138#M19018</guid>
      <dc:creator>mbinde</dc:creator>
      <dc:date>2020-01-14T06:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL ERROR MESSAGE BO "We found a problem with some content in ......"</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ODS-EXCEL-ERROR-MESSAGE-BO-quot-We-found-a-problem-with-some/m-p/617211#M19038</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;To open a track with Tech Support, fill out the form at this link: &lt;A href="http://support.sas.com/ctx/supportform/createForm" target="_blank"&gt;http://support.sas.com/ctx/supportform/createForm&lt;/A&gt; or send mail to support@sas.com . Be sure to include your site license number. You don't have to send them everything the first time you make contact, they will verify your details and then assign your track to the right group. Then you'll be asked for full details and code and error messages.&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 15:10:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ODS-EXCEL-ERROR-MESSAGE-BO-quot-We-found-a-problem-with-some/m-p/617211#M19038</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-01-14T15:10:27Z</dc:date>
    </item>
  </channel>
</rss>

