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!");
License |
License |
---|---|
GroupId | GroupIdhu.webarticum |
ArtifactId | ArtifactIdsimple-spreadsheet-writer |
Last Version | Last Version0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsimple-spreadsheet-writer
Minimalist library for composing simple spreadsheets
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 |
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!");