[Bug 62740] New: XSSFTable constructor automatically assigns invalid (non-unique) column IDs

2018-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62740 Bug ID: 62740 Summary: XSSFTable constructor automatically assigns invalid (non-unique) column IDs Product: POI Version: 4.0.0-FINAL Hardware: PC OS: Mac

[Bug 62740] XSSFTable constructor automatically assigns invalid (non-unique) column IDs

2018-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62740 --- Comment #1 from Greg Woolsey --- Yep, looks to me like the logic should start with 0 instead of 1, then add 1 after the loop. I'm working on this now (in case other devs see it too). --- Comment #2 from Greg Woolsey --- Yep, looks to me

[Bug 62740] XSSFTable constructor automatically assigns invalid (non-unique) column IDs

2018-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62740 --- Comment #1 from Greg Woolsey --- Yep, looks to me like the logic should start with 0 instead of 1, then add 1 after the loop. I'm working on this now (in case other devs see it too). --- Comment #2 from Greg Woolsey --- Yep, looks to me

[Bug 62740] XSSFTable constructor automatically assigns invalid (non-unique) column IDs

2018-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62740 Greg Woolsey changed: What|Removed |Added Resolution|--- |FIXED OS|Mac OS X 10.1

[Bug 62742] New: commons-compress jar is missing from poi binary zip and tar.gz

2018-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62742 Bug ID: 62742 Summary: commons-compress jar is missing from poi binary zip and tar.gz Product: POI Version: 4.0.0-FINAL Hardware: PC OS: Mac OS X 10.1

[Bug 62742] commons-compress jar is missing from poi binary zip and tar.gz

2018-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62742 PJ Fanning changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 62740] XSSFTable constructor automatically assigns invalid (non-unique) column IDs

2018-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62740 --- Comment #4 from Andrew Frank Prusinowski --- Awesome; thanks for the good work :) -- You are receiving this mail because: You are the assignee for the bug. - To unsubscri

Worth doing a 4.0.1 release soon?

2018-09-19 Thread Nick Burch
Hi All It looks like we've had a few issues with 4.0.0, which while they're not a problem for most people, are a significant issue for a few of our user's platforms. Good news - they've all been fixed, and fixed super speedily, yey! :) Bad news - they're only fixed in svn... What do people

Re: Worth doing a 4.0.1 release soon?

2018-09-19 Thread Andreas Beeker
I'm "0" on this, as we haven't got feedback on a lot of other changes. If you want, I can prepare the release again - there were a few changes in the build.xml, which might need some rework/checks on the release-prep step. Andi --

[Bug 62746] New: Support axIds in XDDF

2018-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62746 Bug ID: 62746 Summary: Support axIds in XDDF Product: POI Version: 4.0.0-FINAL Hardware: PC OS: Mac OS X 10.1 Status: NEW Severity: normal Pri

[Bug 62747] New: bouncycastle 1.60

2018-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62747 Bug ID: 62747 Summary: bouncycastle 1.60 Product: POI Version: 4.0.0-FINAL Hardware: PC OS: Mac OS X 10.1 Status: NEW Severity: normal Priorit

[Bug 62747] bouncycastle 1.60

2018-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62747 PJ Fanning changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: Worth doing a 4.0.1 release soon?

2018-09-19 Thread pj.fanning
Seems useful to do a 4.0.1 soon but I think we should wait a few weeks. There have been a few issues reported and they continue to come in at reasonable steady pace. None of the issues so far seem to be blockers though. -- Sent from: http://apache-poi.1045710.n5.nabble.com/POI-Dev-f2312866.html

[Bug 62730] Include inner classes when adding classes to poi-ooxml-schemas.jar

2018-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62730 --- Comment #1 from PJ Fanning --- I've added some inner classes by modifying OOXMLLite.java -- You are receiving this mail because: You are the assignee for the bug. - To un

[Bug 62732] xlsx output by POI 4.0.0 cannot be opened because file format or extension is not valid.

2018-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62732 --- Comment #4 from Peng --- Comparing to version 3.17, jaxb-xxx.2.3.0 are now included in 4.0.0. Does this change may have to do with the mentioned issue? -- You are receiving this mail because: You are the assignee for the bug.

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

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

[Bug 62732] xlsx output by POI 4.0.0 cannot be opened because file format or extension is not valid.

2018-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62732 --- Comment #5 from PJ Fanning --- Jaxb build dependency is for Java 10 build. It is unlikely to be causing your issue. I no longer have M$ tools installed, so I'm not really in a position to debug what's up with your file. I can confirm that i

***UNCHECKED*** [Bug 62738] New: RANDBETWEEN function rounds the value down to int

2018-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62738 Bug ID: 62738 Summary: RANDBETWEEN function rounds the value down to int Product: POI Version: 4.0.0-FINAL Hardware: PC Status: NEW Severity: major Priority:

[Bug 62738] RANDBETWEEN function rounds the value down to int

2018-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62738 PJ Fanning changed: What|Removed |Added OS||All --- Comment #1 from PJ Fanning --- I