jar

in.mayurshah : excel_parser

Maven & Gradle

Sep 30, 2016
0 stars

excel_parser · This project accepts xlsx, xls and csv file as an input and gives output in List<Hashmap<String,String>> format.

Table Of Contents

Latest Version

Download in.mayurshah : excel_parser JAR file - Latest Versions:

All Versions

Download in.mayurshah : excel_parser 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_parser-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

in.mayurshah.excel_parser

├─ in.mayurshah.excel_parser.ExcelFile.class - [JAR]

in.mayurshah.excel_parser.intf

├─ in.mayurshah.excel_parser.intf.ExcelFileIntf.class - [JAR]

in.mayurshah.excel_parser.utils

├─ in.mayurshah.excel_parser.utils.CSVReader.class - [JAR]

├─ in.mayurshah.excel_parser.utils.ExcelFileTypes.class - [JAR]

├─ in.mayurshah.excel_parser.utils.SheetIterator.class - [JAR]

├─ in.mayurshah.excel_parser.utils.XLSReader.class - [JAR]

├─ in.mayurshah.excel_parser.utils.XLSXReader.class - [JAR]