jar

io.github.geraldnguyen : excel-formula

Maven & Gradle

Apr 23, 2023
0 stars

io.github.geraldnguyen:excel-formula · Implementation of popular excel formula in Java

Table Of Contents

Latest Version

Download io.github.geraldnguyen : excel-formula JAR file - Latest Versions:

All Versions

Download io.github.geraldnguyen : excel-formula JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window excel-formula-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.geraldnguyen.excel

├─ io.github.geraldnguyen.excel.BaseIfs.class - [JAR]

├─ io.github.geraldnguyen.excel.Predicates.class - [JAR]

├─ io.github.geraldnguyen.excel.RangeCriteria.class - [JAR]

io.github.geraldnguyen.excel.statistics

├─ io.github.geraldnguyen.excel.statistics.AverageIfs.class - [JAR]

├─ io.github.geraldnguyen.excel.statistics.CountIfs.class - [JAR]

├─ io.github.geraldnguyen.excel.statistics.MaxIfs.class - [JAR]

├─ io.github.geraldnguyen.excel.statistics.MinIfs.class - [JAR]

io.github.geraldnguyen

├─ io.github.geraldnguyen.Main.class - [JAR]

io.github.geraldnguyen.excel.math

├─ io.github.geraldnguyen.excel.math.SumIfs.class - [JAR]