https://bugs.documentfoundation.org/show_bug.cgi?id=148822
Bug ID: 148822
Summary: Calc CSV import changes 0.117 to 117, when other
numbers are 5 diggits (x.xxxx) Seems to happen with
all numbers not 5 digits.
Product: LibreOffice
Version: 4.1.4.2 release
Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
Description:
I use a JavaScript script to save Data in a csv.
The Data is arranged this way:
x;y;z;name
0;0;0; Black
[...]
0.0577;0.0837;0.117; Swamp
The last digit of the 'swamp' colors z-value is cut off by my script due to
being 0.
When opening the file with calc, the import dialogue shows the number
correctly, the file does not. It shows 117.
Steps to Reproduce:
1. Create File with Data (at least several rows)
2. Open file with Data
3.
Actual Results:
117
Expected Results:
0.117
Reproducible: Always
User Profile Reset: No
OpenGL enabled: Yes
Additional Info:
When the entry is 0.1170, the error does not occur.
--
You are receiving this mail because:
You are the assignee for the bug.