https://bz.apache.org/bugzilla/show_bug.cgi?id=59852
Bug ID: 59852 Summary: Comments resized when Row.setZeroHeight() hides row Product: POI Version: 3.15-dev Hardware: PC Status: NEW Severity: normal Priority: P2 Component: XSSF Assignee: dev@poi.apache.org Reporter: dav...@gardeners.com If a cell comment is added which spans several rows or columns, and one of those rows or columns is then hidden, the comment's size is reduced. The same scenario within Excel does not result in the comment shrinking. The calls I am using: Spreadsheet.makeComment(row, c, comment, h, w, f); sheet.getRow(i).setZeroHeight(true); -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org