https://bz.apache.org/bugzilla/show_bug.cgi?id=69497
Bug ID: 69497 Summary: Numeric overflow when reading from cell Product: POI Version: 5.3.0-FINAL Hardware: Macintosh OS: other Status: NEW Severity: major Priority: P2 Component: XSSF Assignee: dev@poi.apache.org Reporter: abentele.onl...@me.com Target Milestone: --- I used Apache Poi 5.3.0 Kotlin with and Java 22. When reading from an Excel with a numeric cell with the content "20099900012". When I read this value with the Kotlin expression cell?.numericCellValue?.toLong() the resulting value is 2009990012 and not as expected 20099900012. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org