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