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: dev@poi.apache.org ReportedBy: ivano.di...@ext.bhuman.it 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: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org