[Bug 60707] [PATCH] Reading very large excel files using StAX made easier.

2017-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60707 --- Comment #7 from Renjith R --- Thanks a lot for the Inputs, Dominik. Let me work out on these points and I'll get back to you. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 60810] PartAlreadyExistsException when read slides note

2017-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60810 Dominik Stadler changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 60845] [PATCH] copied cell style and CF

2017-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60845 --- Comment #18 from Dominik Stadler --- Yes, unit-tests are expected to run fine always, we had some failures on Windows recently, but they should be fixed again. If they fail for you, please post on the

[Bug 60805] Remove calls to System.out.print and System.out.println

2017-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60805 --- Comment #1 from Dominik Stadler --- There is a bundled signature for this: However disabling forbidden-apis in all the examples and devtools via annotation is a bit tedious and excludes all

[Bug 60845] [PATCH] copied cell style and CF

2017-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60845 dollinger.flor...@gmx.de changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #17 from

[Bug 60845] [PATCH] copied cell style and CF

2017-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60845 dollinger.flor...@gmx.de changed: What|Removed |Added Attachment #34840|0 |1 is obsolete|

[Bug 55791] PartAlreadyExistsException when removing and adding slides

2017-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55791 Dominik Stadler changed: What|Removed |Added CC|

[Bug 60042] PartAlreadyExistsException thrown when removing and adding slides.

2017-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60042 Dominik Stadler changed: What|Removed |Added Resolution|--- |DUPLICATE

[Bug 60810] PartAlreadyExistsException when read slides note

2017-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60810 Bug 60810 depends on bug 60042, which changed state. Bug 60042 Summary: PartAlreadyExistsException thrown when removing and adding slides. https://bz.apache.org/bugzilla/show_bug.cgi?id=60042 What|Removed

[Bug 60810] PartAlreadyExistsException when read slides note

2017-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60810 Dominik Stadler changed: What|Removed |Added Depends on||55791, 60042

[Bug 60042] PartAlreadyExistsException thrown when removing and adding slides.

2017-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60042 Dominik Stadler changed: What|Removed |Added Blocks||60810

[Bug 55791] PartAlreadyExistsException when removing and adding slides

2017-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55791 Dominik Stadler changed: What|Removed |Added Blocks||60810

[Bug 60823] [PATCH] DGET function, correct behavior with multiple result entries but only one non-blank

2017-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60823 Dominik Stadler changed: What|Removed |Added Status|NEW |RESOLVED

[GitHub] poi pull request #51: Fix typo in exception message

2017-03-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/poi/pull/51 --- 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

[Bug 60848] SUMPRODUCT fails when first arg is of form --(...)

2017-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60848 Dominik Stadler changed: What|Removed |Added Status|NEW |NEEDINFO

[GitHub] poi pull request #51: Fix typo in exception message

2017-03-19 Thread kinow
GitHub user kinow opened a pull request: https://github.com/apache/poi/pull/51 Fix typo in exception message s/lenght/length It said Could not read complex escher property, lenght was Now it says Could not read complex escher property, length was

[Bug 60868] CTRow#isSetCustomHeight not working when customHeight set to "false"

2017-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60868 Dominik Stadler changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 60325] Poor performance in DirectoryNode.createDocument() for NPOIFSFileSystem

2017-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60325 --- Comment #4 from Dominik Stadler --- Created attachment 34845 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34845=edit Screenshot from JVisualVM sampling -- You are receiving this mail because: You are the

[Bug 60325] Poor performance in DirectoryNode.createDocument() for NPOIFSFileSystem

2017-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60325 --- Comment #3 from Dominik Stadler --- A quick analysis points more into the direction of NPOIFSMiniStore.getBlockAt() because it iterates block-by-block via an Iterator, for large documents the offset can be high

[Bug 60325] Poor performance in DirectoryNode.createDocument() for NPOIFSFileSystem

2017-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60325 --- Comment #2 from Dominik Stadler --- Hm, the ByteBuffer.wrap() call seems unlikely to be the time-culprit as it just populates some members, I'd try to use some profiler or APM tool here to find what is actually

[Bug 59666] Unable to apply sorting/custom sorting on cell range addresss

2017-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59666 dollinger.flor...@gmx.de changed: What|Removed |Added Priority|P5 |P1

[Bug 60786] [PATCH] Keeping the first rows of an SXSSFSheet in memory for createing pivot table

2017-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60786 Dominik Stadler changed: What|Removed |Added Status|NEW |NEEDINFO

[Bug 60707] [PATCH] Reading very large excel files using StAX made easier.

2017-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60707 Dominik Stadler changed: What|Removed |Added Status|NEW |NEEDINFO

[Bug 60866] [PATCH] Support for named cell styles in SS Common

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

[Bug 60845] [PATCH] copied cell style and CF

2017-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60845 Dominik Stadler changed: What|Removed |Added Status|NEW |NEEDINFO

[Bug 60845] [PATCH] copied cell style and CF

2017-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60845 Dominik Stadler changed: What|Removed |Added Attachment #34840|text/plain

[Bug 60786] [PATCH] Keeping the first rows of an SXSSFSheet in memory for createing pivot table

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