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 2013/03/04 09:00:38 UTC

[Bug 54632] New: Excel internal-link won't be updated when change cell's content which is linked by other cells

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

            Bug ID: 54632
           Summary: Excel internal-link won't be updated when change
                    cell's content which is linked by other cells
           Product: POI
           Version: 3.9-dev
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: dev@poi.apache.org
          Reporter: oscar.ye@sgs.com
    Classification: Unclassified

Hi all,

I am using normal writing method in 'XSSF' to change cell's content, and save
as a new file.

The cell(eg:A1) that I change, which is linked by other cells(eg:B1,C2,or
=Sheet1!A1 etc.)

After run the writing-content code without any error, then open the new-saved
file. The content of other cells are not updated but the one I change.

Thanks
Oscar

-- 
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 54632] Excel internal-link won't be updated when change cell's content which is linked by other cells

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

Nick Burch <ap...@gagravarr.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID
                 OS|                            |All

--- Comment #1 from Nick Burch <ap...@gagravarr.org> ---
Formula values are cached, so you must update that by doing an evaluation when
you're done, see http://poi.apache.org/spreadsheet/eval.html

-- 
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 54632] Excel internal-link won't be updated when change cell's content which is linked by other cells

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

--- Comment #2 from oscar.ye@sgs.com ---
Thanks for the solution.

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