https://bz.apache.org/bugzilla/show_bug.cgi?id=63211
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #3 from [email protected] --- See attachment for details on how this is handled in Excel. It seems the problem is related to DataFormatter#cleanFormatForNumber. At line 675, there is a check for a quote in backslash and these characters are removed from the format. This does not seem correct. Instead, it seems that when there is a backslash or a quoted value, it should be converted to quoted value in the Java format (e.g. \% -> '%' and "%" -> '%'). -- 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]
