jar

io.github.jeng832 : poibox

Maven & Gradle

May 17, 2024
1 stars

poibox · POI-Box is a Java library that easily converts Excel files into Java objects using Apache POI.

Table Of Contents

Latest Version

Download io.github.jeng832 : poibox JAR file - Latest Versions:

All Versions

Download io.github.jeng832 : poibox JAR file - All Versions:

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

io.github.jeng832.exception

├─ io.github.jeng832.exception.ExcelConvertException.class - [JAR]

├─ io.github.jeng832.exception.ExceptionMessages.class - [JAR]

io.github.jeng832.model

├─ io.github.jeng832.model.Excel.class - [JAR]

├─ io.github.jeng832.model.ExcelPropertyMap.class - [JAR]

├─ io.github.jeng832.model.ExcelSheet.class - [JAR]

├─ io.github.jeng832.model.ExcelSheetHeader.class - [JAR]

├─ io.github.jeng832.model.ExcelSheetHeaderCell.class - [JAR]

io.github.jeng832.converter

├─ io.github.jeng832.converter.ExcelConverter.class - [JAR]

├─ io.github.jeng832.converter.ExcelConverterBuilder.class - [JAR]

├─ io.github.jeng832.converter.ExcelConverterBuilderFactory.class - [JAR]

├─ io.github.jeng832.converter.ExcelConverterBuilderImpl.class - [JAR]

├─ io.github.jeng832.converter.ExcelConverterImpl.class - [JAR]

├─ io.github.jeng832.converter.HeaderDirection.class - [JAR]

io.github.jeng832.annotation

├─ io.github.jeng832.annotation.ExcelProperty.class - [JAR]