[Bug 62355] Unsplit packages to conform Jigsaw (Java 9) module standard

2018-05-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62355 --- Comment #4 from Andreas Beeker --- Created attachment 35918 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35918&action=edit Open up HPSF classes, because package injection doesn't work in Jigsaw -- You are receiving this mail bec

[Bug 62355] Unsplit packages to conform Jigsaw (Java 9) module standard

2018-05-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62355 --- Comment #2 from Andreas Beeker --- Created attachment 35916 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35916&action=edit Files with more than just import changes -- You are receiving this mail because: You are the assignee for

[Bug 62355] Unsplit packages to conform Jigsaw (Java 9) module standard

2018-05-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62355 --- Comment #3 from Andreas Beeker --- Created attachment 35917 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35917&action=edit Files with only changed imports -- You are receiving this mail because: You are the assignee for the bug.

[Bug 62355] Unsplit packages to conform Jigsaw (Java 9) module standard

2018-05-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62355 --- Comment #1 from Andreas Beeker --- Find attached three patches to be reviewed. I've split them up, so reviewing is easier - i.e. basically you need to look at the *changes*-patch. I had to find a few compromises, especially with using OOX

Re: Format code in XSSFSheetXMLHandler.SheetContentsHandler

2018-05-07 Thread Wilson de Carvalho
Good point, Greg. Thanks. I think the best choice to handle dates, though, is to provide a CellStyle object and then use DateUtil.isADateFormat static method to check if the formatted value is in fact a date or not. It seems to work better now. Anyway, including the CellStyle in this method would