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 faxel-1.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
faxel.source.apache.poi
├─ faxel.source.apache.poi.ApachePoi3Source.class - [JAR]
├─ faxel.source.apache.poi.ApachePoiCell.class - [JAR]
├─ faxel.source.apache.poi.ApachePoiColumnCells.class - [JAR]
├─ faxel.source.apache.poi.ApachePoiRowCells.class - [JAR]
├─ faxel.source.apache.poi.ApachePoiSheet.class - [JAR]
faxel.annotation
├─ faxel.annotation.Cell.class - [JAR]
├─ faxel.annotation.DataArrangementType.class - [JAR]
├─ faxel.annotation.ExcelSheet.class - [JAR]
faxel.converter
├─ faxel.converter.ColumnConverter.class - [JAR]
faxel.model
├─ faxel.model.CellDefinition.class - [JAR]
├─ faxel.model.ClassInitializer.class - [JAR]
├─ faxel.model.DefaultModelDefinition.class - [JAR]
├─ faxel.model.ModelDefinition.class - [JAR]
├─ faxel.model.ModelDefinitionFactory.class - [JAR]
├─ faxel.model.SheetDefinition.class - [JAR]
├─ faxel.model.Try.class - [JAR]
faxel
├─ faxel.FaxelException.class - [JAR]
faxel.source
├─ faxel.source.SourceCell.class - [JAR]
├─ faxel.source.SourceCells.class - [JAR]
├─ faxel.source.SourceExcel.class - [JAR]
├─ faxel.source.SourceFactory.class - [JAR]
├─ faxel.source.SourceSheet.class - [JAR]