https://bz.apache.org/bugzilla/show_bug.cgi?id=66066
--- Comment #2 from Damien Cuvillier <[email protected]> --- When I get conditional formatting rules from cell when parsing XLSX file, I get a matching rule about "empty cell" rule (set on Excel side), even if my cell value is not empty. Other conditions expressions are right read, but this case is not right followed. In details, my OOXML data contains this following code ```XML <main:cfRule type="containsBlanks" dxfId="38" priority="25" stopIfTrue="1"> <main:formula>LEN(TRIM(H9))=0</main:formula> </main:cfRule> ``` I've tried this on 4.1.2 & 5.2.1 versions. Same issue -- 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]
