https://bz.apache.org/bugzilla/show_bug.cgi?id=58966
--- Comment #4 from [email protected] --- (In reply to Nick Burch from comment #1) > The number stored in the file is rarely what Excel shows. To get the value > that Excel shows, as a String, you must use something like DataFormatter to > apply the formatting rules to the raw cell value In VBA, I have : Dim MyVal As Double MyVal = Worksheets("My sheet").Cells(5, 4) And I am talking about the number I see in the file into which I print MyVal without transformation or that I look at MyVal in the VBA spy window. So I am expecting to get the same number via POI without the need to apply any DataFormatter in Java, which I couldn't know which it is anyway as I am using the default behavior of VBA. POI should reproduce the default behavior of Excel as well. -- 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]
