Jenkins build is back to normal : POI-DSL-Maven #451

2018-01-25 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

[GitHub] poi pull request #93: code cleaning according to ignored code review recomme...

2018-01-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/poi/pull/93 --- - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

[Bug 56599] getDataValidations does not return dataValidations referring to different sheets.

2018-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56599 --- Comment #2 from phili0...@gmx.de --- Created attachment 35697 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35697&action=edit Example sheet.xml extracted from an .xslx file, shows two storage locations for data validations -- You

[Bug 56599] getDataValidations does not return dataValidations referring to different sheets.

2018-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56599 --- Comment #1 from phili0...@gmx.de --- This problem still exists. I looked inside the .xlsx file internals and noticed that data validations refering to other sheets are stored at a different place. If you call XSSFSheet.getDataValidations(),

[Bug 56599] getDataValidations does not return dataValidations referring to different sheets.

2018-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56599 phili0...@gmx.de changed: What|Removed |Added Version|3.10-FINAL |4.0-dev -- You are receiving this m

[Bug 55713] DataValidation, getErrorStyle(), getEmptyCellAllowed() flags are wrong

2018-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55713 --- Comment #4 from phili0...@gmx.de --- I can confirm the problem with the errorStyle. I you have a data validation with errorStyle = STOP, then DataValidation.getErrorStyle() will return WARNING. I added an example and junit test showing the

[Bug 55713] DataValidation, getErrorStyle(), getEmptyCellAllowed() flags are wrong

2018-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55713 phili0...@gmx.de changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug 55713] DataValidation, getErrorStyle(), getEmptyCellAllowed() flags are wrong

2018-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55713 --- Comment #3 from phili0...@gmx.de --- Created attachment 35696 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35696&action=edit Code and Example XLSX -- You are receiving this mail because: You are the assignee for the bug.