Java Excel Tool

An easy to use and flexible Excel file reader/writer

Лицензия

Лицензия

Группа

Группа

org.osgl
Идентификатор

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

osgl-excel
Последняя версия

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

1.10.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Java Excel Tool
An easy to use and flexible Excel file reader/writer
Ссылка на сайт

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

http://excel.osgl.org/
Организация-разработчик

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

OSGL (Open Source General Library)

Скачать osgl-excel

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

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

Зависимости

compile (11)

Идентификатор библиотеки Тип Версия
org.osgl : osgl-tool jar 1.25.0
org.osgl : osgl-csv jar 1.2.1
org.osgl : osgl-logging jar 1.5.1
org.osgl : osgl-storage jar 1.11.1
org.apache.poi : poi jar 4.1.2
org.apache.poi : poi-ooxml jar 4.1.2
junit : junit jar 4.12
org.mockito : mockito-core jar 2.9.0
org.slf4j : slf4j-api jar 1.7.25
org.osgl : osgl-version jar 2.0.0-BETA-4-JAVA7
org.osgl : osgl-ut jar 2.0.0-BETA-4-JAVA7

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

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

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

Версия
1.10.2
1.10.1
1.10.0
1.9.0
1.8.0
1.7.2
1.7.1
1.7.0
1.6.0
1.5.0