Spreadsheet Tools

A collection of tools that started as some CSV processing utilities to help with unit testing of stub data.

License

License

GroupId

GroupId

com.drunkendev
ArtifactId

ArtifactId

spreadsheet-tools
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

Spreadsheet Tools
A collection of tools that started as some CSV processing utilities to help with unit testing of stub data.
Project URL

Project URL

https://github.com/brettryan/spreadsheet-tools
Project Organization

Project Organization

Drunken Dev
Source Code Management

Source Code Management

https://github.com/brettryan/spreadsheet-tools

Download spreadsheet-tools

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • spreadsheet-tools-csv

Spreadsheet Tools

A collection of tools that started as some CSV processing utilities to help with unit testing of stub data.

Presently this consists of a CSV helper library for parsing CSV content. This can be useful in the context of unit tests where reliable stub-data may be required without the need for hard-coding.

Versions

Version
1.0.0