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>