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