https://bugs.freedesktop.org/show_bug.cgi?id=54562
--- Comment #3 from [email protected] --- Created attachment 80541 --> https://bugs.freedesktop.org/attachment.cgi?id=80541&action=edit Example csv file containing numbers with trailing E. I'm seeing this DATA CORRUPTION bug in 4.0.3.3. Number codes like 10E turn into the data value 10 in the spreadsheet cell. Attached is an example input file. The problem also occurs for - (menu) File / Open (select csv file requiring text import) - (menu) Insert / Sheet from file ... (select csv file requiring text import) (Guess: the number parser erroneously accepts numbers with a trailing 'E'. It should not parse this as a number for two reasons: - "Detect special numbers" is off, so it should not accept scientific notation. - Scientific notation requires an exponent after the E, but there is none.) -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
