<?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 Change the format of digits in Excel file in SAS Customer Intelligence</title>
    <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Change-the-format-of-digits-in-Excel-file/m-p/922081#M1987</link>
    <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I joined the xlsx file to ma e-mail via excel with options&amp;nbsp;&lt;SPAN&gt; ATTACH= &lt;/SPAN&gt;("XXX.xlsx" content_type="application/xlsx")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you know please how to change the point on comma in digits without changing the parameteres of my PC ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is some sas options ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your help !&lt;/P&gt;</description>
    <pubDate>Thu, 28 Mar 2024 09:03:33 GMT</pubDate>
    <dc:creator>SASdevAnneMarie</dc:creator>
    <dc:date>2024-03-28T09:03:33Z</dc:date>
    <item>
      <title>Change the format of digits in Excel file</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Change-the-format-of-digits-in-Excel-file/m-p/922081#M1987</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I joined the xlsx file to ma e-mail via excel with options&amp;nbsp;&lt;SPAN&gt; ATTACH= &lt;/SPAN&gt;("XXX.xlsx" content_type="application/xlsx")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you know please how to change the point on comma in digits without changing the parameteres of my PC ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is some sas options ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your help !&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 09:03:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Change-the-format-of-digits-in-Excel-file/m-p/922081#M1987</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2024-03-28T09:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Change the format of digits in Excel file</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Change-the-format-of-digits-in-Excel-file/m-p/922113#M1988</link>
      <description>&lt;P&gt;You need to provide more information.&lt;/P&gt;
&lt;P&gt;Are you talking about whether EXCEL uses a period or a comma to represent the decimal point in a number?&amp;nbsp; For example whether one and one quarter is displayed as 1,25 instead 1.25?&lt;/P&gt;
&lt;P&gt;It should not matter how you EMAIL the file, but how you create the file.&lt;/P&gt;
&lt;P&gt;Did you create the file using SAS?&amp;nbsp; If so what code did you use?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you know how Excel decides which style to use for decimal point?&amp;nbsp; Perhaps you need to ask on an Excel forum?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 13:46:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Change-the-format-of-digits-in-Excel-file/m-p/922113#M1988</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2024-03-28T13:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Change the format of digits in Excel file</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Change-the-format-of-digits-in-Excel-file/m-p/922117#M1989</link>
      <description>Thank you for your answer, Tom. Yes, I would like to have 1,25 instead 1.25. The file is created via proc export.</description>
      <pubDate>Thu, 28 Mar 2024 13:57:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Change-the-format-of-digits-in-Excel-file/m-p/922117#M1989</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2024-03-28T13:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Change the format of digits in Excel file</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Change-the-format-of-digits-in-Excel-file/m-p/922122#M1990</link>
      <description>&lt;P&gt;I doubt PROC EXPORT is putting any special Excel formatting instructions into the file.&lt;/P&gt;
&lt;P&gt;In that case I would assume that the settings of the person opening the Excel file would make the choice of how numbers are displayed.&amp;nbsp; You might try finding out how Excel makes the decision.&amp;nbsp; Perhaps try having someone in the US open the file and someone how works in a region where comma is default and see if the file behaves differently. If they both see the same 1.25 then perhaps try changing the locale and/or language settings in the SAS session that is generating the file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want more control of the Excel formatting then use ODS EXCEL and PROC PRINT to make the file.&amp;nbsp; Then you can use style options to set Excel formatting.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 14:10:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Change-the-format-of-digits-in-Excel-file/m-p/922122#M1990</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2024-03-28T14:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Change the format of digits in Excel file</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Change-the-format-of-digits-in-Excel-file/m-p/922124#M1991</link>
      <description>Thank you, Tom!&lt;BR /&gt;Do you know, please the option for comma in ods excel?</description>
      <pubDate>Thu, 28 Mar 2024 14:28:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Change-the-format-of-digits-in-Excel-file/m-p/922124#M1991</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2024-03-28T14:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Change the format of digits in Excel file</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Change-the-format-of-digits-in-Excel-file/m-p/922128#M1992</link>
      <description>&lt;P&gt;Looks to me like it is an Excel setting.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.microsoft.com/en-us/office/change-the-character-used-to-separate-thousands-or-decimals-c093b545-71cb-4903-b205-aebb9837bd1e#:~:text=By%20default%2C%20Microsoft%20Excel%20uses,Click%20File%20%3E%20Options" target="_blank"&gt;https://support.microsoft.com/en-us/office/change-the-character-used-to-separate-thousands-or-decimals-c093b545-71cb-4903-b205-aebb9837bd1e#:~:text=By%20default%2C%20Microsoft%20Excel%20uses,Click%20File%20%3E%20Options&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 14:43:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Change-the-format-of-digits-in-Excel-file/m-p/922128#M1992</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2024-03-28T14:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Change the format of digits in Excel file</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Change-the-format-of-digits-in-Excel-file/m-p/922130#M1993</link>
      <description>Yes, my Excel setting is point. I’m creating the xlsx files with points. I’m asking if it is possible to create the file with comma without changing the settings.</description>
      <pubDate>Thu, 28 Mar 2024 14:48:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Change-the-format-of-digits-in-Excel-file/m-p/922130#M1993</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2024-03-28T14:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Change the format of digits in Excel file</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Change-the-format-of-digits-in-Excel-file/m-p/922139#M1994</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/286185"&gt;@SASdevAnneMarie&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Yes, my Excel setting is point. I’m creating the xlsx files with points. I’m asking if it is possible to create the file with comma without changing the settings.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I believe the answer is no because Excel stores the value internally always the same.&lt;/P&gt;
&lt;P&gt;It's Excel's regional setting that drives how the value gets displayed meaning it will depend on who opens your Excel on what they will see.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 15:28:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Change-the-format-of-digits-in-Excel-file/m-p/922139#M1994</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2024-03-28T15:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Change the format of digits in Excel file</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Change-the-format-of-digits-in-Excel-file/m-p/922262#M1995</link>
      <description>Thank you, Tom !&lt;BR /&gt;So I can't do any modification in code, it is Excel settings ?</description>
      <pubDate>Fri, 29 Mar 2024 12:49:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Change-the-format-of-digits-in-Excel-file/m-p/922262#M1995</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2024-03-29T12:49:48Z</dc:date>
    </item>
  </channel>
</rss>

