excel_parser

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

License

License

GroupId

GroupId

in.mayurshah
ArtifactId

ArtifactId

excel_parser
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/qamate/excel-parser
Project Organization

Project Organization

Source Code Management

Source Code Management

https://github.com/qamate/excel-parser

Download excel_parser

How to add to project

<!-- https://jarcasting.com/artifacts/in.mayurshah/excel_parser/ -->
<dependency>
    <groupId>in.mayurshah</groupId>
    <artifactId>excel_parser</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/in.mayurshah/excel_parser/
implementation 'in.mayurshah:excel_parser:1.0.0'
// https://jarcasting.com/artifacts/in.mayurshah/excel_parser/
implementation ("in.mayurshah:excel_parser:1.0.0")
'in.mayurshah:excel_parser:jar:1.0.0'
<dependency org="in.mayurshah" name="excel_parser" rev="1.0.0">
  <artifact name="excel_parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.mayurshah', module='excel_parser', version='1.0.0')
)
libraryDependencies += "in.mayurshah" % "excel_parser" % "1.0.0"
[in.mayurshah/excel_parser "1.0.0"]

Dependencies

compile (3)

Group / Artifact Type Version
net.sf.opencsv : opencsv jar 2.3
org.apache.poi : poi jar 3.14
org.apache.poi : poi-ooxml jar 3.14

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

excel-parser

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

The first row will be key and other rows will be Values into Hasmap. It will return list of Hashmap.

size() of List = No of rows in file -1.

To use this on your project add below dependency in pom.xml

<dependency>
    <groupId>in.mayurshah</groupId>
    <artifactId>excel_parser</artifactId>
    <version>1.0.0</version>
</dependency>

FAQ @ http://softwaretestingboard.com/q2a

Versions

Version
1.0.0