Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Adding a new method to the XSSFConditionalFormatting class #42
Conversation
lucailmartini
added some commits
Oct 28, 2016
lucailmartini
commented
Nov 7, 2016
|
I implemented Pulled up the |
asfgit
closed this
in 76a0c63
Nov 7, 2016
|
Thanks a lot for the nice patch, this is applied in trunk now, this should be included starting with 3.16-beta1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lucailmartini commentedOct 28, 2016
This pull request addresses Bug #60314.
The new method can be used to change the formatting range of an existing XSSFConditionalFormatting without the need of removing and then re-adding the rule.
If someone is able to provide an implementation for the HSSF format, the method could be added to the interface ConditionalFormatting.