[GitHub] poi pull request #42: Adding a new method to the XSSFConditionalFormatting c...

2016-11-07 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/poi/pull/42


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[GitHub] poi pull request #42: Adding a new method to the XSSFConditionalFormatting c...

2016-10-28 Thread lucailmartini
GitHub user lucailmartini opened a pull request:

https://github.com/apache/poi/pull/42

Adding a new method to the XSSFConditionalFormatting class

This pull request addresses [Bug 
#60314](https://bz.apache.org/bugzilla/show_bug.cgi?id=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.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/lucailmartini/poi bug60314

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/poi/pull/42.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #42


commit cb432e9cff0112894d2138a2335791f89251c266
Author: Luca Martini 
Date:   2016-10-28T11:57:08Z

added idea .gitignore

commit d96581a3cb2ac5cd3bb54f228cc59ed437680b39
Author: Luca Martini 
Date:   2016-10-28T13:30:45Z

added public void setFormattingRanges(CellRangeAddress[] ranges) method to 
the XSSFConditionalFormatting class
Resolve Bug 60314 https://bz.apache.org/bugzilla/show_bug.cgi?id=60314




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org