https://issues.apache.org/bugzilla/show_bug.cgi?id=54636
Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #2 from Nick Burch <[email protected]> --- This is to be expected. Excel stores the values in the file as floating point numbers, and applies formatting rules to control how they look to the end user. You should either use something like DataFormatter to get strings based on the format rules, or specify the number of significant digits when comparing the numbers. -- 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]
