excel_parser

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

Лицензия

Лицензия

Группа

Группа

in.mayurshah
Идентификатор

Идентификатор

excel_parser
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

excel_parser
This project accepts xlsx, xls and csv file as an input and gives output in List<Hashmap<String,String>> format.
Ссылка на сайт

Ссылка на сайт

https://github.com/qamate/excel-parser
Организация-разработчик

Организация-разработчик

Система контроля версий

Система контроля версий

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

Скачать excel_parser

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
net.sf.opencsv : opencsv jar 2.3
org.apache.poi : poi jar 3.14
org.apache.poi : poi-ooxml jar 3.14

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0.0