<?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: Import Excel and get checkbox status in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Import-Excel-and-get-checkbox-status/m-p/771291#M244718</link>
    <description>&lt;P&gt;Save the XLSX to CSV. See what value is created.&lt;/P&gt;
&lt;P&gt;Read it with a data step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc Import and XLSX is just waiting to be problem in so many ways...&lt;/P&gt;
&lt;P&gt;Since you are using macro variables one has to guess you are going to do this with multiple files. If they are all supposed to be of similar structure it is almost certain that you will have some problem with Imported data being different in some way that causes problems later.&lt;/P&gt;</description>
    <pubDate>Thu, 30 Sep 2021 03:05:50 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2021-09-30T03:05:50Z</dc:date>
    <item>
      <title>Import Excel and get checkbox status</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-Excel-and-get-checkbox-status/m-p/771260#M244706</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have an Excel file what has a tickbox/checkbox that I would like to get the status from (ticked or not).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="heffo_0-1632953478492.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/64238iC6799CBF885CB69E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="heffo_0-1632953478492.png" alt="heffo_0-1632953478492.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When I do the normal proc import, the column is just empty for both these rows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc import datafile="&amp;amp;file"
		dbms=xlsx
		out=import_1_1 
		replace;
		range="1.1$P13:W15" ;
run;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="heffo_1-1632953636694.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/64239iFACE00D1BD226F01/image-size/medium?v=v2&amp;amp;px=400" role="button" title="heffo_1-1632953636694.png" alt="heffo_1-1632953636694.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any idea on how to get the tickbox value?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Henrik&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 22:16:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-Excel-and-get-checkbox-status/m-p/771260#M244706</guid>
      <dc:creator>heffo</dc:creator>
      <dc:date>2021-09-29T22:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Import Excel and get checkbox status</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-Excel-and-get-checkbox-status/m-p/771291#M244718</link>
      <description>&lt;P&gt;Save the XLSX to CSV. See what value is created.&lt;/P&gt;
&lt;P&gt;Read it with a data step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc Import and XLSX is just waiting to be problem in so many ways...&lt;/P&gt;
&lt;P&gt;Since you are using macro variables one has to guess you are going to do this with multiple files. If they are all supposed to be of similar structure it is almost certain that you will have some problem with Imported data being different in some way that causes problems later.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 03:05:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-Excel-and-get-checkbox-status/m-p/771291#M244718</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-09-30T03:05:50Z</dc:date>
    </item>
  </channel>
</rss>

