p

poi-shared-strings

Memory efficient Shared Strings Table implementation for POI streaming
https://github.com/pjfanning/poi-shared-strings
The Apache License, Version 2.0
PJ Fanning
Files download
File Operation
poi-shared-strings-2.5.0.jar download
poi-shared-strings-2.5.0.pom download
poi-shared-strings-2.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.pjfanning</groupId>
  <artifactId>poi-shared-strings</artifactId>
  <version>2.5.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.pjfanning:poi-shared-strings:2.5.0'
Gradle Kotlin
implementation("com.github.pjfanning:poi-shared-strings:2.5.0")
Scala SBT
libraryDependencies += "com.github.pjfanning" % "poi-shared-strings" % "2.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.pjfanning', module='poi-shared-strings', version='2.5.0')
)
Apache Ivy
<dependency org="com.github.pjfanning" name="poi-shared-strings" rev="2.5.0" />
Leiningen
[com.github.pjfanning/poi-shared-strings "2.5.0"]
Apache Buildr
'com.github.pjfanning:poi-shared-strings:jar:2.5.0'