simple-spreadsheet-writer

Minimalist library for composing simple spreadsheets

Лицензия

Лицензия

Группа

Группа

hu.webarticum
Идентификатор

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

simple-spreadsheet-writer
Последняя версия

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

0.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

simple-spreadsheet-writer
Minimalist library for composing simple spreadsheets
Ссылка на сайт

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

https://github.com/davidsusu/simple-spreadsheet-writer
Система контроля версий

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

https://github.com/davidsusu/simple-spreadsheet-writer.git

Скачать simple-spreadsheet-writer

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

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

Зависимости

runtime (5)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.apache.commons : commons-collections4 jar 4.1
org.apache.poi : poi jar 3.14
org.apache.poi : poi-ooxml jar 3.14
org.apache.odftoolkit : simple-odf jar 0.8.1-incubating

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

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

simple-spreadsheet-writer

A simple spreadsheet writer which supports multiple formats (xml, xmlx, ods, html...)

Example:

Sheet sheet = new Sheet();
sheet.writeText(0, 0, "This is the top left cell!");

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

Версия
0.5
0.4