https://bz.apache.org/bugzilla/show_bug.cgi?id=54758
--- Comment #4 from [email protected] --- As additional information: HSSF format does not even support this as per POI code and via-via per "Microsoft Excel documentation": /** * Always true for HSSF files, per Microsoft Excel documentation * @see org.apache.poi.ss.usermodel.ConditionalFormattingRule#getStopIfTrue() */ public boolean getStopIfTrue() { return true; } -- 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]
