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