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 2015/07/12 20:33:46 UTC

[Bug 58043] POI will not allow negative rotation of text using XSSF but does work for HSSF

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

--- Comment #1 from Michiel <mi...@gmail.com> ---
I'm not sure if this is a bug. The HSSFCellStyle.setRotation(...) method takes
an number between 90 and -90 degrees, while the XSSFCellStyle.setRotation(...)
method takes a number between 0 and 180 degrees. So -90 degrees for HSSF would
be the same as 180 degrees for XSSF API.

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