Jenkins build is back to normal : POI-DSL-IBM-JDK #13

2019-01-02 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 62307] XSSFCell.getNumericCellValue() behaves differently when formula is set or not set

2019-01-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62307 --- Comment #4 from Greg Woolsey --- Thanks for this, I hadn't realized this was one reason I have some custom evaluation code (formatting requirements are another, but unrelated). I'll test eventually, but with this I may be able to remove

[Bug 62993] SUMIF returns wrong result (POI 4.0.x)

2019-01-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62993 gallon.fi...@gmail.com changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 61722] Review ways to avoid new Integer()/Integer.valueOf() in performance sensitive places

2019-01-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61722 --- Comment #4 from Greg Woolsey --- My previous tests were with Java 6. With Java 8 (starting with 7, actually) things are a bit different, and I've found even better performance by increasing the size of the Integer cache, either via system

[Bug 62828] CellReference(Cell) ctor does not initialize sheetName

2019-01-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62828 gallon.fi...@gmail.com changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 62307] XSSFCell.getNumericCellValue() behaves differently when formula is set or not set

2019-01-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62307 gallon.fi...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

XMLBeans build rework / junit4 migration

2019-01-02 Thread Andreas Beeker
Hi PJ, it probably takes a few more days, as there a lots of test files. But as an info, I've refactored the xmlbeans build and realized that there are lot of tests which aren't executed. I try to also execute the "detailed" tests, but with JUnit3-style the ignore annotations are somehow

Re: FormulaEvaluator float presicion problem

2019-01-02 Thread Vladislav Galas
On 2018/10/09 12:39:39, "pj.fanning" wrote: > Could you try using DataFormatter after using the FormulaEvaluator? > > https://stackoverflow.com/questions/21538481/xssf-how-to-get-anything-as-string/21550258#21550258 > > > > -- > Sent from:

[Bug 63054] New: An error in a calculational "thread" of an array function shouldn't affect other "threads"

2019-01-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63054 Bug ID: 63054 Summary: An error in a calculational "thread" of an array function shouldn't affect other "threads" Product: POI Version: 4.0.x-dev Hardware: PC

[Bug 63011] Multiple digital signature in excel file broke first signature

2019-01-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63011 --- Comment #15 from Martin --- Hi Andreas, thanks for the example, it's very nice. I was able to add custom information to the signature. I tried to search but I don't know, how to access and setup information for object "idOfficeObject".

[Bug 57294] RichText is converted to nomal text in SXSSF

2019-01-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57294 PJ Fanning changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---