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