https://bz.apache.org/bugzilla/show_bug.cgi?id=69892
--- Comment #10 from PJ Fanning <[email protected]> --- POI is about the xlsx/xls file formats. Excel uses Double Precision Floating Point arithmetic and the values stored in the files is not the exact value but a double approximation. POI provides a DataFormatter class that has an attempt at matching the Excel logic that takes the doubles and produces the display values that you see in Excel UI. Unless someone comes up with an analysis based on the Excel specs, I don't think we should proceed with any changes. The change that is being tagged is 3 years old and lots of people are using POI releases that have the change. So tweaking, the code based on some LLM with likely hallucinations - let's not go that route. -- 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]
