<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - Calc gives wrong results"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=120149#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - Calc gives wrong results"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=120149">bug 120149</a>
              from <span class="vcard"><a class="email" href="mailto:oliver.brinzing@gmx.de" title="Oliver Brinzing <oliver.brinzing@gmx.de>"> <span class="fn">Oliver Brinzing</span></a>
</span></b>
        <pre>ok, i changed my settings to "English (UK)" and after a restart 
i opened your test file:

numbers are displayed (e.g. B6) as text:
' 10.000000 

notice: there is a leading and trailing space,
xml representation is "string" too:

content.xml:
<table:table-cell office:value-type="string" calcext:value-type="string">
  <text:p>
  <text:s/>10.000000 </text:p>
</table:table-cell>

you can select each row and use Menu "Data/Text to Columns..." 
to convert text to numbers, or, if your source data file is a *.csv 
for example, you will see the "Text Import" dialog during opening.

tip: select Menu "View/Value Highlighting", so numbers will appear blue.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>