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 2019/03/06 04:57:59 UTC

[Bug 63228] Method copyCellFrom (org.apache.poi.xssf.usermodel.XSSFCell) doesn't update formula reference

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

FINA <ka...@fina2.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All
             Status|NEW                         |NEEDINFO

--- Comment #1 from FINA <ka...@fina2.net> ---
There is a lot of cases when you may need such feature when for instance you
are summing 3 items on column B ( i.e B1=B10+B11+B12) and after copying cell
from B1 to C1 you expect formula C1=C10+C11+C12, but instead of that you see
same formula as it was in B1   ( C1= B10+B11+B12 which is wrong). 

Any idea how and/or when to correct it?   
Or maybe someone knows the workaround ?

Thank you in advance for any response or advise.

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