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

--- Comment #7 from m_and_m <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to