https://bz.apache.org/bugzilla/show_bug.cgi?id=58043
--- Comment #2 from Dominik Stadler <[email protected]> --- 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: [email protected] For additional commands, e-mail: [email protected]
