[Bug 62275] vlookup function with "empty" fourth argument can not be processed.

2018-07-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62275 --- Comment #3 from dolphin.in.the.sky...@gmail.com --- This bug is not fixed. Even in the latest nightly build, it is reproduced with the following code. CreationHelper crateHelper = wb.getCreationHelper(); FormulaEvaluator eval =

Jenkins build is back to normal : POI-DSL-1.8 #477

2018-07-27 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 62575] New: XSSFWorkbook containing XSSFPivotTable is corrupt if workbook-data was written by SXSSFWorkbook

2018-07-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62575 Bug ID: 62575 Summary: XSSFWorkbook containing XSSFPivotTable is corrupt if workbook-data was written by SXSSFWorkbook Product: POI Version: 3.17-FINAL Hardware: PC

[Bug 62575] XSSFWorkbook containing XSSFPivotTable is corrupt if workbook-data was written by SXSSFWorkbook

2018-07-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62575 PJ Fanning changed: What|Removed |Added OS||All --- Comment #1 from PJ Fanning ---

[Bug 62275] vlookup function with "empty" fourth argument can not be processed.

2018-07-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62275 --- Comment #4 from PJ Fanning --- Could you provide a full test case? -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

[Bug 62575] XSSFWorkbook containing XSSFPivotTable is corrupt if workbook-data was written by SXSSFWorkbook

2018-07-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62575 --- Comment #2 from torsten --- There is no stacktrace. The workbook is updated without any message / failure. The problem is visible if the workbook is opened in excel (and probably in open office) only. -- You are receiving this mail

[Bug 62576] New: autoSizeColumn columns is throwing null pointer exception

2018-07-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62576 Bug ID: 62576 Summary: autoSizeColumn columns is throwing null pointer exception Product: POI Version: 3.17-FINAL Hardware: PC OS: Linux

Jenkins build is back to normal : POI-DSL-Windows-1.8 #236

2018-07-27 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

Jenkins build is back to normal : POI-DSL-OpenJDK #468

2018-07-27 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 62275] vlookup function with "empty" fourth argument can not be processed.

2018-07-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62275 --- Comment #5 from dolphin.in.the.sky...@gmail.com --- It reproduced with the following test case. public void test62275_bug() throws IOException { Workbook wb = new XSSFWorkbook(); Sheet sheet =

Re: [Bug 62275] vlookup function with "empty" fourth argument can not be processed.

2018-07-27 Thread pj.fanning
The current code blows up because the 4th param is empty (resulting in a MissingArgEval issue) - the code will pass is the 4th param is set to the true (the default for this param) https://www.techonthenet.com/excel/formulas/vlookup.php -- Sent from:

[Bug 62576] autoSizeColumn columns is throwing null pointer exception

2018-07-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62576 PJ Fanning changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from PJ Fanning