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