Build failed in Jenkins: POI » POI-DSL-API-Check #107

2021-02-13 Thread Apache Jenkins Server
See Changes: [PJ Fanning] fix typo [PJ Fanning] small refactor [PJ Fanning] allo XSSFReader to be sublclassed with implementation that allows OOXMl Strict files [PJ Fanning] batik 1.14

Re: How to find why seven files are failing the integration tests?

2021-02-13 Thread Dominik Stadler
Hi, I usually use the ant-target "test-report" when any test fails locally. It will create an HTML report from all local test-result-files and print out the path to the resulting file. This can be opened in any browser to analyze the test-failures. Dominik. On Sat, Feb 13, 2021 at 9:09 PM

[Bug 57699] Support Strict OOXML files

2021-02-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57699 --- Comment #15 from PJ Fanning --- There is some basic support in excel-streaming-reader, documented at https://github.com/pjfanning/excel-streaming-reader#ooxml-strict-format -- You are receiving this mail because: You are the assignee for

Re: How to find why seven files are failing the integration tests?

2021-02-13 Thread Alain FAGOT BÉAREZ
Hi, Thanks for the stack trace and for the pointer to the other tests results! I will check the errors and try to get the code to handle these seven files correctly as well. Best regards, Alain FAGOT BÉAREZ ⁣Obter o BlueMail para Android ​ Em 13 de fev de 2021 14:55, em 14:55, PJ Fanning

Re: How to find why seven files are failing the integration tests?

2021-02-13 Thread PJ Fanning
Hi Alain, WithChart.xlsx fails with Caused by: java.lang.NullPointerException         at org.apache.poi.xddf.usermodel.chart.XDDFDataSourcesFactory.fromDataSource(XDDFDataSourcesFactory.java:45)         at