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/09/20 13:12:17 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 #2 from Dominik Stadler <do...@gmx.at> ---
Hmm, that's bad, so we have 
* Only document the difference in the javadoc, however this is not very good as
it would break in strange ways when people migrate code from HSSF to XSSF
* Adjust XSSFCellStyle to expect the same value-range as HSSF, this will create
backwards-incompatibilities and might break existing code...
* Maybe it is possible to allow both value ranges, i.e. simply map -90 to 180
for XSSF and 180 to -90 for HSSF. This way we should be able to handle this
equal for both types without causing incompatibilities

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