https://bz.apache.org/bugzilla/show_bug.cgi?id=61472
Bug ID: 61472
Summary: Unable to evaluate dependent cell formula
Product: POI
Version: 3.13-FINAL
Hardware: PC
Status: NEW
Severity: blocker
Priority: P2
Component: POI Overall
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
I am evaluating dependent cell formula using
workbook.getCreationHelper().createFormulaEvaluator().evaluateAll();
but while second formula evaluation, POI returns error 15 for
cell.getErrorCellValue()
Example :
Cell A2 contains formula =TEXT(NOW(), "hh:mm:ss") and
Cell B2 contains formula
=TEXT(TIME(HOUR(A2),MINUTE(A2)+2,SECOND(A2)+2),"hh:mm:ss")
In POI, first formula evaluate successfully, but while second formula
evaluation it return error cell type.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]