jar

io.github.funpad : excel-object-mapper

Maven & Gradle

Mar 23, 2020
31 stars

Simple Object Mapper for Apache POI · Objects mapper for Microsoft Office formats - Excel files, Spreadsheets, etc.

Table Of Contents

Latest Version

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

All Versions

Download io.github.funpad : excel-object-mapper JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x
2.0.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 excel-object-mapper-2.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.funpad.poi.ss.model

├─ io.github.funpad.poi.ss.model.ColumnMapping.class - [JAR]

├─ io.github.funpad.poi.ss.model.SheetRow.class - [JAR]

io.github.funpad.poi.util

├─ io.github.funpad.poi.util.Beans.class - [JAR]

├─ io.github.funpad.poi.util.Spreadsheet.class - [JAR]

io.github.funpad.poi.ss.reader

├─ io.github.funpad.poi.ss.reader.AbstractSpreadsheetReader.class - [JAR]

├─ io.github.funpad.poi.ss.reader.SpreadsheetReader.class - [JAR]

├─ io.github.funpad.poi.ss.reader.XlsReader.class - [JAR]

├─ io.github.funpad.poi.ss.reader.XlsxReader.class - [JAR]

io.github.funpad.poi.ss.handler

├─ io.github.funpad.poi.ss.handler.AbstractSheetContentsHandler.class - [JAR]

├─ io.github.funpad.poi.ss.handler.RowContentsHandler.class - [JAR]

├─ io.github.funpad.poi.ss.handler.RowListener.class - [JAR]

io.github.funpad.poi

├─ io.github.funpad.poi.CellEmptyException.class - [JAR]

├─ io.github.funpad.poi.CellException.class - [JAR]

├─ io.github.funpad.poi.ColumnDuplicateException.class - [JAR]

├─ io.github.funpad.poi.ColumnNotFoundException.class - [JAR]

├─ io.github.funpad.poi.SpreadsheetReadException.class - [JAR]

├─ io.github.funpad.poi.UnsupportedException.class - [JAR]

io.github.funpad.poi.ss.writer

├─ io.github.funpad.poi.ss.writer.SpreadsheetWriter.class - [JAR]

io.github.funpad.poi.ss.model.annotations

├─ io.github.funpad.poi.ss.model.annotations.Sheet.class - [JAR]

├─ io.github.funpad.poi.ss.model.annotations.SheetColumn.class - [JAR]

Advertisement