e

excel-streaming-reader

Streaming Excel reader
https://github.com/pjfanning/excel-streaming-reader
Apache 2.0
Taylor Jones PJ Fanning
Files download
File Operation
excel-streaming-reader-3.0.4.jar download
excel-streaming-reader-3.0.4.pom download
excel-streaming-reader-3.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.pjfanning</groupId>
  <artifactId>excel-streaming-reader</artifactId>
  <version>3.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.pjfanning:excel-streaming-reader:3.0.4'
Gradle Kotlin
implementation("com.github.pjfanning:excel-streaming-reader:3.0.4")
Scala SBT
libraryDependencies += "com.github.pjfanning" % "excel-streaming-reader" % "3.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.pjfanning', module='excel-streaming-reader', version='3.0.4')
)
Apache Ivy
<dependency org="com.github.pjfanning" name="excel-streaming-reader" rev="3.0.4" />
Leiningen
[com.github.pjfanning/excel-streaming-reader "3.0.4"]
Apache Buildr
'com.github.pjfanning:excel-streaming-reader:jar:3.0.4'