https://bugs.documentfoundation.org/show_bug.cgi?id=145183
--- Comment #5 from m.a.riosv <[email protected]> --- Don't mix the value inside the cell with the format of how it is showed. And it can be point or command depending on the locale. If you want to get the integer part of the value, you can use =INT(A1) =ROUND(A1) as text =TEXT(A1;"0") -- You are receiving this mail because: You are the assignee for the bug.
