You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2017/03/02 10:35:07 UTC

[Bug 60801] wrong long numbers

https://bz.apache.org/bugzilla/show_bug.cgi?id=60801

Max <b0...@ya.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |Windows 8

--- Comment #1 from Max <b0...@ya.ru> ---
I have found the wrong work of readLongLE() method in DataInputBlock.class.
If we have, for example numbers like in our excel sheet:

90003097950700100
90003147950700100
90005037950200100
90005037950200200
90005037950200300

In POI in will be:

90003097950700096
90003147950700096
90005037950200096
90005037950200192
90005037950200304

after transformation.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org