[Bug 58365] New: Add Sheet.getAllCellCommentRefs()

2015-09-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58365 Bug ID: 58365 Summary: Add Sheet.getAllCellCommentRefs() Product: POI Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal

Re: How to find all CellComments in XLS[X]

2015-09-11 Thread Hannes Erven
Hi Dominik, > can you put that into a bug so we can discuss in more detail there and have some references for changelogs et.al., I'd probably start with a patch similar to what you already added here and only add more stuff if there is more interest out there for something like that. For the

Re: How to find all CellComments in XLS[X]

2015-09-11 Thread Dominik Stadler
Ok, thanks, I will take a look. Dominik. On Fri, Sep 11, 2015 at 6:23 PM, Hannes Erven wrote: > Hi Dominik, > > >> can you put that into a bug so we can discuss in more detail there and >> >> have some references for changelogs et.al., I'd probably start with a >> patch similar

[Bug 58365] Add Sheet.getAllCellCommentRefs()

2015-09-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58365 --- Comment #1 from Hannes Erven --- Created attachment 33098 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33098=edit Suggested patch Suggested patch with implementation for HSSF, XSSF and SXSSF. -- You are

[Bug 58363] New: XSSF writes corrupted XLSX files, cannot be repaired

2015-09-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58363 Bug ID: 58363 Summary: XSSF writes corrupted XLSX files, cannot be repaired Product: POI Version: 3.12-FINAL Hardware: PC OS: Linux Status: NEW

[Bug 58353] MATCH function return wrong result with match_type == -1

2015-09-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58353 Dominik Stadler changed: What|Removed |Added Resolution|--- |FIXED

[Bug 55307] Analysis PPT cannot obtain font

2015-09-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55307 Dominik Stadler changed: What|Removed |Added OS||All -- You

[Bug 55269] Create cell name formula text from CellReference

2015-09-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55269 Dominik Stadler changed: What|Removed |Added Severity|normal |enhancement

Re: Build duration increased dramatically

2015-09-11 Thread Nick Burch
On Fri, 11 Sep 2015, Dominik Stadler wrote: The two main steps are * Build, test, binaries, javadocs, rat-check, forbidden-api-check, ...: Total time: 80 minutes 44 seconds On my laptop, which is several years old and increasingly sulky, that all takes single digit minutes. clean + test +

[Bug 58363] XSSF writes corrupted XLSX files, cannot be repaired

2015-09-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58363 Dominik Stadler changed: What|Removed |Added Status|NEW |NEEDINFO

[Bug 58365] Add Sheet.getAllCellCommentRefs()

2015-09-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58365 Dominik Stadler changed: What|Removed |Added Keywords|

Build duration increased dramatically

2015-09-11 Thread kiwiwings
Hi, the build times on jenkins increased dramatically from about 20 min. to now 1h 50min. I haven't payed attention to as when the build times increased so much, but I somehow wonder if my Locale changes have something to do with it ... Another reason could be, that after a successful build, we

[Bug 58363] XSSF writes corrupted XLSX files, cannot be repaired

2015-09-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58363 --- Comment #2 from Andre Bogus --- This is Excel 2007. Unfortunately I cannot attach the documents because of legal restrictions. I'll see if I can create a minimum test case to show the problem. -- You are receiving

Re: Build duration increased dramatically

2015-09-11 Thread Dominik Stadler
Hi, The two main steps are * Build, test, binaries, javadocs, rat-check, forbidden-api-check, ...: Total time: 80 minutes 44 seconds * Run src-package rebuilding tests, I added these a few weeks ago: Total time: 10 minutes 25 seconds I suspect that some of the unit tests that we added lately are

[Bug 58353] MATCH function return wrong result with match_type == -1

2015-09-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58353 Dominik Stadler changed: What|Removed |Added Keywords|

[Bug 58363] XSSF writes corrupted XLSX files, cannot be repaired

2015-09-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58363 --- Comment #3 from Dominik Stadler --- Also can you try with 3.13-beta1 or a recent nightly build from https://builds.apache.org/view/POI/job/POI/lastSuccessfulBuild/artifact/build/dist/ -- You are receiving this

[Bug 58363] XSSF writes corrupted XLSX files, cannot be repaired

2015-09-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58363 --- Comment #4 from Andre Bogus --- Yeah, I should have included that info; I already tested with 3.13beta1. I'll re-check with a nightly and report back, though. -- You are receiving this mail because: You are the

[Bug 58353] MATCH function return wrong result with match_type == -1

2015-09-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58353 Sergiy Nechyporchuk changed: What|Removed |Added Status|NEEDINFO|NEW ---