https://issues.apache.org/bugzilla/show_bug.cgi?id=49688

--- Comment #2 from [email protected] 2011-09-19 13:50:29 UTC ---
I've checked out the POI project from SVN and tryed to use method
"setNeedRecalculation(true)" from the object CFHeaderRecord to solve the
problem about conditional formatting recalculation. Indeed it seems it's going
to work but I'm not sure my changes can be adequate to patch the problem. 
The only change I've made is in constructor method
"CFRecordsAggregate(CFHeaderRecord pHeader, CFRuleRecord[] pRules)" where I
added the row:

//----------------------------------
header.setNeedRecalculation(true);        //---------------------------------- 

I'm going to test again the changes to avoid regressions and then I'll let you
know.

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

Reply via email to