https://issues.apache.org/bugzilla/show_bug.cgi?id=53389
--- Comment #2 from Robert Kish <[email protected]> --- (In reply to comment #1) > Is the lack of locale removal only affecting the General case, or does it > apply to all formats (custom and built in)? > > (This should help us work out what area to focus on) General and @ are the ones not working as expected. Other formats, such as ## and 00 are working fine when a locale is present. These 2 fail: assertEquals("63", dfUS.formatRawCellContents(63.0, -1, "[$-1010409]General")); assertEquals("63", dfUS.formatRawCellContents(63.0, -1, "[$-1010409]@")); These 2 are fine: assertEquals("63", dfUS.formatRawCellContents(63.0, -1, "[$-1010409]##")); assertEquals("63", dfUS.formatRawCellContents(63.0, -1, "[$-1010409]00")); I put all 4 formats in Excel 2003, and when saved to CSV, they export as "63". -- 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]
