https://bz.apache.org/bugzilla/show_bug.cgi?id=60845

--- Comment #5 from [email protected] ---
Okay, the problem is the following:

Excel applies conditional formatting only to two sorts of cells:
1) those who have the default fillId=0
2) those who have a patternType like "solid"

But POI creates a new one like:

<patternFill>
<fgColor indexed="64"/>
<bgColor indexed="64"/>
</patternFill>

which does not fit any of those two sorts.

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