Skip to content

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

License

Notifications You must be signed in to change notification settings

qamate/excel-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages