excel-io
Excel Reader and Writer with Interface Implementation
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.anvirego |
| Идентификатор | Идентификаторexcel-io |
| Последняя версия | Последняя версия4.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеExcel Reader and Writer with Interface Implementation
This library can read and write from an Excel file.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| excel-io-4.0.pom | |
| excel-io-4.0.jar | 9 KB |
| excel-io-4.0-sources.jar | 8 KB |
| excel-io-4.0-javadoc.jar | 131 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.anvirego/excel-io/ -->
<dependency>
<groupId>com.github.anvirego</groupId>
<artifactId>excel-io</artifactId>
<version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anvirego/excel-io/
implementation 'com.github.anvirego:excel-io:4.0'
// https://jarcasting.com/artifacts/com.github.anvirego/excel-io/
implementation ("com.github.anvirego:excel-io:4.0")
'com.github.anvirego:excel-io:jar:4.0'
<dependency org="com.github.anvirego" name="excel-io" rev="4.0">
<artifact name="excel-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anvirego', module='excel-io', version='4.0')
)
libraryDependencies += "com.github.anvirego" % "excel-io" % "4.0"
[com.github.anvirego/excel-io "4.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.poi : poi-ooxml | jar | 4.1.1 |
| org.apache.poi : poi-ooxml-schemas | jar | 4.1.2 |
Excel Reader and Writer with Interface Implementation