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 ichen-poi-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.helloichen.annotation
├─ com.github.helloichen.annotation.IChenExcelField.class - [JAR]
com.github.helloichen.util
├─ com.github.helloichen.util.DateUtils.class - [JAR]
com.github.helloichen.excel
├─ com.github.helloichen.excel.ExcelReader.class - [JAR]
├─ com.github.helloichen.excel.ExcelWriter.class - [JAR]