http://bugs.winehq.org/show_bug.cgi?id=19751
--- Comment #11 from André H. nerv@dawncrow.de 2010-02-28 12:28:11 --- (In reply to comment #10)
(In reply to comment #9) please help me, what's part of wine's code that I can change to resolve this
in dlls/oleaut32/varformat.c function VARIANT_FormatNumber see the way the variable "pad" is used around line 1280, if you force it to zero after theses blocks(maybe later in the if (numHeader->flags & FMT_FLAG_THOUSANDS) statement) your case works but breaks others.