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

            Bug ID: 58311
           Summary: XSSFConditionalFormatting list cannot be updated in
                    priority order
           Product: POI
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: [email protected]
          Reporter: [email protected]

XSSF uses the priority field for conditional formatting to maintain the
priority order of the conditional formatting rules. Currently, there is no way
to read the priority field (private in CTCfRule) so there is no way to look
through the list of conditional formatting in priority order.

This was solved in this interesting code snippet:
https://github.com/vaadin/spreadsheet/blob/master/vaadin-spreadsheet/src/main/java/com/vaadin/addon/spreadsheet/ConditionalFormatter.java

It would be better if there was a way to loop through the conditional
formatting in order of priority.

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