Re: Vote on 3.14-beta1

2015-12-16 Thread Nick Burch
On Wed, 16 Dec 2015, David North wrote: Please can sombody identify the commits we want to port? I'd suggest you just roll 3.14 beta 1 RC2 from trunk as-is, no need for a special branch Nick - To unsubscribe, e-mail:

Re: Vote on 3.14-beta1

2015-12-16 Thread David North
On 2015-12-16 19:35, Nick Burch wrote: On Wed, 16 Dec 2015, David North wrote: Please can sombody identify the commits we want to port? I'd suggest you just roll 3.14 beta 1 RC2 from trunk as-is, no need for a special branch Understood, will do. -- David North :: https://www.dnorth.net

[Bug 58616] Excel 2007 unable to read the Excel file content. But the same file working fine after manual open and re-save the excel file.

2015-12-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58616 --- Comment #4 from Prakash --- Hi Dominik, Thanks for the analysis. I also tries to open it in the ZIP files extractor it doesn't extract. Its giving the file damaged/ corrupted. For the noraml working

Re: Vote on 3.14-beta1

2015-12-16 Thread David North
Please can sombody identify the commits we want to port? If these are identified I should be able to roll a second release candidate and call a further vote. Thanks, David On 16/12/15 15:42, Allison, Timothy B. wrote: > +1 to roll rc2 > > No new exceptions > 40 fixed exceptions in ppt > > No

[Bug 58740] [PATCH] Fix O(n^2) behavior when generating XLSX files with large number of styles

2015-12-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58740 --- Comment #6 from Nick Burch --- (In reply to Archie Cobbs from comment #5) > Does OOXML and/or the POI API have support for that? Yes! Take a look at the colourScales method of the ConditionalFormats example program

Vote on 3.14 beta1 (release candidate 2)

2015-12-16 Thread David North
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 As per recent discussion, I've rolled a second release candidate. Artefacts for review: https://dist.apache.org/repos/dist/dev/poi/3.14-BETA1-RC2/ Let's vote on releasing these. The vote ends at 2100 UTC on 23/12/2015 The options are: +1 -

[Bug 58740] [PATCH] Fix O(n^2) behavior when generating XLSX files with large number of styles

2015-12-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58740 --- Comment #5 from Archie Cobbs --- (In reply to Javen O'Neal from comment #4) > Okay. Sounds like you really do need that many styles if the style is > dependent on the value. This isn't by any chance related to Excel's

[Bug 58731] Exception in thread "main" org.apache.poi.openxml4j.exceptions.OpenXML4JRuntimeException:

2015-12-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58731 --- Comment #6 from Nick Burch --- I've had a go at turning your file + code into a unit test, in r1720411. It's test58731() in TestXSSFBugs. Can you try to see what's different in our test to your code? Only the test is

Re: Vote on 3.14 beta1 (release candidate 2)

2015-12-16 Thread Javen O'Neal
In RELEASE_NOTES.txt > All release artifacts are accompanied by MD5 checksums and a PGP signatures that you can use to verify the authenticity of your download. The public key used for the PGP signature can be found at http://svn.apache.org/repos/asf/poi/tags/REL_3_14_BETA1/KEYS URL should be

[Bug 58740] [PATCH] Fix O(n^2) behavior when generating XLSX files with large number of styles

2015-12-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58740 --- Comment #2 from Archie Cobbs --- (In reply to Javen O'Neal from comment #1) > Out of curiosity, how many styles are you creating that cause the reported > several minutes/10 seconds times? I have one column where the

RE: Vote on 3.14-beta1

2015-12-16 Thread Allison, Timothy B.
+1 to roll rc2 No new exceptions 40 fixed exceptions in ppt No significant diffs in metadata Many improvements in attachment extraction in ppt At the Tika level, the fix that you (Andi) and I added for paragraph handling improves numerous files. Thank you, Dominik, for the run of git-bisect,

RE: Vote on 3.14-beta1

2015-12-16 Thread kiwiwings
Hi Tim, please give us an update based on the latest fix. If there are further exceptions, just send me the files/file-links and I'll add a few more cookie-cutter *) test cases and try to fix them Andi *) "Schema F" you would say in German ... -- View this message in context:

[Bug 58740] [PATCH] Fix O(n^2) behavior when generating XLSX files with large number of styles

2015-12-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58740 --- Comment #3 from Nick Burch --- In terms of the style optimisation, we do have a style optimiser for HSSF, but nothing for XSSF. Some of the logic could be re-used, but a fair bit would need writing -- You are

[Bug 58740] [PATCH] Fix O(n^2) behavior when generating XLSX files with large number of styles

2015-12-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58740 --- Comment #4 from Javen O'Neal --- (In reply to Archie Cobbs from comment #2) > I have one column where the background color is set according to the > data value as a visual aid. Lots of values lead to lots of colors and >

[Bug 58740] [PATCH] Fix O(n^2) behavior when generating XLSX files with large number of styles

2015-12-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58740 --- Comment #1 from Javen O'Neal --- Out of curiosity, how many styles are you creating that cause the reported several minutes/10 seconds times? Are any of the styles identical? I ask because most workbooks I create use