I am not able to change the gte attribute for the comparison mode with the XSSFConditionalFormattingThreshold. I want to compare for > x and not for >= x. I have seen that the CTCfvo has an option to set the gte attribute (which is my required property?). But I am not able to access the CTCfvo directly or set it over the Threshold, would be nice to do so. Best regards
I don't know for definite but the derived code for CTCfvo seems to suggest that you need to explicitly set get to true and that gte=false is inferred otherwise. GTE is short for Greater Than Or Equal To. Do you have evidence to show that you are getting GTE defaulting to true? E.g. an xlsx file that someone can look at.
Looks like gte=true is the default. I added r1901945.
Yes, it defaults to gte=true. The change looks good to me.