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 2003/07/09 20:44:52 UTC

DO NOT REPLY [Bug 21442] New: - values in referencing cells are not updated

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21442>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21442

values in referencing cells are not updated

           Summary: values in referencing cells are not updated
           Product: POI
           Version: 1.5.1
          Platform: PC
        OS/Version: Windows 9x
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: HSSF
        AssignedTo: poi-dev@jakarta.apache.org
        ReportedBy: mrei0999@rz.uni-hildesheim.de


When changing values in cells with POI the values in other cells that refer to
those (such as "=B5" or "=C7+D8" ...) are not updated automatically. It has to
be done by hand by clicking in every referencing cell.