https://bz.apache.org/bugzilla/show_bug.cgi?id=60040
samson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #7 from samson <[email protected]> --- - I would suggest a solution similar to Fernando's Solution (i.e. replacing the string literals with a correct locale based separators). Here I have attached a possible solution and added a unit test to TestDataFormatter.java (see the attached CustomFormatting.patch file). It seems like the CellNumberPartHandler class is used to parse the format (i.e. "#,##0 ;(#,##0) ;"-""), and such formats are not locale specific. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
