[GitHub] [poi] RemboL opened a new pull request #191: Fix RuntimeException on array formula referencing blank cell

2020-08-13 Thread GitBox
RemboL opened a new pull request #191: URL: https://github.com/apache/poi/pull/191 I had an array formula that referenced range which contained blank cells - this caused exception, because method evaluateFormulaCellValue did not expect BlankEval. Interestingly enough, this does not happen

Build failed in Jenkins: POI-DSL-API-Check #576

2020-08-13 Thread Apache Jenkins Server
See Changes: [kiwiwings] #64411 - Provide JigSaw modules - rework extractors - see bugzilla entry for more information [tallison] Bug 64659 -- bump max record length [tallison] Bug 64667.xlsx prevent NPE loadin

[Bug 64411] Provide JigSaw modules

2020-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64411 --- Comment #4 from Andreas Beeker --- applied via r1880839 a) provide service locator pattern to conform with JigSaw - see WorkbookFactory / -Provider on how it would look like.Although chances are that won't work with OSGi, we need that app

Re: dependency on ooxml-schemas?

2020-08-13 Thread Andreas Beeker
Hi Tim, the build runs currently on the not-yet released XmlBeans 4.0. The reason for this is the move to JigSaw modules and I'd like to make sure that POI and XmlBeans runs smoothly together before releasing both. So please use XmlBeans 4.0 [1] and the poi-ooxml-schemas of the current POI build

[Bug 64659] Bump max recordsize for MAPIRtfAttribute

2020-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64659 Tim Allison changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 64667] NPE in loading the StylesTable

2020-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64667 Tim Allison changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

dependency on ooxml-schemas?

2020-08-13 Thread Tim Allison
All, I've been away from POI for a bit, and Andi has done some amazing work. THANK YOU! The build works as it should on the commandline, but what's the recommendation for adding ooxml-schemas as a dependency in the IDE? Should I run a full build and then create my own lib/poi-ooxml-schemas

[Bug 64667] NPE in loading the StylesTable

2020-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64667 --- Comment #4 from Tim Allison --- For anyone curious about searching stacktraces...our db is now live via Datasette https://corpora.tika.apache.org/datasette/corpora-metadata?sql=select%0D%0A++ID%2C%0D%0A++ORIG_STACK_TRACE%2C%0D%0A++SORT_STA

[Bug 64667] NPE in loading the StylesTable

2020-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64667 --- Comment #3 from Tim Allison --- We don't. I can manually minify the file... -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e

[Bug 64667] NPE in loading the StylesTable

2020-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64667 --- Comment #2 from Nick Burch --- Do we have any small files in the regression corpus that show the same bug? -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 64667] NPE in loading the StylesTable

2020-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64667 --- Comment #1 from Tim Allison --- Adding a null check fixes the problem on the offending file: StylesTable.java:242 if (ctTableStyles != null && styleDxfs != null) { I'll wait for a clean build and then commit unless there are o

[Bug 64667] New: NPE in loading the StylesTable

2020-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64667 Bug ID: 64667 Summary: NPE in loading the StylesTable Product: POI Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal Pr

[Bug 64517] The formula in the cell cannot be modified correctly

2020-08-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64517 Miłosz Rembisz changed: What|Removed |Added OS||All --- Comment #1 from Miłosz Rembis