e

excel-functions

Implementation of popular excel formula in Java
https://github.com/geraldnguyen/excel-formula
MIT License
Gerald Nguyen
Files download
File Operation
excel-functions-0.0.2.jar download
excel-functions-0.0.2.pom download
excel-functions-0.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.geraldnguyen</groupId>
  <artifactId>excel-functions</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.geraldnguyen:excel-functions:0.0.2'
Gradle Kotlin
implementation("io.github.geraldnguyen:excel-functions:0.0.2")
Scala SBT
libraryDependencies += "io.github.geraldnguyen" % "excel-functions" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.geraldnguyen', module='excel-functions', version='0.0.2')
)
Apache Ivy
<dependency org="io.github.geraldnguyen" name="excel-functions" rev="0.0.2" />
Leiningen
[io.github.geraldnguyen/excel-functions "0.0.2"]
Apache Buildr
'io.github.geraldnguyen:excel-functions:jar:0.0.2'