Build failed in Jenkins: POI-DSL-OpenJDK #260

2017-09-19 Thread Apache Jenkins Server
See Changes: [fanningpj] Bug 61528 - Pivot Table enhancements, new example [Thanks to R Kietel]. This closes #71 [fanningpj] Bug 61528 - Pivot Table enhancements, new example [Thanks to R Kietel]. This closes

[GitHub] poi pull request #71: Bug 61528 - Pivot Table enhancements, new example

2017-09-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/poi/pull/71 --- - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

[Bug 61033] [PATCH] Add Workbook.setCellFormulaValidation to control whether formulas are validated during Cell.setCellFormula or not

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

[Bug 61116] Formula evaluation fails when using matrix addition within index function call with RuntimeException

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

[Bug 61252] Error evaluating formulas with more of 30 arguments on excel file 2007 or major.

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

[Bug 61469] [PATCH] Support Array Formulas and Matrix Functions

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

[Bug 61472] Unable to evaluate dependent cell formula

2017-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61472 --- Comment #6 from Dominik Stadler --- The problem happens because the first cell is a string-value via TEXT(...), but the second cell reads it as time for the HOUR() function, which Excel seems to somehow manage, but

[Bug 61494] Updating meta properties in xlsm/xlsx corrupted equation

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

[Bug 61148] Formula evaluation on an SXSSFCell is not working

2017-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61148 --- Comment #4 from Dominik Stadler --- *** Bug 61532 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug.

[Bug 61532] XSSFFormulaEvaluator.evaluateFormulaCell() replaces the formula and changes the cell type

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

[Bug 60302] Formulas not working correctly on LibreOffice with SXSSF

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

[Bug 60302] Formulas not working correctly on LibreOffice with SXSSF

2017-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60302 Bug 60302 depends on bug 61148, which changed state. Bug 61148 Summary: Formula evaluation on an SXSSFCell is not working https://bz.apache.org/bugzilla/show_bug.cgi?id=61148 What|Removed |Added

[Bug 61148] Formula evaluation on an SXSSFCell is not working

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

[Bug 61532] XSSFFormulaEvaluator.evaluateFormulaCell() replaces the formula and changes the cell type

2017-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61532 --- Comment #3 from Dave Neuer --- I don't believe this is a duplicate of the linked issue; the description of that issue is different, though they may share an underlying cause. I'll work on a small test

[Bug 61516] problem adjusting cell reference in formula to zeroth row

2017-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61516 --- Comment #5 from Dominik Stadler --- doh, sorry, must have been asleep already to mix up "A" vs. row. -- You are receiving this mail because: You are the assignee for the bug.

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

2017-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60805 --- Comment #4 from Tim Allison --- r1808903 focused on println in tests. * redirected stdout for x.main(args) calls. * deleted a few printlns that were prob useful during development. * commented out a few printlns that

[Bug 61474] Adjusting of formulas in context of column shifting

2017-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61474 --- Comment #9 from Javen O'Neal --- Let's rewind to what signature shifting columns should have. Sheet.shiftRows(int startRow, int endRow, int n[, boolean copyRowHeight]) I wrote copyRows with a CellCopyPolicy object to

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

2017-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60805 --- Comment #3 from Tim Allison --- Doh. Thank you, Javen... -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

[Bug 61536] Let's get rid of println in tests

2017-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61536 --- Comment #2 from Javen O'Neal --- Agreed! -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

[Bug 61536] Let's get rid of println in tests

2017-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61536 Javen O'Neal changed: What|Removed |Added Status|NEW |RESOLVED

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

2017-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60805 Javen O'Neal changed: What|Removed |Added CC||talli...@mitre.org

[Bug 61536] New: Let's get rid of println in tests

2017-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61536 Bug ID: 61536 Summary: Let's get rid of println in tests Product: POI Version: unspecified Hardware: PC Status: NEW Severity: trivial Priority: P2

[Bug 52972] Enable RichText in SXSSF

2017-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=52972 --- Comment #5 from Dominik Stadler --- This is pretty much the same as bug 57294 where a possible implementation was suggested, but is now outdated... -- You are receiving this mail because: You are the assignee for

[Bug 61532] XSSFFormulaEvaluator.evaluateFormulaCell() replaces the formula and changes the cell type

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

[Bug 61532] XSSFFormulaEvaluator.evaluateFormulaCell() replaces the formula and changes the cell type

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

[Bug 61148] Formula evaluation on an SXSSFCell is not working

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

[Bug 61532] XSSFFormulaEvaluator.evaluateFormulaCell() replaces the formula and changes the cell type

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

Build failed in Jenkins: POI-DSL-OpenJDK #259

2017-09-19 Thread Apache Jenkins Server
See Changes: [onealj] bug 61454: add column width to example Spreadsheet ToHtml; thanks to Christian Froehler [onealj] bug 61454: add column width to example Spreadsheet ToHtml; thanks to Christian Froehler

[Bug 61148] Formula evaluation on an SXSSFCell is not working

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

[Bug 60302] Formulas not working correctly on LibreOffice with SXSSF

2017-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60302 Dominik Stadler changed: What|Removed |Added Depends on||61148

[Bug 61300] Very slow processing on corrupted file

2017-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61300 Tim Allison changed: What|Removed |Added Resolution|--- |FIXED

[Bug 61474] Adjusting of formulas in context of column shifting

2017-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61474 --- Comment #8 from Dragan Jovanović --- Thanks for comment. You're right that there is duplication in the code. I would be willing to work on this to eliminate the duplication but that would probably not result in net

[Bug 61516] problem adjusting cell reference in formula to zeroth row

2017-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61516 --- Comment #3 from Dragan Jovanović --- Created attachment 35335 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35335=edit test file, for manual work in Excel -- You are receiving this mail because: You are

[Bug 61516] problem adjusting cell reference in formula to zeroth row

2017-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61516 --- Comment #2 from Dragan Jovanović --- Created attachment 35334 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35334=edit minimized version of test case -- You are receiving this mail because: You are the

Jenkins build is back to normal : POI-DSL-SonarQube-Gradle #114

2017-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 61472] Unable to evaluate dependent cell formula

2017-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61472 Amol Gawali changed: What|Removed |Added Version|3.13-FINAL |3.17-FINAL --