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/02/19 10:38:59 UTC

DO NOT REPLY [Bug 17197] New: - Cell Formulas , which referring cells written by POI , are not automatically calculated

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=17197>.
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=17197

Cell Formulas , which referring cells written by POI , are not automatically calculated

           Summary: Cell Formulas , which referring cells written by POI ,
                    are not automatically calculated
           Product: POI
           Version: unspecified
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: HSSF
        AssignedTo: poi-dev@jakarta.apache.org
        ReportedBy: ranl@amdocs.com


Scenario is as follows :
1. Having workbook with 2 sheets , first sheet has a cell with formula to the 
second sheet (formula is calculated when open workbook in excel application)
2. POI is open the workbook , adding data to second sheet.
Now when I open workbook in Excel application , the formula is not calculated 
tomatically, only when double clicking the cell with the mouse.