https://issues.apache.org/bugzilla/show_bug.cgi?id=52122
Bug #: 52122
Summary: [PATCH] conditional formatting based on formula not
(re-)calculated properly
Product: POI
Version: 3.7
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: XSSF
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
When creating a formula based conditional formatting referencing another cell,
the formatting is not (re-)calculated properly.
The only change I've made to patch the problem is in constructor method
"CFRecordsAggregate(CFHeaderRecord pHeader, CFRuleRecord[] pRules)" in class
"CFRecordsAggregate" where I added the row:
//----------------------------------
header.setNeedRecalculation(true);
//----------------------------------
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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]