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 2013/11/01 23:33:43 UTC

[Bug 49237] java.lang.IndexOutOfBoundsException on row.getRowStyle()

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

--- Comment #5 from Andreas Beeker <an...@gmx.de> ---
Created attachment 30993
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30993&action=edit
[PATCH] Bug 49237 - limit xfIndex read to 12 bits

Currently the RowRecord class tries to read the full 16 bits for the xfIndex,
but spec only specifies 12 bits. (see
http://msdn.microsoft.com/en-us/library/dd906757(v=office.12).aspx).

In the original test file the higher bits for top and border bottom were also
set, so this led to the wrong style index

-- 
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