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

--- Comment #8 from PJ Fanning <fannin...@yahoo.com> ---
As a workaround, could you add this before saving the workbook (wb)?

  XSSFFormulaEvaluator evaluator = new XSSFFormulaEvaluator(xb);
  evaluator.evaluateAll();

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