Skip to content

dataspread/sheetanalyzer

Repository files navigation

SheetAnalyzer

SheetAnalyzer is a library for analyzing the depenency and formula structure of a spreadsheet

API

SheetAnalyzer.java provides the API for use

Installation

  1. Configure maven to retrieve from the Central Repository: (https://central.sonatype.org/consume/consume-apache-maven/)
  2. Add to your project's pom.xml:
<dependency>
  <groupId>io.github.dataspread</groupId>
  <artifactId>sheetanalyzer</artifactId>
  <version>0.0.2</version>
</dependency>

Test

mvn test

Deployment

mvn versions:set -DnewVersion=1.2.3
mvn clean deploy -P release

More information for deploying:

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages