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

--- Comment #10 from Mikalai Zhudro <[email protected]> ---
I believe we should add above:
if(sheetComments != null){

  if(n>0 & rownum < startRow)  continue;
  if(n<0 & rownum < startRow+n) continue;

This solves problem only if comments are above shifted rows.
However if comments are below shifted rows the problem is present.
CellReference for all comments which are below shifted rows are set up to the
last row.
Attached you can find patch with included fix for
comments which are above shifted rows.

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