FastODS

A very fast and lightweight (no dependency) library for creating ODS (Open Document Spreadsheet, mainly for Calc) files in Java. It's a Martin Schulz's SimpleODS fork

License

License

GroupId

GroupId

com.github.jferard
ArtifactId

ArtifactId

fastods
Last Version

Last Version

0.8.1
Release Date

Release Date

Type

Type

jar
Description

Description

FastODS
A very fast and lightweight (no dependency) library for creating ODS (Open Document Spreadsheet, mainly for Calc) files in Java. It's a Martin Schulz's SimpleODS fork
Project URL

Project URL

https://github.com/jferard/fastods

Download fastods

How to add to project

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

Dependencies

test (6)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.powermock : powermock-module-junit4 jar 2.0.4
org.powermock : powermock-api-easymock jar 2.0.4
org.easymock : easymock jar 4.1
com.github.jferard : fastods-testlib jar 0.8.1
org.odftoolkit : simple-odf jar 0.9.0-RC1

Project Modules

There are no modules declared in this project.

Versions

Version
0.8.1
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.2
0.6.1
0.6.0
0.5.1
0.5.0
0.4.1
0.4.0
0.3.1