Build failed in Jenkins: POI-DSL-1.6 #112

2017-01-18 Thread Apache Jenkins Server
See Changes: [onealj] update changelog for bug 60601. Thanks to Joachim Piketz [onealj] bug 60601: unlink hyperlinks from a sheet if all hyperlinks have been removed. Patch from Joachim Piketz --

[Bug 60601] Hyperlinks in original worksheet are not removed if there are no more hyperlinks on write.

2017-01-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60601 Javen O'Neal changed: What|Removed |Added Resolution|--- |FIXED

[Bug 60561] Values wrote in the first visible sheet are overwriting hidden sheet values

2017-01-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60561 Javen O'Neal changed: What|Removed |Added Status|NEW |NEEDINFO ---

[Bug 60561] Values wrote in the first visible sheet are overwriting hidden sheet values

2017-01-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60561 --- Comment #2 from Javen O'Neal --- Created attachment 34645 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34645=edit longer unit test that more closely resembles original bug report -- You are receiving this

[Bug 60561] Values wrote in the first visible sheet are overwriting hidden sheet values

2017-01-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60561 --- Comment #1 from Javen O'Neal --- Created attachment 34644 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34644=edit passing test case I was unable to reproduce the reported problem using trunk (post 3.16 beta

[Bug 60605] Convert Workbook.SHEET_STATE_HIDDEN, VISIBLE, and VERY_HIDDEN to enum

2017-01-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60605 --- Comment #1 from Greg Woolsey --- We don't need the instance constructor argument, just use enumInstance.ordinal() I do like replacing all integer constants like this with enums. -- You are receiving this mail

[Bug 60605] New: Convert Workbook.SHEET_STATE_HIDDEN, VISIBLE, and VERY_HIDDEN to enum

2017-01-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60605 Bug ID: 60605 Summary: Convert Workbook.SHEET_STATE_HIDDEN, VISIBLE, and VERY_HIDDEN to enum Product: POI Version: unspecified Hardware: PC OS: All

[Bug 59836] Tracker: Replace primitives with enums

2017-01-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59836 Javen O'Neal changed: What|Removed |Added Depends on||60605 Referenced

Re: EMF/WMF files from our regression corpus

2017-01-18 Thread Andreas Beeker
Hi Tim, thank you ... although I'm currently not working on WMF, this is very helpful! There are still a lot of features currently not implemented but I haven't had examples for. Andi - To unsubscribe, e-mail:

EMF/WMF files from our regression corpus

2017-01-18 Thread Allison, Timothy B.
All, I recently extracted ~9000 emf and ~37000 wmf files from our regression corpus: http://162.242.228.174/embedded_files/xmfs.tar.bz2 (301MB). Enjoy! Quite helpful already in working with EMF parser. Cheers, Tim

Re: Using Apache Commons IO

2017-01-18 Thread Javen O'Neal
If having dependencies is seen as a negative, we could use Gradle to shadow our dependencies (we could start with Apache Commons IO, for which we currently use very little, but makes our code better where used). If we shadow import just the classes that we need, this would be a decent compromise

[Bug 60570] Add rudimentary EMF read-only capability

2017-01-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60570 Dominik Stadler changed: What|Removed |Added Severity|normal |enhancement

[Bug 60561] Values wrote in the first visible sheet are overwriting hidden sheet values

2017-01-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60561 Dominik Stadler changed: What|Removed |Added OS||All -- You

[Bug 60556] IllegalArgumentException: The end () must not be before the start ()

2017-01-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60556 Dominik Stadler changed: What|Removed |Added OS||All -- You

Re: Using Apache Commons IO

2017-01-18 Thread Dominik Stadler
Hi, I don't see the logic of "we should not add new dependencies because our user do not upgrade", the ones that do upgrade would probably easily manage as we already have a few of them. The ones that do not upgrade are not interested in new stuff anyway, but are not affected even if we do add

[Bug 60541] Column collapsed attribute is incorrectly set when reading file

2017-01-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60541 Dominik Stadler changed: What|Removed |Added OS||All -- You

[Bug 60601] Hyperlinks in original worksheet are not removed if there are no more hyperlinks on write.

2017-01-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60601 Dominik Stadler changed: What|Removed |Added Keywords|

ApacheCon CFP closing soon (11 February)

2017-01-18 Thread Rich Bowen
Hello, fellow Apache enthusiast. Thanks for your participation, and interest in, the projects of the Apache Software Foundation. I wanted to remind you that the Call For Papers (CFP) for ApacheCon North America, and Apache: Big Data North America, closes in less than a month. If you've been

[Bug 60601] New: Hyperlinks in original worksheet are not removed if there are no more hyperlinks on write.

2017-01-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60601 Bug ID: 60601 Summary: Hyperlinks in original worksheet are not removed if there are no more hyperlinks on write. Product: POI Version: 3.16-dev Hardware: All