https://bz.apache.org/bugzilla/show_bug.cgi?id=57738
--- Comment #2 from Tim Slatcher <[email protected]> --- I'm not sure I follow. Are you saying I need to reimplement XSSFSheetXmlHandler to do what I want? Given that it outputs as strings, I see no reason it wouldn't give you the exactly content the user sees, is that class supposed to do something else? >From looking at the source code to XLSX2CSV it has the exact same bug that I'm referencing here - put the number 8.2 in an XLSX, feed it through that class and the CSV will have different numbers in the cells. Also, 8.2 is representable as a double, so this doesn't explain why this number would appear as 8.199... unless I'm miss-understand double representation. -- 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]
