Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

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>