jar

io.github.eisuto : turbo-excel

Maven & Gradle

May 25, 2023
3 stars

turbo-excel · A memory-optimized Java framework that enables efficient import and export of large volumes of data.

Table Of Contents

Latest Version

Download io.github.eisuto : turbo-excel JAR file - Latest Versions:

All Versions

Download io.github.eisuto : turbo-excel JAR file - All Versions:

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

com.eisuto.turboexcel.handler

├─ com.eisuto.turboexcel.handler.BaseExcelRowHandler.class - [JAR]

├─ com.eisuto.turboexcel.handler.ExcelRowHandler.class - [JAR]

com.eisuto.turboexcel.constant

├─ com.eisuto.turboexcel.constant.ExcelConstant.class - [JAR]

├─ com.eisuto.turboexcel.constant.NumberConstant.class - [JAR]

├─ com.eisuto.turboexcel.constant.StringConstant.class - [JAR]

com.eisuto.turboexcel.annotation

├─ com.eisuto.turboexcel.annotation.ExcelCol.class - [JAR]

├─ com.eisuto.turboexcel.annotation.ExcelSheet.class - [JAR]

com.eisuto.turboexcel.model

├─ com.eisuto.turboexcel.model.ExcelColOption.class - [JAR]

├─ com.eisuto.turboexcel.model.ExcelSheetOption.class - [JAR]

com.eisuto.turboexcel.reader

├─ com.eisuto.turboexcel.reader.ExcelReader.class - [JAR]