jar

pl.net.falcon : faxel

Maven & Gradle

Dec 02, 2018
6 stars

Faxel · Faxel is excel to java mapping library. Using handy annotations, developer no longer need to manually parse excel files.

Table Of Contents

Latest Version

Download pl.net.falcon : faxel JAR file - Latest Versions:

All Versions

Download pl.net.falcon : faxel JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.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 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]

Advertisement