jar

io.github.mohsen-mahmoudi : excel-object-mapper

Maven & Gradle

Oct 21, 2017
8 stars

excel-object-mapper · This Project is mapping excel row to object model

Table Of Contents

Latest Version

Download io.github.mohsen-mahmoudi : excel-object-mapper JAR file - Latest Versions:

All Versions

Download io.github.mohsen-mahmoudi : excel-object-mapper 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-object-mapper-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.mapper.excel

├─ io.github.mapper.excel.ExcelMapper.class - [JAR]

io.github.mapper.excel.annotation

├─ io.github.mapper.excel.annotation.Column.class - [JAR]

io.github.mapper.excel.util

├─ io.github.mapper.excel.util.CollectionUtils.class - [JAR]

├─ io.github.mapper.excel.util.EachFieldCallback.class - [JAR]

├─ io.github.mapper.excel.util.ReflectionUtils.class - [JAR]

├─ io.github.mapper.excel.util.WorkbookCallback.class - [JAR]

io.github.mapper.excel.converter

├─ io.github.mapper.excel.converter.BooleanTypeConverter.class - [JAR]

├─ io.github.mapper.excel.converter.DateTypeConverter.class - [JAR]

├─ io.github.mapper.excel.converter.DoubleTypeConverter.class - [JAR]

├─ io.github.mapper.excel.converter.IntegerTypeConverter.class - [JAR]

├─ io.github.mapper.excel.converter.StringTypeConverter.class - [JAR]

├─ io.github.mapper.excel.converter.TypeConverter.class - [JAR]

├─ io.github.mapper.excel.converter.TypeConverters.class - [JAR]