https://bugs.documentfoundation.org/show_bug.cgi?id=154131
Laurent Balland <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |[email protected] Status|UNCONFIRMED |NEW --- Comment #2 from Laurent Balland <[email protected]> --- I consider this bug is about check box "Detect special numbers". If NOT checked, scientific number should not be detected. Help [1] specifies that scientific number should only be detected if option is checked. [1] https://help.libreoffice.org/7.6/en-US/text/shared/00/00000208.html?System=UNIX&DbPAR=CALC&HID=modules/scalc/ui/textimportcsv/box1#hd_id314847422 Steps to reproduce: 1. Copy text: 1E1 5E2 CSE1 DDE3 2. Paste in Calc 3. In "Text Import" dialog, uncheck "Detect special numbers". OK Actual result: 1E1 and 5E2 strings are converted to 10 and 500 Expected result: If "Detect special numbers" is unchecked, text should be preserved and not converted to scientific number. -- You are receiving this mail because: You are the assignee for the bug.
