Hello, I have a xlsx file in which Condition Formatting is implemented. When i open the xlsx the condition formatting rules are applied, but when i open the same xlsx using POI apis the condition formatting rules are not applied to the cells.
Upon searching the internet i found that there is a flag .needRecalc in CFHeader which when set to true makes the sheet to apply the condition formatting rules in poi. Does anyone know what .needRecalc does or how to implement it? Any help is highly appreciated! Thanks & Regards, Amit Nerkar -- View this message in context: http://apache-poi.1045710.n5.nabble.com/What-does-CFHeader-needRecalc-flag-do-related-to-conditional-formatting-tp5715854.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
