jar

com.gizbel.excel : excel-extractor

Maven & Gradle

Feb 28, 2019
2 stars

excel-extractor · Easy way to extract excel data into java beans

Table Of Contents

Latest Version

Download com.gizbel.excel : excel-extractor JAR file - Latest Versions:

All Versions

Download com.gizbel.excel : excel-extractor JAR file - All Versions:

Version Vulnerabilities Size Updated
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 excel-extractor-1.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.gizbel.excel.enums

├─ com.gizbel.excel.enums.ExcelFactoryType.class - [JAR]

com.gizbel.excel.annotations

├─ com.gizbel.excel.annotations.ExcelBean.class - [JAR]

├─ com.gizbel.excel.annotations.ExcelColumnHeader.class - [JAR]

├─ com.gizbel.excel.annotations.ExcelColumnIndex.class - [JAR]

com.gizbel.excel.factory

├─ com.gizbel.excel.factory.ExcelParser.class - [JAR]

├─ com.gizbel.excel.factory.Parser.class - [JAR]

com.gizbel.excel.test

├─ com.gizbel.excel.test.Bean.class - [JAR]

├─ com.gizbel.excel.test.BeanColumnNameBased.class - [JAR]

├─ com.gizbel.excel.test.Main.class - [JAR]