https://bugs.documentfoundation.org/show_bug.cgi?id=166232

--- Comment #6 from Robert Großkopf <[email protected]> ---
MySheet.getCellByPosition(1, 1).Value = Clng(FieldA_string) /
CLng(FieldB_string)

Be careful: CLng is a long Integer without decimal places.
Did you really use the function in this way?
Use CDbl instead. Will work with local decimal separator.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to