<?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: How to clear/remove strike data in the excel file and import in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-clear-remove-strike-data-in-the-excel-file-and-import/m-p/454451#M114860</link>
    <description>&lt;P&gt;Can we call the VB function in SAS to execute the excel sheet and import&lt;/P&gt;</description>
    <pubDate>Mon, 16 Apr 2018 15:02:48 GMT</pubDate>
    <dc:creator>radha009</dc:creator>
    <dc:date>2018-04-16T15:02:48Z</dc:date>
    <item>
      <title>How to clear/remove strike data in the excel file and import</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-clear-remove-strike-data-in-the-excel-file-and-import/m-p/454423#M114853</link>
      <description>&lt;P&gt;my excel data has the strike data. when i import in sas the strike data also imported and considering as real data. How can i clear the strike data and import the excel in sas&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="ss.jpg" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/19833i96CF1F01106D0496/image-size/large?v=v2&amp;amp;px=999" role="button" title="ss.jpg" alt="ss.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 13:25:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-clear-remove-strike-data-in-the-excel-file-and-import/m-p/454423#M114853</guid>
      <dc:creator>radha009</dc:creator>
      <dc:date>2018-04-16T13:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear/remove strike data in the excel file and import</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-clear-remove-strike-data-in-the-excel-file-and-import/m-p/454429#M114854</link>
      <description>&lt;P&gt;SAS just pulls the contents of the cells. It does not care what fonts or colors you are using.&lt;/P&gt;
&lt;P&gt;If you want to import metadata about fonts, colors or other text attributes that are applied to the contents of a cell then you will need to do something in Excel first to convert that into information that is stored in another cells.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://answers.microsoft.com/en-us/msoffice/forum/msoffice_excel-mso_other-mso_2010/formula-to-identify-text-cells-with-strikethrough/b77d1362-32d0-4dda-ad24-be6eb426d438" target="_blank"&gt;https://answers.microsoft.com/en-us/msoffice/forum/msoffice_excel-mso_other-mso_2010/formula-to-identify-text-cells-with-strikethrough/b77d1362-32d0-4dda-ad24-be6eb426d438&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 13:32:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-clear-remove-strike-data-in-the-excel-file-and-import/m-p/454429#M114854</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-04-16T13:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear/remove strike data in the excel file and import</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-clear-remove-strike-data-in-the-excel-file-and-import/m-p/454450#M114859</link>
      <description>&lt;P&gt;Applied VB script in excel to remove the strike though data and saved the excel and import.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 14:58:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-clear-remove-strike-data-in-the-excel-file-and-import/m-p/454450#M114859</guid>
      <dc:creator>radha009</dc:creator>
      <dc:date>2018-04-16T14:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear/remove strike data in the excel file and import</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-clear-remove-strike-data-in-the-excel-file-and-import/m-p/454451#M114860</link>
      <description>&lt;P&gt;Can we call the VB function in SAS to execute the excel sheet and import&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 15:02:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-clear-remove-strike-data-in-the-excel-file-and-import/m-p/454451#M114860</guid>
      <dc:creator>radha009</dc:creator>
      <dc:date>2018-04-16T15:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to clear/remove strike data in the excel file and import</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-clear-remove-strike-data-in-the-excel-file-and-import/m-p/454482#M114866</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/192083"&gt;@radha009&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Can we call the VB function in SAS to execute the excel sheet and import&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;As long as SAS is running on a Windows platform then you should be able to use SAS to execute any command you want. You can use one of the statements that runs commands (x, %sysexec, command) or use the PIPE filename engine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 15:37:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-clear-remove-strike-data-in-the-excel-file-and-import/m-p/454482#M114866</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-04-16T15:37:14Z</dc:date>
    </item>
  </channel>
</rss>

