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

            Bug ID: 66515
           Summary: Formula not updating after setCellFormula
           Product: POI
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: dev@poi.apache.org
          Reporter: sz...@uni-bonn.de
  Target Milestone: ---

This is more a workaround report as a bug report.
In our corporate document I was not able to change a formula particular in a
particular cell/column.

saldoCell.setCellFormula("H1"); //this did not work

However it workes after I deleted the formula from cell:

saldoCell.setCellFormula(null);
saldoCell.setCellFormula("H1"); //this worked

I am not expert on Excell, but surely it can be helpful for someone in similar
situation. 
If you would like to have a closer look on this issue, I could provide you with
the file, but I can not make it public, I guess.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to