SheetAnalyzer is a library for analyzing the depenency and formula structure of a spreadsheet
SheetAnalyzer.java provides the API for use
- Configure maven to retrieve from the Central Repository: (https://central.sonatype.org/consume/consume-apache-maven/)
- Add to your project's
pom.xml:
<dependency>
<groupId>io.github.dataspread</groupId>
<artifactId>sheetanalyzer</artifactId>
<version>0.0.2</version>
</dependency>mvn testmvn versions:set -DnewVersion=1.2.3mvn clean deploy -P releaseMore information for deploying: