<?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: Proc Import excel that is html in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422402#M27202</link>
    <description>It did not come from SAS and I don't control the source.</description>
    <pubDate>Tue, 19 Dec 2017 17:50:50 GMT</pubDate>
    <dc:creator>paul2877</dc:creator>
    <dc:date>2017-12-19T17:50:50Z</dc:date>
    <item>
      <title>Proc Import excel that is html</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422122#M27180</link>
      <description>&lt;P&gt;I am trying to import an excel file that was created by a machine process. The file is saved as .xls however it is html base. I need to import it but when I try and import it gives me an error its--&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Spreadsheet isn't from Excel V5 or later. Please open it in Excel and Save as V5 or later&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Requested Input File Is Invalid.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;I need to import these files and I can't simply open and resave as excel!&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2017 20:07:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422122#M27180</guid>
      <dc:creator>paul2877</dc:creator>
      <dc:date>2017-12-18T20:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import excel that is html</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422129#M27181</link>
      <description>&lt;P&gt;It's not really an XLS file so PROC IMPORT won't work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The other option is to parse the HTML itself but that isn't fun either.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can read it in as text file and attempt to recreate the idea.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IMO, using a visual basic script to automate the conversion of the HTML files to XLS or XLSX is your fastest solution.&lt;/P&gt;
&lt;P&gt;SAS has helpfully provided a script to help you with that:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/43/496.html" target="_blank"&gt;http://support.sas.com/kb/43/496.html&lt;/A&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/57389"&gt;@paul2877&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I am trying to import an excel file that was created by a machine process. The file is saved as .xls however it is html base. I need to import it but when I try and import it gives me an error its--&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Spreadsheet isn't from Excel V5 or later. Please open it in Excel and Save as V5 or later&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Requested Input File Is Invalid.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;I need to import these files and I can't simply open and resave as excel!&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2017 20:20:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422129#M27181</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-18T20:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import excel that is html</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422191#M27186</link>
      <description>&lt;P&gt;I have tried this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;options noxsync noxwait;.. however I get these errors--&amp;gt;ERROR 13-12: Unrecognized SAS option name NOXSYNC.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 03:28:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422191#M27186</guid>
      <dc:creator>paul2877</dc:creator>
      <dc:date>2017-12-19T03:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import excel that is html</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422197#M27187</link>
      <description>&lt;P&gt;What operating system are you on? That option is for Windows. Are you on a system that can run visual basic?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 04:59:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422197#M27187</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-12-19T04:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import excel that is html</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422270#M27192</link>
      <description>&lt;P&gt;I am on Windows.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 13:38:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422270#M27192</guid>
      <dc:creator>paul2877</dc:creator>
      <dc:date>2017-12-19T13:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import excel that is html</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422300#M27193</link>
      <description>&lt;P&gt;Post your exact code and log.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 15:00:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422300#M27193</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-19T15:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import excel that is html</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422347#M27194</link>
      <description>&lt;P&gt;ERROR: Insufficient authorization to access /sas94apps/prod94config/Lev1/RAApp/c:\temp\convert\temp.vbs.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt; real time 0.00 seconds&lt;BR /&gt; cpu time 0.00 seconds&lt;/P&gt;
&lt;P&gt;ERROR: Shell escape is not valid in this SAS session.&lt;BR /&gt;54 &lt;BR /&gt;55 &lt;BR /&gt;56 options noxwait noxsync;&lt;BR /&gt; _______&lt;BR /&gt; 13&lt;BR /&gt;ERROR 13-12: Unrecognized SAS option name NOXWAIT.&lt;/P&gt;
&lt;P&gt;56 ! options noxwait noxsync;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 16:22:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422347#M27194</guid>
      <dc:creator>paul2877</dc:creator>
      <dc:date>2017-12-19T16:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import excel that is html</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422354#M27195</link>
      <description>&lt;P&gt;So it looks like you're running SAS on a server and it doesn't have access to your local machine.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to create the VBS file on the server and run it there, but I'm not sure Unix supports VBS ....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 16:27:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422354#M27195</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-19T16:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import excel that is html</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422394#M27200</link>
      <description>&lt;P&gt;do you know of any other way to import this type of data?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 17:39:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422394#M27200</guid>
      <dc:creator>paul2877</dc:creator>
      <dc:date>2017-12-19T17:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import excel that is html</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422400#M27201</link>
      <description>&lt;P&gt;Go back and find the source data instead....if it came out of SAS into ODS reports it must exist in some other format somewhere first.&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/57389"&gt;@paul2877&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;do you know of any other way to import this type of data?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 17:47:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422400#M27201</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-19T17:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import excel that is html</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422402#M27202</link>
      <description>It did not come from SAS and I don't control the source.</description>
      <pubDate>Tue, 19 Dec 2017 17:50:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422402#M27202</guid>
      <dc:creator>paul2877</dc:creator>
      <dc:date>2017-12-19T17:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import excel that is html</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422403#M27203</link>
      <description>&lt;P&gt;You could use the DATA step to read and parse the table structure/values that you need -- similar to scraping a web page for data.&amp;nbsp; You already have the HTML, so no need to fetch it.&amp;nbsp; Therefore, you could &lt;A href="https://blogs.sas.com/content/sasdummy/2017/12/04/scrape-web-page-data/" target="_self"&gt;pick it up from step 2 on this blog post&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But it won't be easy going.&amp;nbsp; Whoever created the HTML-ified XLS file didn't do you any favors by supplying it as a mode of data exchange.&amp;nbsp; Did that person/entity create it in SAS in the first place?&amp;nbsp; Any chance of getting connected with the original data?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;JMP (another tool from SAS) can read HTML tables -- I mentioned &lt;A href="https://blogs.sas.com/content/sasdummy/2017/12/04/scrape-web-page-data/" target="_self"&gt;that in my blog post too&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 17:50:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422403#M27203</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-12-19T17:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import excel that is html</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422698#M27227</link>
      <description>so the file is stored in our folder. It is saved as an .xls file however it seems that it was created as from html and saved with an .xls extension. The actual file is visible but in order for me to import it into SAS I need to open it and resave as a .xls file extension again. Any thoughts?</description>
      <pubDate>Wed, 20 Dec 2017 14:50:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422698#M27227</guid>
      <dc:creator>paul2877</dc:creator>
      <dc:date>2017-12-20T14:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import excel that is html</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422711#M27228</link>
      <description>&lt;P&gt;From your replies it seems that you are resigned to your fate here.&amp;nbsp; You have been supplied with HTML files that are masquerading as XLS files, and you must spin this straw into gold.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Given that scenario, the options I see are:&lt;/P&gt;
&lt;P&gt;- Use DATA step parsing techniques like SCAN and PRXMATCH to pull the HTML table values out into something that looks like data&lt;/P&gt;
&lt;P&gt;- Use more tasks in SAS Enterprise Guide to download the fake XLS file to your local PC, automate open and save with Excel (or save as CSV), and re-upload the file.&amp;nbsp; Then use PROC IMPORT or DATA step to read it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2016/11/14/copy-files-task-moved-menus/" target="_self"&gt;The Copy Files task &lt;/A&gt;(used for the download and later upload steps) is built into SAS Enterprise Guide 7.13 and later -- in the Tasks-Data menu.&amp;nbsp; In earlier releases you can obtain it as a custom task.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2007/10/05/you-are-under-my-command-prompt/" target="_self"&gt;The System Command task&lt;/A&gt;, which you can use to run local shell commands including scripts to automate Excel, is available as a custom task.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A successful flow might look like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="flow.png" style="width: 471px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/17436i5862BDE7D756E2E2/image-size/large?v=v2&amp;amp;px=999" role="button" title="flow.png" alt="flow.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 15:03:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422711#M27228</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-12-20T15:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import excel that is html</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422720#M27230</link>
      <description>I think this is a little out of my league.. I am at the mercy of the company, we only have EG 6.1 and I need to put this into a scheduler and it doesn't run off of my local pc.</description>
      <pubDate>Wed, 20 Dec 2017 15:18:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422720#M27230</guid>
      <dc:creator>paul2877</dc:creator>
      <dc:date>2017-12-20T15:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import excel that is html</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422733#M27231</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/57389"&gt;@paul2877&lt;/a&gt; wrote:&lt;BR /&gt;I think this is a little out of my league.. I am at the mercy of the company, we only have EG 6.1 and I need to put this into a scheduler and it doesn't run off of my local pc.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Go back to to whoever asked for this and tell that they have not supplied you the source data yet.&amp;nbsp; What you are trying to read is a report, not a data transfer.&amp;nbsp; Ask for the data to be supplied in a format like CSV file that is easy to read.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 15:35:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422733#M27231</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-12-20T15:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import excel that is html</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422735#M27232</link>
      <description>&lt;P&gt;Can you provide a sample of the file?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 15:40:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422735#M27232</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-20T15:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import excel that is html</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422737#M27233</link>
      <description>I cannot as its company owned. Basically it looks like an .xls file but when I open it and go to save it.. it prompts me as an .HTML file</description>
      <pubDate>Wed, 20 Dec 2017 15:43:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422737#M27233</guid>
      <dc:creator>paul2877</dc:creator>
      <dc:date>2017-12-20T15:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import excel that is html</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422745#M27234</link>
      <description>&lt;P&gt;Create a replica that has the same features. Or preferably, open the file, mask the data, and then provide that file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 15:50:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422745#M27234</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-20T15:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Import excel that is html</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422761#M27238</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/57389"&gt;@paul2877&lt;/a&gt; wrote:&lt;BR /&gt;I cannot as its company owned. Basically it looks like an .xls file but when I open it and go to save it.. it prompts me as an .HTML file&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It IS an HTML file. Just because the name ends with .XLS does not mean the content is an Excel file in the XLS format. The content is pure HTML.&amp;nbsp; Excel is smart enough to detect that and will convert it into a spreadsheet for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Posting an example of the file will help others guide you in writing SAS code that can parse the data out of the HTML tags.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Open the file in a TEXT editor, not in Excel.&amp;nbsp; Change any company&amp;nbsp;or personal details and save it back as a text file. If possible remove some of the rows of data (normally in an HTML file rows will be&amp;nbsp;enclosed&amp;nbsp;by &amp;lt;TR&amp;gt; and &amp;lt;/TR&amp;gt; tags) to make the file smaller.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also change the file extension on the saved file to .TXT instead of&amp;nbsp;.XLS or .HTML so that if you post it to the forum we can browse it without downloading.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 16:17:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Proc-Import-excel-that-is-html/m-p/422761#M27238</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-12-20T16:17:03Z</dc:date>
    </item>
  </channel>
</rss>

