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 2016/07/13 17:44:15 UTC

[Bug 59852] New: Comments resized when Row.setZeroHeight() hides row

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: davidr@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-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 59852] Comments resized when Row.setZeroHeight() hides row

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59852

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

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