Skip to main content

The Atoti Excel Add-in Starter

Introduction

The Atoti Excel Add-in Starter automatically sets up an Atoti Server application to enable the use of the Atoti Excel Add-in.

Installation

To use the starter, add the following dependency to your pom.xml.

<dependency>
<groupId>com.activeviam.springboot</groupId>
<artifactId>excel-addin-starter</artifactId>
<version>${project.version}</version>
</dependency>