Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 882 Bytes

File metadata and controls

41 lines (28 loc) · 882 Bytes

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: