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 `true` as indicater to use 1904 dates. #219

Closed oyvindwe closed 3 years ago

oyvindwe commented 4 years ago

Fixes issue #218

oyvindwe commented 3 years ago

Looks like Maven must be updated in the build environment?

[ERROR] Plugin org.apache.maven.plugins:maven-javadoc-plugin:2.10.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-javadoc-plugin:jar:2.10.1: Could not transfer artifact org.apache.maven.plugins:maven-javadoc-plugin:pom:2.10.1 from/to central (http://repo.maven.apache.org/maven2): Failed to transfer file: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/2.10.1/maven-javadoc-plugin-2.10.1.pom. Return code is: 501 , ReasonPhrase:HTTPS Required. -> [Help 1]
oyvindwe commented 3 years ago

Closing PR as it is merged to https://github.com/pjfanning/excel-streaming-reader/pull/20 instead.

Looks like this repo no longer is maintained?