<?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: Preserving long numeric values in tagsets.excelxp generated spreadsheets in Microsoft Integration with SAS</title>
    <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Preserving-long-numeric-values-in-tagsets-excelxp-generated/m-p/106938#M1228</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this maybe.&amp;nbsp; untested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define longnumber&amp;nbsp; / display "Header text" style=[tagattr='format:Text'];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Apr 2013 19:16:21 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2013-04-12T19:16:21Z</dc:date>
    <item>
      <title>Preserving long numeric values in tagsets.excelxp generated spreadsheets</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Preserving-long-numeric-values-in-tagsets-excelxp-generated/m-p/106937#M1227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excel has an annoying habit of truncating a long character field when all the bytes in the field are numeric; it thinks it is a numeric value and truncates anything past 16 digits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a 20 byte character key field that at times has an all-numeric key value.&amp;nbsp; Anyone have a clever way to tell Excel to retain the character interpretation and not try to convert it to a number?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to do this by enclosing the field in double quotes, but would like a cleaner solution if one is available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 18:05:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Preserving-long-numeric-values-in-tagsets-excelxp-generated/m-p/106937#M1227</guid>
      <dc:creator>BenConner</dc:creator>
      <dc:date>2013-04-12T18:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Preserving long numeric values in tagsets.excelxp generated spreadsheets</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Preserving-long-numeric-values-in-tagsets-excelxp-generated/m-p/106938#M1228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this maybe.&amp;nbsp; untested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define longnumber&amp;nbsp; / display "Header text" style=[tagattr='format:Text'];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 19:16:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Preserving-long-numeric-values-in-tagsets-excelxp-generated/m-p/106938#M1228</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2013-04-12T19:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Preserving long numeric values in tagsets.excelxp generated spreadsheets</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Preserving-long-numeric-values-in-tagsets-excelxp-generated/m-p/106939#M1229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will give that a shot.&amp;nbsp; Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 19:23:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Preserving-long-numeric-values-in-tagsets-excelxp-generated/m-p/106939#M1229</guid>
      <dc:creator>BenConner</dc:creator>
      <dc:date>2013-04-12T19:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Preserving long numeric values in tagsets.excelxp generated spreadsheets</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Preserving-long-numeric-values-in-tagsets-excelxp-generated/m-p/106940#M1230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should work that way but I have also created a style and defined a new style element&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style data_Text&amp;nbsp;&amp;nbsp; from data&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /&amp;nbsp; just=center tagattr='format:Text';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think at one time the &lt;SPAN style="text-decoration: line-through;"&gt;other way&lt;/SPAN&gt; style override did not work but I can't remember.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was created to display a format like 4. and keep the decimal.&amp;nbsp; I think it will also work for big numbers.&amp;nbsp; Hope so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: data _null_&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 19:28:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Preserving-long-numeric-values-in-tagsets-excelxp-generated/m-p/106940#M1230</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2013-04-12T19:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Preserving long numeric values in tagsets.excelxp generated spreadsheets</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Preserving-long-numeric-values-in-tagsets-excelxp-generated/m-p/106941#M1231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Outstanding!&amp;nbsp; That worked like a charm.&amp;nbsp; Thanks much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 19:39:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Preserving-long-numeric-values-in-tagsets-excelxp-generated/m-p/106941#M1231</guid>
      <dc:creator>BenConner</dc:creator>
      <dc:date>2013-04-12T19:39:55Z</dc:date>
    </item>
  </channel>
</rss>

