monitorjbl / excel-streaming-reader

An easy-to-use implementation of a streaming Excel reader using Apache POI
Apache License 2.0
943 stars 342 forks source link

Support StreamingSheet.getWorkbook allowing DataFormater use #254

Open dayrover opened 2 years ago

dayrover commented 2 years ago

Small patch with test to allow DataFormater to be used.

DataFormater required StreamingSheet.getWorkbook and detects the Date1904Support interface.

Note the deprecated StreamingReader.read(File f) method is not supported.

dayrover commented 2 years ago

Equivalent to #238 but more line with existing coding style!