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 2011/08/11 12:46:15 UTC

DO NOT REPLY [Bug 51535] NPOIFSFileSystem seems to parse row numbers as signed

https://issues.apache.org/bugzilla/show_bug.cgi?id=51535

--- Comment #2 from Antoni Mylka <an...@aduna-software.com> 2011-08-11 10:46:15 UTC ---
Created attachment 27373
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=27373
A patch which seems to fix the issue

NDocumentInputStream.readUShort() method would delegate to
LittleIndian.getShort(). I changed this to LittleIndian.getUShort(). Nothing
else broke, so the lack of 'U' must have been a typo.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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