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 2014/10/17 16:35:47 UTC

[Bug 56017] Shifting rows with comment result - Unreadable content error and comment deletion

https://issues.apache.org/bugzilla/show_bug.cgi?id=56017

--- Comment #7 from m_and_m <ma...@gmail.com> ---
In the shiftRows method when it adjusts comments/rowheight it does all rows(!)
in the current sheet. It doesn't always cause exception or error when opening
xlsx, but always makes worse all of comments.
For example:
if I call it: sheet.shiftRows(3, 4, 20, true, false);
then it shift all comments on 0, 1, and 2 rows too instead of leave in peace.

It's a simply, but annoying bug. Please fix it asap!

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