View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- 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]