<?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: Excel 2010 version &amp;quot;Excel Found Unredable Content in ......XLSX&amp;quot; in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Excel-2010-version-quot-Excel-Found-Unredable-Content-in-XLSX/m-p/96582#M3608</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS Import Wizard is not that reliable, even when converting an .xlsx to .xls (93-2000 version). For example, columns with mixed types are often improporely read into SAS, such that missing data occurs. Consider a column with a majority of 3 digit numeric values and a small number of values having leading zeros. Those latter values are missed by the Import Wizard and converted to missing values (null).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even changing the INFORMAT while in the Wizard does not always work and the blanks occur. (E.g. try this with ICD-9 or DRG codes.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get consistent and accurate imported products with the fewest problems when I first convert the native Excel file to a .csv file. Next. I'll import the .csv file into SAS.&amp;nbsp; .csv files import quite easily if you are using R.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this is a viable option for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Aug 2012 13:50:32 GMT</pubDate>
    <dc:creator>streamfisher</dc:creator>
    <dc:date>2012-08-17T13:50:32Z</dc:date>
    <item>
      <title>Excel 2010 version "Excel Found Unredable Content in ......XLSX"</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Excel-2010-version-quot-Excel-Found-Unredable-Content-in-XLSX/m-p/96580#M3606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="padding: 0.75pt;" valign="top"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt;"&gt;From SAS when we run the proc export procedure to export the data into MS-Excel 2010 version i.,e XLSX extension the spreadsheet created successfully.&lt;BR /&gt;When I try to open the spread sheet its throwing me the pop-up like ‘’ "Excel Found Unredable Contents '..........xlsx' do you want to recover the contents of this workbook? If you trust the source of this work book click 'yes'” &lt;BR /&gt;&lt;BR /&gt;Even though if u click yes the data will not be there in the spreadsheet.&lt;BR /&gt;SAS version is 9.3&lt;BR /&gt;SAS Procedure used to export the data:&lt;BR /&gt;Proc export dbms=xlsx&lt;BR /&gt;Data=a outfile ‘ b.xlsx’ replace &lt;BR /&gt;Sheet=’’All’’;&lt;BR /&gt;Run;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2012 10:47:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Excel-2010-version-quot-Excel-Found-Unredable-Content-in-XLSX/m-p/96580#M3606</guid>
      <dc:creator>Kiran</dc:creator>
      <dc:date>2012-08-17T10:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Excel 2010 version "Excel Found Unredable Content in ......XLSX"</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Excel-2010-version-quot-Excel-Found-Unredable-Content-in-XLSX/m-p/96581#M3607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The answer is dependent upon which version of sas you are using, which operating system you're on, and whether you license SAS/Access for pc file formats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think dbms=xlsx is valid.&amp;nbsp; try it with dbms=excel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2012 12:26:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Excel-2010-version-quot-Excel-Found-Unredable-Content-in-XLSX/m-p/96581#M3607</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-08-17T12:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Excel 2010 version "Excel Found Unredable Content in ......XLSX"</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Excel-2010-version-quot-Excel-Found-Unredable-Content-in-XLSX/m-p/96582#M3608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS Import Wizard is not that reliable, even when converting an .xlsx to .xls (93-2000 version). For example, columns with mixed types are often improporely read into SAS, such that missing data occurs. Consider a column with a majority of 3 digit numeric values and a small number of values having leading zeros. Those latter values are missed by the Import Wizard and converted to missing values (null).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even changing the INFORMAT while in the Wizard does not always work and the blanks occur. (E.g. try this with ICD-9 or DRG codes.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get consistent and accurate imported products with the fewest problems when I first convert the native Excel file to a .csv file. Next. I'll import the .csv file into SAS.&amp;nbsp; .csv files import quite easily if you are using R.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this is a viable option for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2012 13:50:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Excel-2010-version-quot-Excel-Found-Unredable-Content-in-XLSX/m-p/96582#M3608</guid>
      <dc:creator>streamfisher</dc:creator>
      <dc:date>2012-08-17T13:50:32Z</dc:date>
    </item>
  </channel>
</rss>

